@CHARSET "UTF-8";
/* GENERAL */
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}
html {
	min-width: 980px;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #686868;
}
/* CUERPO PRINCIPAL */
#wrapper {
	width: 980px;
	padding: 0;
	margin: 0 auto;
	font-size: 0.75em;
	position:relative;
	background-color: #fff;
}
#wrapper-rss {
	width:450px;
	height:400px;
	margin:10px 0 0 0;
	padding: 10px 10px 10px 30px;
	font-size: 0.75em;
	background-color: #fff;
	position:relative;
	float:left;
}
#wrapper-rss2 {
	width:450px;
	height:400px;
	margin:10px 0 0 0;
	padding: 10px 10px 10px 30px;
	font-size: 0.75em;
	background-color: #fff;
	position:relative;
	float:left;
}
#content {
	position:relative;
    width: 980px;
	margin:15px 5px 5px 5px;
	padding:0px 5px 15px 5px;
}
/* CABECERA */
#header1 {
	position: relative;
	height: 185px;
	background: url(../images/header1.jpg) no-repeat 0% 0%;
}
#header2 {
	position: relative;
	height: 185px;
	background: url(../images/header2.jpg) no-repeat 0% 0%;
}
#header3 {
	position: relative;
	height: 185px;
	background: url(../images/header3.jpg) no-repeat 0% 0%;
}
#header4 {
	position: relative;
	height: 185px;
	background: url(../images/header4.jpg) no-repeat 0% 0%;
}
#logo {
	position:absolute;
	top:20px;
	left:10px;
	height: 110px;
	width:177px;
	background: url(../images/logo.png) no-repeat 0% 0%;
}
/* MENU */
#menu {
	position: relative;
	height: 61px;
	width:980px;
	background: url(img/menu_tile.jpg) repeat-x;
    overflow: hidden;
}
#nav {
	list-style: none;
	padding: 0;
	padding-left:65px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	font-weight:bold;
	height:51px;
	text-transform:uppercase;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	padding: 5px 0px 0 0;
	margin-right:100px;
	color: #363131;
	line-height:46px;
	text-decoration: none;
}
#nav li a:hover {
	color: #fff;
}
#nav li a.selec {
	color: #fff;
	background: url(img/selec.png) no-repeat 48% bottom;
}
#load {
	display: none;
	position: absolute;
	left: 100px;
	top: 200px;
	background: url(img/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}
/* DIVS DE CONTENIDO */
#center {
	position:relative;
	margin: 0 auto;
	width:850px;
}

div .content1 {
	background:#ffffff url(../images/rss2.jpg) no-repeat left top;
	margin-left:10px;
	position:relative;
	float:left;
	height:180px;
	width:190px;
	padding-left:80px;
	color:#626262;
	line-height:18px;
}
div .content2 {
	background:#ffffff url(../images/img1.jpg) no-repeat left top;
	margin-left:10px;
	position:relative;
	float:left;
	height:180px;
	width:190px;
	padding-left:120px;
	color:#626262;
	line-height:18px;
}
div .content3 {
	background:#ffffff url(../images/img2.jpg) no-repeat left top;
	margin-left:20px;
	position:relative;
	float:left;
	height:180px;
	width:190px;
	padding-left:120px;
	color:#626262;
	line-height:18px;
}
div .content4 {
	padding-left:30px;
	position:relative;
	float:left;
	height:310px;
	width:280px;
	color:#626262;
	line-height:18px;
}
div .content5 {
	margin:5px 0 0 30px;
	position:relative;
	float:left;
	width:500px;
	color:#626262;
	
}
.texto-div {
	background-color:#FAF8FB;
	padding:5px 5px 5px 5px;
	height:170px;
}
.texto-div2 {
	background-color:#FAF8FB;
	padding:5px 5px 5px 5px;
	height:280px;
}
.texto-div3 {
	background-color:#FAF8FB;
	padding:5px 5px 5px 5px;
	height:280px;
}

/* FORMATOS DE ETIQUETAS */
h2 {
	font-size:19px;
	font-weight:bold;
	color:#4e4e4e;
	line-height:22px;
}
h2.dos {
	font-size:19px;
	font-weight:bold;
	color:#4e4e4e;
	line-height:22px;
	display:inline;
}
p {
	margin: 0;
	padding: 10px 0 10px 0;
	color:#626262;
	line-height:18px;
}
hr {
	background-color:#ababab;
	margin:15px 0 25px 0;
	border:0;
	height:1px;
}
hr.dos {
	background-color:#dad7d7;
	margin:15px 0 15px 0;
	height:1px;
	width:98%;
	border:0;
}
strong .titulo {
	font-weight:bold;
	color:#4e4e4e;
	font-size:14px;
}
a.enlace {
	color:#626262;
	font-weight:bold;
	text-decoration:underline;
}
a.enlace:hover {
	color:#D65D0C;
	font-weight:bold;
	text-decoration:none;
}
/* PIE PAGINA */
#foot {
	position:relative;
	padding: 15px 0 0 0;
	height: 38px;
	width:100%;
	background: url(img/footer_tile2.jpg) repeat-x 0% 0%;
	text-align: left;
	color:#fff;
	font-size:12px;
}
#foot-left {
	position:relative;
	float:left;
	padding-left:15px;
}
#foot-center {
	position:relative;
	float:right;
	padding-right:20px;
}
/* FORMULARIO CONTACTO */
#contact-form {
	width: 500px;
}
#contact-form .campo {
	width:100px;
	float:left;
}
#contact-form label {
	width: 400px;
	height: 26px;
	float: left;
}
#contact-form input {
	width: 390px;
	height: 18px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color:#626262;
	font-weight:normal;
}
#contact-form textarea {
	width: 390px;
	height: 126px;
	float: left;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color:#626262;
	font-weight:normal;
}
#contact-form a {
	display: inline-block;
	height: 26px;
	float: right;
	margin: 22px 0 0 9px;
	overflow: hidden;
	line-height: 24px;
	text-transform: uppercase;
	color:#626262;
	font-weight:bold;
	text-decoration:underline;
}
#contact-form a:hover {
	cursor: pointer;
	color:#D65D0C;
	font-weight:bold;
	text-decoration:none;
}
#contact-form label.error { 
	font-weight:normal;
	color:#AB1F18;
	text-align:left;
	font-weight:bold;
	width:240px;
	height:35px;
	margin-left:100px; 
	padding:15px 0 0 25px;
    background: transparent url(../images/cancel.png) no-repeat center left; }


#message							{ width:300px;margin:20px 0 0 60px; }
#message h2						{ font-size:100%;color:#000; }
#message p						{ color:#000;font-weight:bold;margin:6px 0px; }
#checkmark						{ position:relative;top:-66px;left:-80px; }
#loading {
	padding:5px 5px 5px 5px;
}
ul {
	padding-left:15px;
}
ul li {
	list-style:disc;
	line-height:18px;
}
#idiomas {
	float:right;
	height:34px;
	width:300px;
	text-align:right;
}
#idiomas img {border:0;}