@charset "utf-8";
/* CSS Document */

body {
	padding:0 0 0 0;
	margin: 0;
	font-family: Calibri;
	
}
#contenido {
	margin: 0 auto;
}


/*------------------------------------------------------------------	CONTENIDO	--------------------------------------------------------------------*/
#encabezado{
	width:872px;
	height:125px;
	position:relative;
	padding:0 0 0 0;
	margin: 0 auto;
	background-repeat: repeat-x;
	background-color: #FFF;
	background-image: url(imagenes/contenido_bg.jpg);
}
#cuerpopagina #der p a {
	text-decoration: none;
	color: #300;
}

#encabezado div.logo{
	position:absolute;
	top:0px;
	width:167px;
	height:83px;
	left: 40px;
	float: left;
}
#encabezado div.baner {
	position: absolute;
	margin-left: 136px;
	width: 750px;
	height: 0px;
	left: 0px;
	margin-top: 0px;
	top: 0px;
	text-align: right;
}
#encabezado ul.nav{
	width:750px;
	height:35px;
	/*background:url(images/nav_div.gif) left top no-repeat;*/
	padding:0 0 0 2px;
	top:85px;
	margin: 0 auto;
	left: auto;
	list-style: none;
	background-repeat: repeat-x;
	position: absolute;
}

#encabezado ul.nav li{
	padding:0 2px 0 0;
	float:left;
	/*background:url(images/nav_div.gif) right top no-repeat;*/
	height:35px;
}
#encabezado ul.nav li a{
	display:block;
	background:url(images/nav_bg.gif) 0 0 repeat-x #010101;
	padding:0 18px;
	font-size:11px;
	font-weight:bold;
	line-height:35px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
#encabezado ul.nav li a:hover{
	background:url(images/nav_bg_hover.gif) 0 0 repeat-x #B4BFAE;
	color:#333;
}

#encabezado ul.nav li a.hover{
	display:block;
	background:url(images/nav_bg_hover.gif) 0 0 repeat-x #B4BFAE;
	padding:0 18px;
	font-size:11px;
	font-weight:bold;
	line-height:35px;
	color:#434446;
	text-decoration:none;
	text-transform:uppercase;
}
/*#encabezado ul.nav li.noImg{
	background-image:none;
}*/

/*------------------------------------------------------------------	CUERPO DE LA PAGINA	--------------------------------------------------------------------*/




#cuerpopagina {
	font: Calibri;
	width: 872px;
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
	height: 370px;
}
#izq {
	width:200px;
	float:left;
	height: 300px;
}
#cuerpopagina div.abajoizq {
	width: 50%;
	float: left;
	position: absolute;
	left: -1px;
	top: 331px;
	padding-left: 5px;
}


	
#der {
	width: 650px;
	float: right;
	color: #333;
	text-indent: 10px;
	padding-left: 10px;
	border-left-width: 1.5px;
	border-left-style: dotted;
	border-left-color: #300;
	overflow: auto;
	height: 365px;
}
#der table tr td p {
	text-indent: 0px;
	text-align: center;
}
#der table tr td a img {
	border-style: none;
	text-align: center;
}

#cuerpopagina #der h1 {
	text-align: center;

}
#der h1 span {
	font-size: 14px;
	background-color: #000;
	color: #FFF;
	text-align: center;
}
#der p img {
	float: right;
	width: 250px;
	height: 160px;
}


#cuerpopagina div.abajoder {
	float: right;
	position: absolute;
	width: 50%;
	left: 436px;
	top: 331px;
	padding-left: 5px;
}



#piepagina {
	font: Calibri;
	height: 195px;
	width: 872px;
	position: relative;
	margin: 0 auto;
	background-color: #333;
	color: #999;
}
#piepagina #pieImg {
	position: absolute;
	top: 1px;
	left: 4px;

}


#copyright {
	position: absolute;
	top: 175px;
	text-align: center;
	color: #CCC;
	width: 100%;
	font-size: 12px;
}


.center
{
	margin-left: auto;
	margin-right: auto;
}
.titulos {
	font-size: 18px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #999;
	text-indent: 10px;
}

.menu {
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000;
	text-decoration: none;
	text-align: left;
}

.sub {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
