@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../Images/09-bg-minis.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* centrar IE*/
}
#cuerpo p {
	line-height: 130%;
	color: #333333;
}
#cabecera {
	width: 100%;
	height: 78px;
	background-image: url(../Images/09-cabecera-minis.jpg);
	background-repeat: no-repeat;
	background-color: #21538e;
}


#contenedor {
	margin: 0 auto;
	width: 933px;
	background-color: #FFFFFF; /* para los browsers compliant */
	text-align: left; /* para realinear en IE */

}
#copyright {
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	clear: both;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #666666;
	font-size: 10px;

}
#copyright a {
	color: #666666;
}
#cabecera img {
	height: 78px;
	width: 470px;
	float: left;
	border: 0;
}
#cuerpo {
	font-size: 14px;
	margin: 25px;
}
#wircolright {
	clear: none;
	float: right;
	width: 251px;
	border: 1px #009b7b solid;
	background-color: #e8e8e8;
	font-size: 12px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#wircolright p {
	margin: 15px;
	line-height: normal;
	color: #666666;
}
h2.wir {
	background-color: #f78f1e;
	width: 550px;
	font-size: 14px;
	padding: 4px;
	color: #FFFFFF;
	text-transform: uppercase;
}
h1.wir {
	font-size: 24px;
	color: #376eaf;
	font-family: Georgia, "Book Antiqua", Times;
}
h3.wir {
	color: #009b7b;
	text-transform: uppercase;
	font-size: 16px;
}
.fecha {
	color: #666666;
	font-style: italic;
}
h3.wir a {
	color: #009b7b;
	text-decoration: none;
}
img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
img.leftcol {
	float: left;
	margin-right: 6px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
.leftlink {
	display: block;
	clear: both;
}

#wircolright a {
	color: #DE7807;
	font-weight: bold;
}
.titulo {
	font-size: 16px;
	font-weight: bold;
}

