@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px
}

.tablaPrincipal{
	width:934px;
	background-color:#FFFFFF;
	background-image:url(../images/sombraLeft.gif);
	background-repeat:repeat-y
}

.header{
	background-image:url(../images/header-logo.png);
	background-repeat:no-repeat;
	height:100px;
	width:934px;
	}
.headerFondo{
	background-image:url(../images/fondo-header.png);
	background-repeat:repeat-x;
}	
.headerIdioma{
	font-size:14px;
	color:#009ad3;
	text-align:left;
	text-decoration:none;
	}
	

.headerTitulo{
	vertical-align:bottom;
	font-size:21px;
	color:#009ad3;
	text-align:center
	}


.tablaMenuHorizontal{
	background-image:url(../images/chromebg.gif);
	text-align:left;
	height:27px;
	}
	
.menuHorizontal{
	font-size:12px;
	font-weight:bold;
	color:white;
	padding-left:5px;
	text-align:left;
	text-decoration:none;
	}
	
.footer{
	background-color:#4e89df;
	background-image:url(../images/fondoCovarsa.gif);
	background-repeat:repeat-x;
	height:150px;
	color:white;
	text-align:left;
	vertical-align:top;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	letter-spacing:.05em;

	}
	
.tablaBuscador{
	width:225px;
	height:350px;
	color:#346fc3;
	font-size:14px;
	font-weight:bold;
	background-color: #f7f7f7;
	
	}
.tablaDestacados{
	width:190px;
	color:#346fc3;
	font-size:14px;
	font-weight:bold;
	background-color: #f7f7f7;
	
	}

.tituloBuscador{
	padding-left:15px;
	background-color: #fdbb30;
	background-image:url(../images/fondoTitBuscador.gif);
	background-repeat:repeat-x;
	height:25px;
	color:white
}
.tituloFicha{
	font-size: 12px;
	color: #febb31;
	font-weight:bold;
	text-transform:uppercase;
	}
h1{
	font-size: 14px;
	color: #febb31;
	font-weight:bold;
	text-transform:uppercase;
}
.destacadoTitulo, .destacadoTitulo:link {
	font-size: 10px;
	color: #4e89df;
	text-align:center;
	text-decoration:none;
}

.destacadoMasInfo, .destacadoMasInfo:link {
	font-size: 10px;
	color: #4e89df;
	text-align:center;
	font-weight:bold
}
.tdSeparacion {background-image:url(../images/barrah2.gif); background-repeat:repeat-x}

.paginacionActual{
	font-size: 12px;
	color: #4e89df;
	text-align:center;
	font-weight:bold
}
.paginacion{
	font-size: 12px;
	color: #4e89df;
	text-align:center;
}
/*
ELEMENTO FORMULARIO
*/

select {
	width:180px;
	height: 20px;
	margin-bottom: 10px;
	border: 1px Solid #4e89df;
	background: #f7f7f7;
	font-size:11px
}

input {
	width:175px;
	height: 20px;
	margin-bottom: 10px;
	border: 1px Solid #4e89df;
	background: #f7f7f7;
	font-size:11px
}
button {
	height: 18px;
	border: 1px Solid #4e89df;
	background: #4e89df;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:0.12em;
}
label {
	font-size: 11px;
	color: #4e89df;
	font-weight:bold;
	text-transform:capitalize;
}

textarea {
	width:250px;
	height: 60px;
	margin-bottom: 10px;
	border: 1px Solid #4e89df;
	background: #f7f7f7;
	font-size:12px
}