/**********************/
/*
	estilos para la pagina de inicio
*/

* {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
}

div.separador_inv {
	float: none;
	clear: both;
	height: 1px;
	overflow: hidden;
}

h3 {
	color: #d63039;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
}

/**************************/
/* noticia principal */
img.flota_izq {
	float: left;
	width: auto;
	padding: 4px 4px 4px 0;
	
}

h3.noticia {
	color: #003366;
	font-size: 20px;
	font-weight: normal;
	float: left;
}

h3.noticia a {
	text-decoration: none;
	color: #003366;
}

h3.noticia a:hover {
	color: #9EB3C4;
}

p {
	font-size: 11px;
	color: #003466;
	margin-left: 10px;
}

p.noticia {
	color: #003366;
	font-size: 11px;
	font-weight: normal;
	float: left;
}

p.noticia a {
	text-decoration: none;
	color: #003366;
	font-size: 20px;
}

p.noticia a:hover {
	color: #9EB3C4;
}



#noticia {
	padding: 3px 3px 3px 0;
	float: none;
	clear: both;
	margin-bottom: 5px;
	border-bottom: 1px solid #003366;
	
	margin-bottom: 0; /* 20110527 */
}

div.item_noticia {
	font-size: 10px;
	width: 32%;
	float: left;
	padding: 3px;
	/*color: #003366;*/
}

div.item_noticia h3.noticia {
	font-size: 14px;
}


a.enlace_flota_izq {
	font-size: 11px;
	float: left;
	padding: 4px;
	color: #CC3333;
	text-decoration: none;
}

a.enlace_flota_izq:hover {
	color: #000;
}

a.enlace_flota_dch {
	font-size: 11px;
	float: right;
	padding: 4px;
	color: #218AAD;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

a.enlace_flota_dch:hover {
	color: #9EB3C4; 
}

/****************************/
/* enlaces destacados */

#contenedor_enlaces {
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #003366;
	float: none;
	clear: both;
}

.enlace_portada {
	width: 23%;
	padding: 3px;
	float: left;
}

.enlace_portada_interior {
	width: 122px;
	/*border: 1px solid #40668D;*/
	padding: 6px;
	background: #fff url(imagenes/fondo_enlaces_portada2.png) center no-repeat;
	/*background-color: #f0f0f0;*/
	margin: auto;
	display: block;
	/*-moz-border-radius: 10px;*/
	/*-webkit-border-radius: 10px;*/
	/*behavior:url(border-radius.htc);*/
	_width: 134px !important;
	_padding: 12px 6px !important;
	
	height: 140px;
}

*+html .enlace_portada_interior {
	width: 130px !important;
	padding: 12px 6px !important;
}


.enlace_portada_interior:hover {
	background: #fff url(imagenes/fondo_enlaces_portada_oscuro2.png) center no-repeat;
	/*background-color: #ddd;*/
}

.enlace_portada img {
	width: 120px !important;
	width: 100px;
	border: 1px solid #ccc;
	
	margin-top: 7px;
}


.enlace_portada a {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}

.enlace_portada a:hover {
	color: #9EB3C4;
}

p.titulo_enlace_portada {
	margin: 0;
	margin-top: 3px;
	padding: 0;
}


/***************************/
h4 {
	color: #003366;
	font-size: 14px;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

p.licitacion {
	margin-bottom: 5px;
}

p.licitacion span {
	font-weight: bold;
	color: #000;
	margin-bottom: 2px;
}

p.licitacion a {
	color: #000;
	color: #003063;
	text-decoration: none;
}

p.licitacion a:hover {
	color: #CD3534;
}

/******************************/
p.listado {
	margin-bottom: 5px;
}

p.listado a {
	color: #000;
	color: #003063;
	text-decoration: none;
}

p.listado a:hover {
	color: #CD3534;
}

/*******************************/
#logos_pie_portada {
	margin: auto;
	width: 600px;
	margin-top: 50px;
	text-align: center;
}

/******************************/
/* 20110527 nueva caja resaltada para portada */
/*
#contenedor_noticia_resaltada {
	background-color: #325C84;
	color: #fff;
	padding-top: 10px;
	padding: 10px;
	
	
	width: 98%;
	margin: auto;
	border: 1px solid #325C84;
	background-color: #F0F0F0;
	color: #325C84;
	margin-top: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}
*/

#contenedor_noticia_resaltada {
	padding-bottom: 10px;
	border-bottom: 1px solid #003366;
}

#contenedor_noticia_resaltada p {
	background-color: #325C84;
	color: #fff;
	padding-top: 10px;
	padding: 10px;
	
	
	width: 98%;
	margin: auto;
	border: 1px solid #325C84;
	background-color: #F0F0F0;
	color: #325C84;
	margin-top: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

a.enlace_borde_y_hover {
	background-color: #325C84;
	color: #fff;
	padding-top: 10px;
	padding: 10px;
	
	
	width: 98%;
	margin: auto;
	border: 1px solid #325C84;
	background-color: #F0F0F0;
	color: #325C84;
	margin-top: 10px;
	
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	*/
	
	display: block;
	font-size: 0.7em;
}

a.enlace_borde_y_hover:hover {
	background-color: #ccc !important;
	border: 1px solid #325C84;
	
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	*/
}

#contenedor_noticia_resaltada p:hover {
	background-color: #ccc;
}

#contenedor_noticia_resaltada a {
	color: #003366;
	text-decoration: none;
}

#contenedor_noticia_resaltada a:hover {
	color: #003366;
}

p.titulo_bases {
	margin: 10px 5px 15px 5px;
	font-weight: bold;
}

a.enlace_bases {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a.enlace_bases:hover {
	color: #003366;
}

p.parrafo_bases {
	margin: 5px;
	text-align: justify;
}

p.parrafo_bases img {
	margin-right: 10px;
	float: left;
}

*+html p.parrafo_bases img {
	float: none;
}
