@charset "utf-8";
/* CSS Document */
/*==============*/

body {
	background: #fff;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #222755;
	margin: 10px 0;
	padding: 0;
}

h1 {
	font-size: 16px;
    font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 14px;
    font-weight: bold;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 13px;
    font-weight: bold;
	margin: 0;
	padding: 0;
}

a {
	color: #789bc2;
	text-decoration: none;
}
a:hover {
	color: #007bb7;
	text-decoration: none;
}

/* Div's Layers */
/*==============*/

#main {
	margin: auto;
	width: 780px;
}

#header {
	background: url('../images/bg-header.jpg') center bottom no-repeat;
	height: 125px;
}
#header p {
	margin: 0;
	padding: 0;
	text-align: right;
}

#date {
	float: right;
	margin: 0;
	padding: 80px 50px 0 0;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
}

/* Container */
/*===========*/

#container {
	text-align: justify;
	clear: both;
	margin: 25px 5px 0 5px;
}

/* Left Container */
/*================*/

#cleft {
	width: 270px;
	margin-right: 14px;
	text-align: left;
}

#nav {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
}
#nav ul, #nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
	padding: 5px;
}
#nav li a {
	display: inline-block;
	background: #cac8c8;
	color: #193773;
	font-weight: bold;
	padding: 4px 16px;
}
#nav li a:hover {
	background: #193773;
	color: #f4c61b;
}


#apartado {
	background: #edeef0 url('../images/bg-agenda-bottom.jpg') center bottom no-repeat;
	margin-bottom: 15px;
}
#apartado h1 {
	background: url('../images/bg-agenda-top.jpg') center top no-repeat;
	font-size: 150%;
	color: #767272;
	padding: 25px 0 15px 25px;
}
#apartado h3 {
	color: #003580;
	margin: 0;
	padding: 2px 0;
}
#apartado h3 a {
	color: #003580;
	margin: 0;
	padding: 2px 0;
}
#apartado h3 a:hover {
	text-decoration: underline;
}
#apartado p {
	margin: 0;
	padding: 2px 0 15px 0;
}

.text {
	padding: 0 10px 10px 25px;
}

.text a {
	color: #222755;
	text-decoration: none;
}
.text a:hover {
	color: #222755;
	text-decoration: underline;
}

/* Right Container */
/*=================*/

#content {
	width: 470px;
	float: right;
	padding: 0 0 0 13px;
	border-left: 1px solid #003580;
}
#content h1 {
	color: #003580;
	padding: 7px 0;
}
#content h2 {
	color: #003580;
	padding: 7px 0;
}
#content p {
	margin: 0;
	padding: 5px 0;
}

#content ul li {
	list-style: outside;
}

/* Clearfix */
/*==========*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;} /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;} /* End hide from IE-mac */

/* Images */
/*========*/

.pics {
	margin: 0;
	padding: 0;
}
.pics img {
	border: 1px solid #CCCCCC;
}

/* Varios */
/*========*/

.aright { text-align: right !important; }
.acenter { text-align: center !important; }
.aleft { text-align: left !important; }
.fright { float: right; }
.fleft { float: left; }
.clear { clear: both; }
.hidden { display: none; }
.upper { text-transform: uppercase; }
.ohp { width: 95%; }

.author {
	text-align: right !important;
	font-weight: bold;
	font-size: 95%;
}

.req {
	font-weight: bold;
	color: #FF0000;
}

/* Footer Link */
/*=============*/

#link {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	clear: both;
}

#inforpress {
	text-align: center;
	clear: both;
	padding: 10px 0;
}
#inforpress a {
	color: #0066FF;
	text-decoration: underline;
}
#inforpress a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* Footer */
/*========*/

#footer {
	background: url('../images/bg-footer.jpg') center top no-repeat;
	color: #fff;
	height: 70px;
	clear: both;
	font-weight: bold;
	font-size: 10px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}

#contact {
	float: right;
	width: 300px;
	padding: 10px 10px 0 0;
}
#contact p {
	margin: 0;
	padding: 0;
	text-align: right;
}

#footer-en {
	background: url('../images/bg-footer-en.jpg') center top no-repeat;
	color: #fff;
	height: 70px;
	clear: both;
	font-weight: bold;
	font-size: 10px;
}
#footer-en a {
	color: #fff;
	text-decoration: underline;
}

/* otros */

.Estilo1 {color: #767272;}
