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

/* Primer Div- Contenedor Principal de la pag */

#wrapper-page {
	width:100%;
	height: 100%;
	margin:auto;
}

/*-------------------------------------------------------------------------------------------------*/

/* --------------- Header----------------*/
#expansorHead {
	width:auto;
	height:208px;
	background:url(../images/expand_header.png);
	background-repeat:repeat-x;
	background-position:center top;
}

#contenidoHeader {
	width:900px;
	height:208px;
	margin:auto;
}

#banner {
	height:155px;
	background:url(../images/banner.png);
	background-position:top;
	background-repeat:no-repeat;
}

#topMenu {
	height:53px;
	background:url(../images/top_menu.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#contenidoTopMenu {
	/*width:820px;*/
	height:40px;
	margin:auto;
}

/*------------------------Estructura del Contenido de la pag------------*/

#zona-contenido {
	background-color:#F2F2F2;
	width:100%;
	height:100%;
}

#expansorContenidoTop {
	width:100%;
	height:100%;
	background:url(../images/expand_top.png);
	background-repeat:repeat-x;
	background-position:top;
}

#exapnsorContenidoBot {
	width:100%;
	height:100%;
	background:url(../images/expansor_bot.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.wrapper {
	width:950px;
	margin:auto;	
}

#wrapper1 {
	height:45px;
	background: transparent url(../images/contend_Top1.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#wrapper2 {
	height:100%;
	margin:auto;
	background: transparent url(../images/contend_exp1.png);
	background-position:center;
	background-repeat:repeat-y;
}

#wrapper3 {
	height:45px;
	background: transparent url(../images/contend_bot1.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}


/*--------------------- Contenido de la pagina --------------------*/

#modulo-info {
	width:890px;
	height:38px;
	margin:auto;
	background:url(../images/expan_div_contend.png);
	background-repeat:repeat-x;
	background-position:bottom center;
}

#migadePam {
	height:20px;
	width:650px;
	float:left;
	background:url(../images/home_icon.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
	margin-left:10px;
}

.date {
	width:180px;
	height:25px;
	float:right;
	background:url(../images/separador.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#contenido {
	width:890px;
	height:100%;
	margin:auto;
}

#left {
	width:188px;
	min-height:180px;
	float:left;
	margin-bottom:10px;

}

#center {
	width:510px;
	min-height:180px;
	float:left;
}

#right {
	width:188px;
	min-height:180px;
	float:left;
}

/*#fin-contenido {
	width:100%;
	height:25px;
	background-color:#CC3300;
}*/

/*------------------------------Footer de la pag-------------*/
#modulo-footer {
	width:100%;
	height:249px;
	background:url(../images/modulo_footer.png);
	background-repeat:repeat-x;
	background-position:center top;
}

/*------------Modulo del footer de la pag----------------*/
#contenido-ModuloFooter {
	width:900px;
	margin:auto;
	height:249px;
}

#modulo-footer1{
	width:260px;
	height:208px;
	float:left;
	margin-top:25px;
	margin-left:30px
}

#modulo-footer2{
	width:260px;
	height:208px;
	float:left;
	margin-top:25px;
	margin-left:30px
}

#modulo-footer3{
	width:260px;
	height:208px;
	float:left;
	margin-top:25px;
	margin-left:30px
}

/*--------------Fin Moudlo Footer --------------*/

#expansorFooter {
	width:100%;
	height:86px;
	background:url(../images/logos_footer.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#contenidoFooter {
	width:900px;
	height:70px;
	margin:auto;
}

/*-------------------------------Main Menu -----------------------*/

.mainMenu {
	width:188px;
	min-height:100px;
	background:url(../images/expand_mainMenu.png);
	background-repeat:repeat-y;
	background-position:top right;
}

#mainMenuTop {
	background:url(../images/top_mainMenu.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#mainMenuBot{
min-height:150px;
	background:url(../images/bootom_mainMenu.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:40px;
}

#buscarConten {
	height:40px;
	background:url(../images/buscar.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#buscar {
	height:21px;
	width:133px;
	position:relative; left:32px; top:6px;
}

#espacio-top {
	height:25px;
}
#Contenido-MainMenu{
}


