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

body 
{
	color:#32373D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-image: url(../Wimg/web/fondo_int.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 90px;
}

#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 Imagen
*/

#bannerImg
{
	width: 782px;
	height: 101px;
	text-align: center;
	background-image: url(../Wimg/web/fondo_banner2.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;
	float: right;
}

#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: 215px;
	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;
}

#DivContenido
{
	width: 522px;
	
	height: auto!important; /* para los browsers buenos */
	height: 426px; /* para IE5+ */
	min-height: 426px; /* para los browsers buenos */
	
	/*border: 1px solid #0066CC;*/
	
	background-image: url(../Wimg/web/fondo_contenido.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	
	float: left;
	
	text-align: justify;
}


.w_Titulo
{
	color:#274571;
	font-size: 18px;
	font-weight: bold;
}

.w_TituloP
{
	color:#333333;
	font-size: 18px;
	/*font-weight: bold;*/
}

.w_Tprod
{
	font-size: 14px;
}

.w_Texto
{
	line-height: 15px;
	color:#32373D;
	margin-right: 20px;
	/*border: 1px solid #00FF66;*/
}


/****************************************************************************/
/* Estilo Formulario */

.txtfrom
{
	font-size: 11px;
	color: #354B6B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 450px;
}

input.inpBtn:hover 
{
	background-color: #EFF0F5;
	border: 1px solid #274E79;
	color: #274E79;
	cursor: pointer;
}

input.inpBtn 
{
	background-color: #274E79;
	border: medium none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	height: 29px;
	vertical-align: top;
	width: 453px;
}

.Mail         
{
 font-size: 10px;
 font-weight: bold;
 color: #274571;
 font-family: Arial;
 height: 18px;
 background-color: #E4E4E4;

}

.TblStyle    
{
 border-collapse: collapse;
/* background-color: #F8F8F8;*/
 border: 1px solid #E4E4E4;

}

.cuadro_valla
{
	text-align: justify;
	margin: 12px 5px 5px 5px;
	
}

.requerido
{
	color: #666666;
}

/****************************************************************************/
/* Limeas de Productos */

#lineaProd
{
	text-align: center;
	margin-right: 20px;
}


div.w_lineaP:hover 
{
	background-color: #000A6B;
	color: #FFFFFF;
	cursor: pointer;
}

div.w_lineaP 
{
	background-color: #7E99B4;
	border: medium none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	
	vertical-align: top;
	float: left;
	width: 245px;
	height: 50px;
	margin-bottom: 8px;
}

div.w_lineaP2:hover 
{
	background-color: #000A6B;
	color: #FFFFFF;
	cursor: pointer;
}

div.w_lineaP2 
{
	background-color: #7E99B4;
	border: medium none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	
	vertical-align: top;
	float: right;
	width: 245px;
	height: 50px;
	margin-bottom: 8px;
}


.separadorProd
{
	background-image: url(../Wimg/web/separador_prod.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


a.LBack
{
	text-decoration: none;
	color: #000000;
}


/****************************************************************************/
/* 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;
}

#c_text
{
	width: 252px; 
	height: 13px; 
	position: relative; 
	top: 4px; 
	left: -5px;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#333333; 
	border: 1px solid transparent;
}


#CBuscar
{
	background-image: url(../Wimg/web/buscar.jpg); 
	background-position: right; 
	background-repeat: no-repeat; 
	width: 360px; 
	height: 30px; 
	margin: 0px auto 0px;
}

#TBuscar
{
	font-size: 14px; 
	font-weight: bold; 
	color: #000000; 
	position: relative; 
	top: 4px; 
	left: -14px;
}


#BtnSearch
{
	/*background-image: url(../Wimg/web/Btn_buscar.jpg); */
	position: relative; 
	top: -12px; 
	left: 337px; 
	height: 19px; 
	width: 19px; 
	border: none;
	cursor: pointer;
	background-color: transparent;
}




