.top {
	width: 990px;
	height: 187px;
	overflow: hidden;
	background: url(../imgs/top_pressrelease.jpg) no-repeat 0 0;
	margin: 0;
}

.mid {
	width: 990px;
	height: 343px;
	background: #003366;
	font-size: 11px;
}

.div2 {
	width: 665px;
	height: 343px;
	float: left;
}

ul.menu_secundario {
	padding: 0;
	margin: 10px 0 0 30px;
	height: 64px;
}

ul.menu_secundario li {
	list-style: none;
	float: left;
	padding: 0 15px 6px 0;
}

ul.menu_secundario li a {
	text-decoration: none;
	color: white;
}

ul.menu_secundario li a:hover {
	text-decoration: underline;
	color: white;
}
		
.foto { float: left; width: 300px; font-size: 10px; color: #FC0; margin: 0 15px 5px 0; }
.foto img { margin-bottom: 5px; }

.foto2 { float: left; width: 300px; font-size: 10px; color: #FC0; margin: 0 15px 15px 0; padding-bottom: 10px; border-bottom: 1px dotted white; }
.foto2 img { margin-bottom: 5px; }

.foto3 { font-size: 10px; color: #FC0; margin: 0 0 15px 0; padding-bottom: 10px; border-bottom: 1px dotted white; }
.foto3 img { margin: 0 15px 5px 0; }

.contenido {
	width: 635px;
	height: 260px;
	overflow: auto;
	margin: 0 0 0 30px;
}					

.contenido h3 {
	height: 35px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted white;
}

.contenido p {
	margin: 0 10px 10px 0;
	width: auto;
	color: white;
	line-height: 1.4em;
}

.contenido a { text-decoration: none; color: #FC0; }
.contenido a:hover { text-decoration: underline; color: #FC0; }

.footer2 {
	width: 990px;
	height: 90px;
	overflow: hidden;
	margin: 0;
	clear: both;
	background: url(../imgs/footer2.gif) no-repeat #e41815;
}

/*.............LINKS GENERALES.............*/

a.bluelinks1bold { text-decoration: none; font-weight: bold; color: #003366; }
a.bluelinks1bold:hover { text-decoration: none; font-weight: bold; color: #e41815; }

