




/**ORIGINAL CSS*/
* {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	}

img {
	border: none;	
}

img.bordegris {
	border: 2px groove #A2A2A2;
	}

br {
	clear: both;
}

hr {
	border-top: 1px dotted #7d7f7f;
	}

h1 {
	color: #446ab3;
	font-size: 16px;
	margin: 20px 0 20px 0;
	}

h2 {
	color: #900202;
	font-size: 16px;
	padding-bottom: 10px;
	}
	
h3 {
	color: #446ab3;
	font-size: 14px;
	}

a {
	text-decoration: none;
	}
	
#page a:link, #page a:visited {
	color:#222222;
	font-weight:600;
	text-decoration:none;
	border-bottom: dotted 1px  #446ab3;
	}	


body {
	background: url(images/background.jpg) repeat-x #cbd3e0;
	}
	
.left {
	float: left;
	}
		
img.left, div.left {
	float: left;
	margin: 3px 20px 8px 0px;
	}

.right {float:right}

img.right, div.right {
	float: right;
	margin: 0px 0px 10px 20px;
	}
	
/*repe porque es mas uniforme*/
.img_right,  .img_right_top {
	float:right;
	margin:12px;
	margin-right:0px;
	}
.img_right_top {
	margin-top:0px;
	}	

.img_left, .img_left_top  {
	float:left;
	margin:12px;
	margin-left:0px;
	}
	
.img_left_top {
	margin-top:0px;
	}

	
#page p {
	margin: 15px 0 15px 0;
	}
	
.page_sec_1 {
	background-color: #eaf3f8;
	padding: 20px;
	color:#003366;
	}



.page_sec_2 {
	margin-top: 20px;
	background-color:#D3D3D3;
	padding: 20px;
	}
	

#page ul {
	margin-left: 25px;
	list-style-image: url(images/PA_dot.gif);
	}
	

/**PROJECTS**/

.projects {
	width:530px;
	padding:0px;
	border-bottom:dotted 1px #494949;
	margin-bottom:20px;
	}

.projects td.header {
	padding:5px 0px;
	font-weight:600;
	background-color:#8ec0fa;
	}



/**FORM**/

fieldset {
	border: none;
	margin-left: 20px;
	line-height: 25px;
}

.text_input {
	width: 200px;
}

label {
	float: left;
	width: 200px;
}



/**FAQS**/

.faq h2 {
	margin: 0px;
	padding: 0px;
	}

.faq li p {
	padding-left: 10px;
	}
	

/**BOXES**/

#wrapper {
	position: relative;
	width: 828px;
	overflow: hidden;
	margin: auto;
	background: url(images/content_bg.png) repeat-y transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/content_bg.png', sizingMethod='scale');
	}
	
#page {
	position: relative;
	float: left;
	margin-left: 30px;
	width: 541px;
	color: #383838;
	padding-bottom: 20px;
	}
	
#content {
	position: relative;
	width: 800px;
	margin-left: 14px;
	}
	
#inner_content {
	position: relative;
	float: left;
	background: url(images/PA_leftnav_bg.jpg) repeat-y transparent;
	}

#preheader {
	padding: 8px;
	background-color: #4f555c;
	color: #ffffff;
	}
	
#preheader a {
	color: #ffffff;
	}



#header {
	position: relative;
	width: 800px;
	height: 187px;
	background: url(images/PA_logo_top.jpg) no-repeat transparent;
	}


	
#banderas {
	margin: 20px 25px;
	margin-top:20px;
	
	background-image:url(images/PA_banderas.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:150px;
	height:165px;
	
}

#forum {
	background-color:#bebdbd;
	width: 160px;
	height:32px;
	font-weight:600;
	position:relative;
	float:right;
	padding:12px;
	margin-left:20px;
	margin-bottom:10px;
	
}
	
/**MENU**/

#leftnav {
	position: relative;
	float: left;
	width: 200px;
	}
	
#leftnav img {
	position: relative;
	float: left;
	}
	
#leftnav .links {
	float: left;
	}

#link_nav {
	background: url(images/PA_linknav_bg.jpg) repeat-y;
	height:90%;
	}
	
.links a {
		color: #ffffff;
		font-weight: bold;
		text-transform: uppercase;
	}

.links .selected div a  {
	color: #ffffff;
	}

	
	
.links a:hover {
		color: #ffffff;
	}	


.links {
	margin: 15px 0px 15px 0;
	}

.links ul {
	list-style: none;
	width: 190px;
	margin-left: 6px;
	border-top: 1px solid #95999d;
	}

.links ul li {
		border-bottom: 1px solid #95999d;
	}

.links div {
		padding: 4px 0 4px 10px;
	}

.links .selected div {
	border-left: 5px solid #900202;
	padding: 4px 0 4px 5px;
	
	}

.divBot {
	border-bottom: 1px solid #95999d;
	}

.links ul ul {
	padding-bottom: 5px;
	padding-left: 0px;
	border-top: none;
	}

.links ul ul li {
		padding: 4px 3px 4px 8px;
		border-bottom: none;
	}
	
.links ul ul li a {
		text-transform: none;
		font-weight: normal;
		color: #7fa6f1;
	}



/**LOVE LOGO, BACK TO TOP AND FOOTER**/

.love {
	position: absolute;
	left: 0px;
	bottom: 0px;
	}

#loveheight {
	height: 200px;
	}

.back_totop {
	margin: 10px 0 25px 0;
	}

.back_totop a {
	text-decoration: underline;
	color: #446ab3;
	font-weight: bold;
	}

#footer {
	position: relative;
	*position: relative;
	border: 1px solid #efb30f;
	background-color: #63686f;
	color: #dbdcdd;
	}

#footer p {
	margin-top: 10px;
	font-size: 11px;
	}

#footer hr {
	border-top: 1px solid #b7b9bb;
	}
	
#inner_footer {
	position: relative;
	width: 800px;
	margin: auto;
	padding-bottom: 30px;
	}

#footer_links {
	position: absolute;
	right: 20px;
	top: 15px;
	text-align: center;
	}

#footer_links ul li {
	display: inline;
	margin-left: 4px;
	}
	
#footer_links a {
	color: #fefefe;
	font-size: 10px;
	}

.clear {
	clear: both;
	}



/*NEWS section in HP*/

#news table {
		padding:5px}

.news_italic {font-size:10px;
		font-style:italic;}

.news_fullnews a, .news_fullnews a:link, .news_fullnews a:hover {font-size:10px;
		text-decoration:underline; }
		

td.news {padding-bottom:10px}
	
		

.news_section p {padding-left:0px;}
#news ul li { list-style:none;
	margin-left:-25px;}
	
	.news_italic {font-size:10px;
		font-style:italic;}


		
.captions { width:220px;
	 text-align:right;
	 	float:right;
		margin:12px;
		margin-right:0px;
	  	color:#370d00;
		border-left: 1px dotted #370d00;
		border-bottom: 1px dotted #370d00;
		padding: 8px;
		
	  }