﻿
/************************
	menu
*************************/

#menu
{
	height: 38px;
	background: #255e81  url(/img/barra.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	min-width: 998px;
	overflow: hidden;
}

#menuInner
{
	/*width: 900px;*/
	width: 990px;
	margin: auto;	
}

a.menuItem:link, a.menuItem:visited, a.menuItem:hover
{
	padding-left:30px;
	padding-right:30px;
	padding-top:9px;
	padding-bottom:5px;
	text-decoration: none;	
	color: #e2e2e2;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	height: 23px;
	overflow: hidden;
}

a.menuItem:hover
{
	background-color:#457ba0;
}

a img
{
	border:none;	
}

/************************
	global
*************************/

*
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #363F4F;
	margin: 0px;
	/*border: inset red 1px;*/
}

#contenido
{
	float: left;
	width: 958px;
	background: #fff;
	padding-left:20px;
	padding-right: 20px;
	overflow: hidden;

}

#col1, #col2, #col3
{
	float: left;
	width: 230px;
	padding: 15px 15px 25px 15px;
	background: url(/img/noticias.jpg) repeat-x;
	overflow: hidden;
}

#col1, #col3
{
	padding: 0px 0px 25px 0px;	
}

#col2
{
	width: 418px;
	margin-left: 25px;
	margin-right: 25px;
}


.titularSeccion
{
	font-family: "Trebuchet MS", Arial;
	color: #1486A7;
	font-size: 22px;	
	background: url("/img/flecha-titulos.gif") no-repeat;
	padding-left: 25px;
	margin-bottom: 15px;
}

.titularSeccion img
{
	float: right;
}

input.textbox, select.textbox
{
	border: 1px solid #004b91;
	font-size: 11px;
	font-weight:normal;
	width: 200px;
	color: #333;
	padding-left:2px;
	margin-bottom: 3px;
}
select.textbox
{
	width: 204px;
}


.beneficios
{
	float:right;
	padding-top:29px;
	padding-right: 46px;
}

a.boton:link,
a.boton:visited,
a.boton:hover
{
	background: #487298;
	border-top: #E3EEF2 solid 2px;
	border-left: #E3EEF2 solid 2px;
	border-bottom: #000 solid 2px;
	border-right: #000 solid 2px;
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
	padding: 2px 8px 2px 8px;	
	text-transform: capitalize;
	white-space: nowrap;
}

a.boton:hover
{
	border-bottom: #E3EEF2 solid 2px;
	border-right: #E3EEF2 solid 2px;
	border-top: #000 solid 2px;
	border-left: #000 solid 2px;
}

/************************
	index
*************************/

