@charset "utf-8";
/* CSS Document */

body  {
	background: #fff;
	background-image:url(../img/fondo.png);
	margin: 0;
	font-family:'Arial', Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
}

h2 {
	font-size: 14px;
	color: #7aaadd;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	line-height:22px;
}

h4 {
	font-size: 12px;
	color: #7aaadd;
	font-weight: bold;
	margin: 10px 0 0 0;
}



#contenedor { 
	width: 975px;
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	
}

#col1 {
	float:left;
	width:750px;
}

#col2 {
	float:right;
	border-left: 1px solid #CCCCCC;
}

#cabecera {
	height: 80px;
	background: #7aaadd;
	padding: 28px;
}

#contenido {
	padding: 27px;
	overflow: hidden;
}

#mosaico1 {
	float:left;
	overflow: hidden;
}

#mosaico2 {
	float:right;
	width:200px;
	height:243px;
	border: 1px solid #7aaadd;
	overflow: hidden;
	padding:15px 15px 15px 15px;
}

#pie {
	text-align:center;
	color:#7aaadd;
}

a, img { 
	border:0px;
}

a { 
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}

a:hover { 
	color: #fff;

}

a[href ^="mailto:"] {
	color: #7aaadd;
	font-weight:normal;
	text-decoration:underline;
}

a:hover[href ^="mailto:"] {
	color: #000;
	font-weight:normal;
}

.banners {
	width:183px;
	background:url(../img/fondo_col2.gif) repeat-x top left #fff;
	padding:20px;
}

.textodestacado {
	color:#FFFFFF;
}

.numero {
	font-size: 24px;
	font-weight: bold;
}
.leyenda {
	font-size: 14px;
	text-align:center;
}

.textodestacado1 {
	color:#7aaadd;
	font-weight:bold
}

.titulo {
	font-weight:bold
}
