/* CSS Document */

/* ========== GENERAL ========== */
* {
	margin:0; 
	padding:0;
	outline:none;
}

body {
	background:#f3f2ee;
	color:#000;
    font-size:100%;
	text-align:center;
}
h1 {
	border-bottom:1px solid #999;
	font:normal 1.5em/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:17px;
	
}
p {
	font:.75em/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:1.4em;
}
a:link, 
a:visited {
	color:#600;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}
ul, 
ol {
	list-style:none;
	margin-bottom:1.4em; 
}
img {
	border:0;
}
/* ========== ESTRUCTURA ========== */
#headerContainer {
	background:#f8931f url(img/back-header.jpg) repeat-x;
	border-bottom:5px solid #b0b69a;
	border-top:5px solid #b0b69a;
	height:180px;
	width:100%;
}
#footerContainer {
	background:#000000 url(img/back-footer.jpg) repeat-x;
	border-top:5px solid #343434;
	height:85px;
	width:100%;
}
#header {
	margin:auto;
	overflow:hidden;
	width:955px;
}
/* ---------- header ---------- */
#header {
	padding-top:45px;
}
/* ---------- menu ---------- */
#menuContainer {
	
	height:220px;
	margin:-50px auto 17px;
	padding:0 10px;
	width:850px;
}
#menu {
	background:url(img/back-menu.jpg) no-repeat center 10px;
	height:50px;
	padding-left:75px;
}
#menu li {
	display:inline;
}
#menu li a:link, 
#menu li a:visited {
	color:#fff;
	display:block;
	float:left;
	font:normal .88em/40px Verdana, Arial, Helvetica, sans-serif;
	height:40px;
	margin:10px 52px 0;
	text-decoration:none;
}
#menu li a:hover {
color:#FF9900;
	
}
/* ---------- main ---------- */
#main {
	margin:auto;
	overflow:hidden;
	padding:0 48px;
	text-align:left;
	width:859px;
}
.foto {
	border:10px solid #fff;
	float:right;
	margin-bottom:25px;
}
.foto2 {
	border:10px solid #fff;
	float:left;
	margin-bottom:25px;
}
.right {
	float:left;
	width:471px;
}
.right p {
	width:350px;
}
.right2 {
	float:right;
	width:330px;
}
.right2 p {
	width:320px;
}
.epigrafe {
	font-size:.63em;
	font-style:italic;
	width:271px ! important;
}
.bottomContent {
	background-color:#b0b69a;
	padding:17px 0 3px;
}
.bottom {
	margin:auto;
	overflow:hidden;
	padding:0 48px;
	text-align:left;
	width:859px;
}
.bottom div {
	float:left;
	margin-right:49px;
	width:380px;
}
/* ---------- footer ---------- */
#footer {
	height:83px;
	margin:auto;
	overflow:hidden;
	text-align:left;
	width:955px;
}
#footer ul {
	float:left;
	width:637px;
}
#footer ul li {
	display:inline;
}
#footer ul li a {
	color:#000000;
	display:block;
	float:left;
	font:normal .69em/85px Verdana, Arial, Helvetica, sans-serif;
	height:85px;
	padding-right:19px;
	text-decoration:none;
}
#footer ul li a:hover {
color:#ffffff;
}
#copy {
	color:#000000;
	float:left;
	font-size:.63em;
	margin-top:20px;
	width:291px;
}
#copy a {
	color:#000000;
	font-weight:normal;
}
#escudo {
	float:right;
	line-height:85px;
	margin:11px 0;
}
.textoenlace {

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-style:oblique;
	font-weight:bold;
	
}
.textoenlace a:hover {

	color:#0033CC;
	
}