.bloqueEmpresa
{
	width: 418px;
	float: left;
	border-bottom: 1px dashed #C4E1E9;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.bloqueEmpresa img
{
	float: right;	
	margin-top: 5px;
	margin-left: 5px;
}

.bloqueEmpresa span.titulo,
.bloqueEmpresa a.titulo:link,
.bloqueEmpresa a.titulo:visited,
.bloqueEmpresa a.titulo:hover
{
	font-size: 14px;
	font-weight: bolder;
	color: #45669F;	
	text-decoration: none;
}

.bloqueEmpresa a.titulo:hover
{
	text-decoration: underline;
}

.bloqueEmpresa a.link:link, .bloqueEmpresa a.link:visited
{
	text-decoration: none;	
}

.bloqueEmpresa a.link:hover
{
	text-decoration: underline;	
}

.bloqueEmpresa a.verMas:link, .bloqueEmpresa a.verMas:visited
{
	text-decoration: none;	
	font-weight: bolder;
	white-space: nowrap;
	color: #45669F;
	text-transform: uppercase;
} 

.bloqueEmpresa a.verMas:hover
{
	text-decoration: underline;	
} 

.buscador 
{
	color:#2766A1;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-left:35px;
	margin-bottom: 25px;
	text-align:right;
	width:330px;
}


/************************
	uc_buscador
*************************/

div#buscador
{
	background: url(/img/noticias.jpg) repeat-x;
	float: left;
	padding-left:15px;
	padding-top: 15px;
	width: 230px;
	margin-bottom:15px;
}


/************************
	uc_noticias
*************************/

div#noticias 
{
	background: url(/img/noticias.jpg) repeat-x;
	float: left;
	padding-left:15px;
	padding-right: 15px;
	padding-top: 15px;
	width: 200px;
}

div.bloqueNoticiaBreve
{
	float: left;
	border-bottom: 1px dashed #C4E1E9;
	padding-bottom: 5px;
	margin-bottom: 5px;	
	padding-right: 5px;
	width: 200px;
}

div.bloqueNoticiaBreve img
{
	float: right;
	margin-left: 5px;
}

div.bloqueNoticiaBreve span.titulo,
div.bloqueNoticiaBreve a.titulo:link,
div.bloqueNoticiaBreve a.titulo:visited,
div.bloqueNoticiaBreve a.titulo:hover
{
	font-weight: bolder;
	text-decoration: none;
}

div.bloqueNoticiaBreve a.titulo:hover
{
	text-decoration: underline;
}

div.bloqueNoticiaBreve span.fecha
{
	color: #45669F;
}

.bloqueNoticiaBreve a.verMas:link, .bloqueNoticiaBreve a.verMas:visited
{
	text-decoration: none;	
	white-space: nowrap;
	color: #45669F;
	font-weight: bolder;
	text-transform: uppercase;
} 

.bloqueNoticiaBreve a.verMas:hover
{
	text-decoration: underline;	
} 

div#noticias a.verTodas:link, div#noticias a.verTodas:visited
{
	text-decoration: none;
	color: #45669F;
	font-weight: bolder;
	text-align: right;
	display: block;
	margin-bottom: 15px;
}

div#noticias a.verTodas:hover
{
	text-decoration: underline;
}

/************************
	listadoNoticias
*************************/

#listadoNoticias div.noticia
{
	border-bottom:1px dashed #C4E1E9;
	padding-bottom: 10px;
	margin-bottom: 10px;	
}

#listadoNoticias div.noticia span.titulo
{
	font-size: 16px;	
	font-weight: bolder;
}

#listadoNoticias div.noticia img
{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;	
}

#listadoNoticias div.noticia a.verMas:link, 
#listadoNoticias div.noticia a.verMas:visited,
#listadoNoticias div.noticia a.verMas:hover
{
	color:#45669F;
	text-decoration:none;
	white-space:nowrap;
	font-weight: bolder;
	text-transform: uppercase;
}

#listadoNoticias div.noticia a.verMas:hover 
{
	text-decoration:underline;
}


/************************
	uc_mercados
*************************/

div#mercados
{
	float:left;
	background-image: url(/img/noticias.jpg);
	background-repeat:repeat-x;
	padding-left:15px;
	padding-top: 15px;
	width:264px;
	margin-bottom:40px;
}



/************************
	registracion y contacto
*************************/

div#registracion
{
	float:left;
	padding-top: 20px;
}

div.form
{
	 margin-bottom:7px;
	 text-align:right;
}

div#registracion div.bloque span.titulo
{
	font-size: 13px;
	font-weight: bolder;
	display: block;
	border-bottom: 1px dashed #C4E1E9;
	margin-bottom: 5px;
}

div#registracion input, div#registracion textarea, div#registracion select 
{
	border:1px solid #004B91;
	font-family: Arial;
	font-size: 11px;
	padding-left: 2px;
	width: 220px;
}

div#registracion select
{
	width: 224px;
}

/*****************
	banners
******************/

.banners
{
	float:left;
	text-align:center;
	overflow:hidden;
	width: 200px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top:5px;
}


/*****************
	listadoEmpresas y empresas
******************/


#listadoEmpresas span
{
	float: left; 
	width:158px; 
	padding-left: 30px;
}

#listadoEmpresas a:link,
#listadoEmpresas a:visited,
#listadoEmpresas a:hover
{
	text-decoration: none;
	line-height: 16px;
}

#listadoEmpresas a:hover
{
	text-decoration: underline;
}

.empresa
{
	border-top: 1px dashed #C4E1E9;
	border-bottom: 1px dashed #C4E1E9;
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div.empresasRelacionadas span
{
	font-size: 16px;
	font-weight: bolder;
	display: block;
	margin-bottom: 10px;	
}

div.empresasRelacionadas ul li
{
	margin-left: 10px;
	padding-left: 7px;
	list-style: square;
}

div.empresasRelacionadas a:link,
div.empresasRelacionadas a:visited
{
	text-decoration: none;
}

div.empresasRelacionadas a:hover
{
	text-decoration: underline;
}

/*****************
	listadoProductos
******************/

#producto img
{
	float: right;	
	padding-left: 10px;
	padding-bottom: 10px;
}

#producto span.categoria
{
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;	
	border-bottom: 1px dashed #C4E1E9;
	font-size: 13px;
}

