/*********************************************************************************************/
/*********************************************************************************************/
/* 
		Estilo General
*/

body 
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-image: url(../Wimg/web/fondo.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#main
{
	width: 782px;
	margin: 0px auto 0px;
	border: 1px solid transparent;
	position: relative;
	/*border: 1px solid #FF0000;*/
	height: 733px;
	background-image: url(../Wimg/web/fondo_main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	/*background-color: #FF0000;*/
	
}

.br-float
{
	clear: both;
}


.NoScreen
{
	display: none;
	visibility: hidden;
}


/*********************************************************************************************/
/*********************************************************************************************/
/* 
		Estilo Encabezado 
*/

#cabecera
{
	text-align: center;
}


/*********************************************************************************************/
/*********************************************************************************************/
/* 
		Estilo Menu #1
*/

#menu1
{
	padding: 0px 15px 0px 146px;
}

#navi 
{  
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navi li 
{
	margin: 0px;
	padding: 0; /*Ya no necesito el padding, tambien quitare el borde que puse antes.*/
	float: left;
	margin-right: 10px;
}

#navi li a
{
	display: block; /*Convertimos el vínculo en un bloque. */
	/*width:150px;*/
	height: 26px;
	padding: 0px;
	text-decoration:none;
	text-align:center;
	line-height: 28px;
	font-size: 12px;
	color:#274571;
	background-image: url(../Wimg/web/fondo_btns.jpg);
	background-repeat: repeat-x;
	padding: 0px 5px 0px 5px;
}

/*Ahora vamos con el hover:*/
#navi li a:hover 
{
	background-image: url(../Wimg/web/fondo_btns.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	/*font-weight: bold;*/
}


/*********************************************************************************************/
/*********************************************************************************************/
/* 
		Estilo Banner Flash
*/

#bannerFlash
{
	width: 782px;
	height: 276px;
	text-align: center;
	background-image: url(../Wimg/web/fondo_banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	/*margin: 8px 0px 0px 0px;*/
}

/*********************************************************************************************/
/*********************************************************************************************/
/* 
		Estilo Menu #2
*/

#menu2
{
	padding: 0px 12px 0px 12px;
	background-image: url(../Wimg/web/fondo_menu.jpg);
	background-repeat: repeat-x;
	margin: 0px 4px 0px 4px;
}

#navi2 
{  
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navi2 li 
{
	margin: 0px;
	padding: 0; /*Ya no necesito el padding, tambien quitare el borde que puse antes.*/
	float: left;
	margin-right: 10px;
}

#navi2 li a
{
	display: block; /*Convertimos el vínculo en un bloque. */
	/*width:150px;*/
	height: 40px;
	padding: 0px;
	text-decoration:none;
	text-align:center;
	line-height: 40px;
	font-size: 12px;
	color:#274571;
	/*background-image: url(../Wimg/web/fondo_btns2.jpg);
	background-repeat: repeat-x;*/
	padding: 0px 5px 0px 5px;
}

/*Ahora vamos con el hover:*/
#navi2 li a:hover 
{
	/*background-image: url(../Wimg/web/fondo_btns2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
	/*font-weight: bold;*/
	text-decoration: underline;
}


/*********************************************************************************************/
/*********************************************************************************************/
/* 
		Estilo Contenido Principal
*/

#PrincipalCont
{
/*	background-image: url(../Wimg/web/fondo_separador_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
*/	
	/*margin: 10px 4px 0px 4px;*/
	/*height: 50px;*/
	width: 739px;
	margin: 10px auto 10px;
	/*border: 1px solid #FF0000;*/
}

#LinksMain 
{  
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#LinksMain li 
{
	margin: 0px;
	padding: 0; /*Ya no necesito el padding, tambien quitare el borde que puse antes.*/
	float: left;
}

#LinksMain li a
{
	display: block; /*Convertimos el vínculo en un bloque. */
	/*width: 246px;*/
	height: 213px;
	padding: 0px;
	text-decoration:none;
	text-align:center;

	/*background-image: url(../Wimg/web/fondo_btns2.jpg);
	background-repeat: repeat-x;*/
}

#LinksMain li a img
{
	border: none;
}

/*Ahora vamos con el hover:*/
#LinksMain li a:hover 
{
	/*background-image: url(../Wimg/web/fondo_btns2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
	/*font-weight: bold;*/
	text-decoration: underline;
}


/****************************************************************************/
/* CopyRight */


#copyrightCont
{
	width: 782px;
	margin: 0px auto 0px;
	border: 1px solid transparent;
	position: relative;
	/*border: 1px solid #FF0000;*/
	height: 14px;
	background-color: #EFF0F5;
	font-size: 10px;
	text-align: center;
	color: #666666;
	
}


a.copyrightL
{
	text-decoration: none;
	color: #404040; 
	font-weight: bold;
}

a.copyrightL:hover            
{
	color: #000000;
}



