@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #666;
	font-size: 12px;
	font-family: Arial, Verdana, Univers;
	background-color: #75A3C6;
	
}


h1 {
	color: #4F6179;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #597890;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
h3 {
	font-color: #FFF;
	font-family: Arial, Verdana, Univers;
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/x_linea.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	color: #FFF;
}
a:link    {
	color: #369;
	text-decoration: none;
}
a:visited  {
	color: #F63;
	text-decoration: none;
}
a:hover    {
	text-decoration: none;
	color: #F33;
}
a:active {
	text-decoration: none;
	text-align: left;
}

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/x_contenta.jpg);
	background-repeat: repeat-y;
}


/* BANNER AREA */
.bannerArea {
	width: 980px;height: 155px;
	background-color: #4971a2;
	background-image: url(images/x_cabecera.jpg);
	background-repeat: no-repeat;
}


.bannernav {
	padding-top: 10px;
	padding-right: 40px;
	float: right;
	color: #F00;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

.bannernav a {
	color: white;
	text-decoration: none;
}
.bannernav a:visited {
	color: white;
}
.bannernav a:hover {
	color: #ECBB7B;
}
.toplogo {
	margin-left: 70px;
	padding-top: 120px;
	padding-left: 340px;
}

.content {
	padding-top: 5px;
	padding-bottom: 18px;
	background-image: url(images/x_contenta.jpg);
	background-repeat: repeat;
}

/* LEFT NAVIGATION */


.leftnavigation {
	width: 120px;
	margin: 5px 0px 0px 0px;
	padding-left: 35px;
	float: left;
	list-style-type: none;
}

.leftnavigation a{
	margin-left: 0px;
	width: 120px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	float: left;
	color: #364957;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/x_nav_normal.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 1px solid #999;
}

.leftnavigation a:visited{
	color: #364957;
}
.leftnavigation a:hover{
	color: #ffffff;
	background-image: url(images/x_nav_down.jpg);
}


/* CONTENT AREA */

.contentleft {
	width: 550px;
	padding-left: 45px;
	padding-right: 5px;
	float: left;
	text-align: left;
}

.contentright {
	padding-top: 0px;
	padding-left: 10px;
	float: left;
	width: 190px;
	text-align: left;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	float: right;	
}
.imageleft {
	margin-right: 10px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	width: 980px;height: 99px;
	background-color: #cfcfcf;
	background-image: url(images/x_pie.jpg);
	background-repeat: no-repeat;
	
}

.copyright {
	margin-left: 65px;
	margin-right: 30px;
	padding-top: 40px;
	color: #666666;
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
