@charset "utf-8";
/* 
CSS Pearson  
ver 1.0
Date: 03-25-2008
*/

/* Normalization de margins y paddings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, img
	{margin:0px; padding:0px;}
/* Normalization de fonts para titles*/
h1, h2, h3, h4, h5, h6
	{font-size:100%;}
/* Remove style from lists*/
ol, ul
	{list-style:none;}
/* Normalization of size and font weight */
address, caption, cite, code, dfn, em, strong, th, var
	{font-style:normal; font-weight:normal;}
	
	
/* *html p.ohmy {
  margin-left:10px;
 }	
	

Hacks for IE 
*:first-child+html #tittle {
line-height:25px;
}

*html #tittle {
line-height:25px;
}*/

/*Body-----------------------*/
body {
	background-image:url(images/bckg.jpg);
	background-color:#e4fffd;
	background-repeat:repeat-x;
	margin:0px;
}
#wrapper {
	width:990px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
}
#logo{
	width:362px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
}
#nav{
	width:990px;
	height:41px;
	background-image:url(images/bckg_nav.jpg);
	margin-bottom:6px;
	font-family: sans-serif;
}
#top_image{
	width:990px;
	height:161px;
	margin-bottom:5px;
}
#start_nav{
	width:19px;
	height:41px;
	background-image: url(images/left_nav.jpg);
	float:left;
}
#end_nav{
	width:17px;
	height:41px;
	background-image: url(images/end_nav.jpg);
	float:right;
}

#content{
	width:990px;
	height:396px;
	float:left;
}

#content_top{
	width:990px;
	height:15px;
	float:left;
	background-image:url(images/top_content.jpg);
}

#content_info2{
	width:920px;
	height:auto;
	float:left;
	background-color:#ff8400;
	padding-left:30px;
	padding-right:40px;
	padding-top:15px;
}

#content_info1{
	width:943px;
	height:auto;
	float:left;
	background-color:#feed54;
	background-image: url(images/backg_content.jpg);
	background-repeat:repeat-x;
	background-position: top;
	padding-left:17px;
	padding-right:30px;
	padding-top:5px;
}

#content_info_interior{
	width:963px;
	height:auto;
	float:left;
	background-color:#feed54;
	background-image: url(images/backg_content.jpg);
	background-repeat:repeat-x;
	background-position: top;
	padding-left:17px;
	padding-right:10px;
	padding-top:5px;
}

#content_bottom{
	width:990px;
	height:47px;
	float:left;
	position:relative;
	background-image: url(images/bottom_content.jpg);
	background-repeat: no-repeat;
	background-position:top;
	
}
a:link{
	font-family: sans-serif;
	font-size: 13px;
	color:  #FF6600;
	text-decoration: underline ;
}
a:active{
	font-family: sans-serif;
	font-size: 13px;
	color: #790000;
	text-decoration: none;
}
a:visited{
	font-family: sans-serif;
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
}

a:hover{
	font-family: sans-serif;
	font-size: 13px;
	color: #3366CC;
	text-decoration: none;
	
}

.content a:link{
	font-family: sans-serif;
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
}
.content a:active{
	font-family: sans-serif;
	font-size: 13px;
	color: #790000;
	text-decoration: none;
}
.content a:visited{
	font-family: sans-serif;
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
}

.content a:hover{
	font-family: sans-serif;
	font-size: 13px;
	color: #790000;
	text-decoration: none;
	text-decoration:underline;
}

#start_content{
	width:6px;
	height:396px;
	float:left;
}

#end_content{
	width:9px;
	height:396px;
	float:right;
}
#content_left{
	width:172px;
	height:297px;
	float:left;
	position: relative;
	background-image:url(images/nav_left.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-right:20px;
	padding-left:8px;
	padding-right:8px;
	padding-top:0px;
	padding-bottom:3px;
}


#content_center {
	width:710px;
	height:360px;
	float:right;
	position: relative;
	margin-left:10px;
}

#content_center_interior {
	width:749px;
	height:auto;
	float:left;
	position: relative;
	
}


#interior_content_top {
	width:749px;
	height:13px;
	float:left;
	position: relative;
	background-image:url(images/interior_content_top.jpg);
}

#interior_content_main{
	width:749px;
	height:auto;
	float:right;
	position: relative;
	background-image:url(images/interior_content_main.jpg);
	padding-top:12px;
}

.interior {
	font-family: sans-serif;
	font-size: 13px;
	color: #2c4163;
	text-decoration: none;
	text-align: justify;
	padding-left:25px;
	padding-right:25px;
}



#interior_content_bottom {
	width:749px;
	height:20px;
	float:left;
	position: relative;
	background-image:url(images/interior_content_bottom.jpg);
}


h2 {
	font-family: Verdana;
	color:red;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	
}



h3 {
	font-family: sans-serif;
	color: #16539b;;
	text-decoration: none;
	font-size: 22px;
	text-align: left;
	padding-bottom:3px;
	margin-bottom:16px;
	font-weight: normal;
	padding-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


h4 {
	font-family: sans-serif;
	color:  #16539b;
	text-decoration: none;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	}
	
h5 {
	font-family: sans-serif;
	color:  #16539b;
	text-decoration: none;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	font-style:normal;
	padding-bottom:5px;
	}
	
h6 {
	font-family: sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	font-style:normal;
	padding-bottom:5px;
	}	



ul{
	text-align:left;
	display: list-item;
	margin-top:10px;

}

li{
	font-family: sans-serif;
	font-size: 13px;
	color: #2c4163;
	text-decoration: none;
	text-align: justify;
	padding-top:0px;
	padding-bottom0px;
	list-style-type: disc;
	margin-left:20px;
	padding-bottom:5px;
	
}


.left ul{
	text-align:center;
	display:block;
	padding-top:0px;
}

.left li{
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-top:6px;
	padding-bottom:5px;
	list-style-type: none;
	margin-left:0px;
	border-bottom-style:solid;
	border-bottom-width: 0.09em;
	border-bottom-color: #BED7F3;
}


.left li a{
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-top:4px;
	padding-bottom:4px;
	list-style-type: none;

}

.left li a:hover{
	font-family: Verdana;
	font-size: 12px;
	color: red;
	text-decoration: none;
	text-align: center;

}

.left li a:active{
	font-family: Verdana;
	font-size: 12px;
	color: red;
	text-decoration: none;
	text-align: center;

}

p{
	font-family: sans-serif;
	font-size: 13px;
	color: #2c4163;
	text-decoration: none;
	text-align: justify;
}


#footer {
	width:450px;
	float:left;
	position:relative;
	height:20px;
	padding-left:10px;
	margin-top:20px;
}

.tittle{
padding-left:26px;
}


.imagen_interior{
margin-left:0px;
margin-right:15px;


}
strong {
	font-weight: bold;
	text-decoration: none;
}

em {
	font-style: italic;

}
