@charset "utf-8";
body {
	margin-top: 0px;
	background-image: url(img/fondo.gif);
	background-repeat: repeat-x;
}
#pantalla {
	position: relative;
	z-index: 1;

}
#contenedor {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
}

#cabecera {
	width: auto;
}
#contenido {
	width: 985px;
	float: left;
	margin-top: 15px;
}
#solocontenido {
	background-color: #FFF;
	float: left;
	width: 985px;
}
#cuadro {
	width: 985px;
	float: left;
}
#cuadro #cuadroizquierda{
	width: 427px;
	float: left;
}
#cuadro #cuadroderecha{
	width: 556px;
	float: right;
}

.adorno {
	float: left;
	margin: 0px;
}
.adorno2 {
	float: left;
	width: 985px;
	background-color: #e3e5ec;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 3em;
}
.textoinformativo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 30px;
}
.textoinformativo a{
	color: #000;
	text-decoration: none;

}
.textoinformativo a:hover{
	color: #5978DD;
	text-decoration: none;
}

#logoab {
	padding-left: 21px;
	float: left;
}
#logomiramar {
	padding-right: 90px;
	float: right;
}
