/*html, body { height:100%;  }*/
@charset "UTF-8";

/*Fix para Google Chrome*/
html, body { 
	height: 100%;
}
/*Fin fix*/

body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#003366;

	background-image:url(../images/fondo01.png);
	background-repeat:repeat-x;
	background-position: top;
	
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
	text-align: center;  /*Para centrar el contenido*/
}


#DivPrincipal {
	/*background-color: #F00;*/
	position: relative;
	margin: 0 auto;
	width:1030px;
	height:100%;
	
	text-align:left; /*Al centrar el contenido, se regresa el texto a la izquierda en este contenedor*/
	
	/*overflow: auto;*/
	/*left:6%;*/
	/*margin: 0px auto auto 6%;*/
	/*Agregar un IF IE margin 4% en vez de 6%*/   
}

#DivLogo {
	position:absolute;
	left:46px;
	top:2px;
	width:103px;
	height:90px;
	z-index:1;
	/*background-color: #FF8282;*/
	text-align:center;
}

#DivContenidoSeccion {
	position: relative;
	/*left:225px;
	top:89px;*/
	width:800px;
	/*height: 100%;*/
	z-index:3;
	background-color: #FFF;
	/*overflow:hidden;*/
	overflow-x: hidden;
	overflow-y: hidden;
	overflow:hidden;
	/*padding-left:6px;
	padding-top:4px;*/
	border-bottom-width:4px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
	/*margin-left:225px;*/
	margin-top:89px;
	margin-right:2px;
	margin-bottom:10px;
	float:right;
	height:auto;
	
		/* Curva en la ezquina superior derecha, inferior izq*/
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;

}

#DivMenuPrincipal {
	position: relative;
	/*left:2px;
	top:100px;*/
	width:212px;
	/*height: 100%;*/
	z-index:2;
	background-color: #FFF;
	padding-left:4px;
	padding-top:4px;
	overflow: hidden;
	margin-left:2px;
	margin-top:100px;
	/*margin-bottom:10px;*/

	float:left;
	height:auto;
	
	background-image:url(../images/fondo03.png);
	background-repeat: repeat-x;
	
	/* Curva en la ezquina superior derecha, inferior izq*/
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	
}
/*
#DivSubMenuPrincipal {
	position:absolute;
	left:191px;
	top:389px;
	width:824px;
	height:320px;
	z-index:5;
	/*background-color: #FFD787; * /
	padding-left:10px;
	padding-top:4px;
	
}
*/

/*
#DivBanners {  /* Novedades * /
	position:absolute;
	left:8px;
	top:451px;
	width:180px;
	height:261px;
	z-index:6;
	background-color: #ffffff;
	/*text-align:center;* /
	
	overflow:auto;
	padding-left:6px;
	padding-top:4px;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	border-bottom-width:4px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
	padding-right: 4px;
	border-top-color:#5B5B5B;
}
*/
#northsidebar .widget h3, 
#southsidebar .widget h3 {
	margin-bottom:10px;
	padding-top:10px;

}
/*
#BannersFeeds {  /* Novedades * /

	/*width:180px;* /
	z-index:6;
	background-color:#FFF;
	float:right;
	padding-top:10px;
	padding-right:4px;
	padding-left:8px;
	width:200px;
	font-size:95%;
	line-height:145%;
	
}
*/


#DivBuscador {
	position: absolute;
	left:776px;
	top:60px;
	width:250px;
	height:26px;
	z-index:7;
	/*background-color: #CCC;*/



}
#DivIcons { /*Accesos directos*/
	position:absolute;
	left:215px;
	top:18px;
	width:805px;
	height:36px;
	z-index:8;
	background-color: #C40000;
	visibility: visible;
	text-align:right;
	color:#FFF;
	padding-right: 10px;
	border-width:1px;
	border-style:solid;
	border-color:#E5E5E5;
	
		/* Curva en la ezquina superior derecha, inferior izq*/
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;

	
}
#DivTituloPanelSuperior {
	position:absolute;
	left:484px;
	top:70px;
	width:307px;
	height:19px;
	z-index:8;
	background-color: #FFF;
	visibility: visible;
	text-align:right;
	padding-right: 25px;
	padding-left: 10px;
	padding-top: 10px;
}


#DivPiePagina {

	/*left:80px;
	top:100%;*/
	width:1030px;
	height:30px;
	z-index:11;
	background-color: #FC0;
	text-align:center;
	padding-top:4px;
	padding-left: 4px;
	color:#000;
	/*margin: 10px auto auto 6%;*/
	margin: 0 auto;
	margin-top:10px;
	
	display:inline-block;
	
		/* Curva en la ezquina superior derecha, inferior izq*/
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;

}

