BODY {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000;
	background-image: url("../img/web/background.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;
	margin-bottom: 0px;
}

div .clear {
	clear: both;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

IMG {
	border: none;
}

A {
	text-decoration: none;
	color: #01A5EC;
}
A:hover {
	text-decoration: underline;
}
H1 {
}
H2 {
	font-size: 14px;
	margin-bottom:16px;
}

H2.title {
	background-color: #EEEEEE;
	border-bottom: 1px solid #DDD;
	height: 17px;
	padding: 4px;
	margin: 20px 0;
}

H3 {
	font-size: 12px;
	margin-bottom:12px;
}
H3 A {
	color: #0D81CE;
}
UL {
	
}
OL {
	
}
LI {
	
}

/* main */
* {
	margin: 0;
	padding: 0;
}

#main {
	margin: 0 auto; /*Center container on page*/
	width: 984px; /*Width of main container*/
}
#content {
	padding:50px 0 0 0;
}
#content H1 {
	/* height: 30px; */
}
#content H2 {
/*	margin:0 0 20px 0;
	padding:0;*/
}
#content TABLE {
	width: 100%;
}
#content_column_left {
	width: 50%;
	/* width: 440px; */
}
#content_column_center {
}
#content_column_right {
	width: 240px;
}

/* content left */
#content_left {
	width: 174px;
}

#content_left H2 {
	margin-bottom: 10px;
	width: 119px;
	height: 34px;
	font-size: 12px;
	padding: 11px 0 0 10px;
}

#content_left H2 A {
	color: #fff !important;
}


/* content right */
#content_right {
	width: 230px;
}

#header {
	position: relative;
	height:160px;
}
#header H1 {
	color: #F6F6F6;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top:337px;
	left:18px;		
}
#header_social_media {
	/*position: absolute;
	top: 4px;
	left: 184px; /* 284 */
	display: none;
}

#social_media {
	position: absolute;
	left: 54px;
	top: 134px; 
}

#header_language {
	position: absolute;
	top: 3px;
	left: 0px;
	padding: 3px 5px 0 5px;
	color:#FFFFFF;
	font-size: 11px;
}

.compartir{
	position: absolute;
	top: 4px;
	left: 290px;
	cursor:pointer;
	border: none;
	background-image: url("../img/web/compartir.gif");
	background-repeat: no-repeat;
	width: 103px;
	height: 19px;
}

#header_language A {
	color: #989898;
}

#header_language A.lang_selected {
	font-weight: bold;
	color:#fff;
}

#header_logo {
	position: absolute;
	top: 58px;
	left: 0px;
}

#header_tel{
	position: absolute;
	top: 2px;
	right: 0px;
	font-size: 18px;	
}

#header_menu_top {
	position: absolute;
	top: 81px;
	right: 0px;
	width:650px;
}

#header_menu_top UL{
	
}

#header_menu_top LI{
	display: inline;
}

#header_menu_top LI.selected{
	display: inline;

	padding: 2px;
}

#header_menu_top LI.selected A{
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

#header_menu_top A {
	color: #8A8A8A;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}

#header_menu_top A:hover {
	text-decoration: none;
	color:#fff;	
}
 
/* menu */
#menu {
	
}

#menu LI {
	color: #000000;
	background-color: #EBEBEB;
	height: 20px;
	margin-bottom: 5px;
	padding: 5px 0 0 10px;
}

#menu LI {
	list-style: none
}

#menu LI.selected {
	background-color: #558B40;
}

#menu LI.selected A {
	color: #FFFFFF;
}

#menu A {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* contentdb */
	
DIV#contentdb {

}	
DIV#contentdb IMG {
	float:right;
	width:250px;
	border:4px solid #EEE;
	margin: 0 0 10px 20px;
}

/* contenido de db */

.dbcontent {

}
.dbcontent P {
	margin:0 0 20px 0;
}
.dbcontent UL {
	margin:0 0 20px 10px;
	padding:0;
}
.dbcontent H1 {
	margin: 0 0 20px 0;
}
.dbcontent H2 {
	font-size:14px;
	margin: 20px 0;
}
.dbcontent H3 {
	font-size:16px;
	margin: 20px 0;
}
.dbcontent HR {
	border:0;
	border-bottom:1px dotted #A4A4A4;
	margin:24px 0;
}
.dbcontent TABLE {
}
.dbcontent TABLE TH {
}
.dbcontent TABLE TR {
}
.dbcontent TABLE TD {
}
.dbcontent TABLE H2 {
	font-size:12px;
	color:#000000;
}
.dbcontent TABLE UL {
	font-size:12px;
}
.dbcontent A {
	font-weight: bold;
}
.dbcontent IMG {
	border:4px solid #EEE;
	width:230px;
}

.dbcontent IMG.right {
	float: right;
	width: 220px;
 	border: 5px solid rgb(238, 238, 238); 
 	margin-left: 25px;
}
#dbcontent_images {
	text-align:right;
}
.dbcontent_image {
	float:right;
	margin-bottom:20px;
	border:5px solid #EEE;
	width: 210px;
}
#dbcontent_files {
	margin-left:20px;
}
.dbcontent_file {
	margin-bottom:10px;
}
.dbcontent_file A {
	font-weight:bold;
}

.pdf {
	padding-left: 20px;
	background-image: url("../img/web/pdf.jpg");
	background-repeat: no-repeat;
	height: 20px;
}
.pdf A {
	font-weight:bold;
}

/* LEAD */

.text_small{
	/*background-image: url("../img/web/text_small.jpg");
	background-repeat: no-repeat;*/
	background-color:#232323;
	border-bottom:1px solid #363636;
	border-top:none;
	border-left:none;
	border-right:none;
	width: 193px;
	height: 22px;
	color:#fff;	
	margin-bottom: 10px;
}

.text_middle{
	/*background-image: url("../img/web/text_middle.jpg");
	background-repeat: no-repeat;*/
	background-color:#232323;
	border-bottom:1px solid #363636;
	border-top:none;
	border-left:none;
	border-right:none;	
	width: 235px;
	height: 22px;
	color:#fff;
	margin-bottom: 10px;
}

.text_big{
	/*background-image: url("../img/web/text_big.jpg");
	background-repeat: no-repeat;*/
	width: 435px;
	height: 22px;
	color:#fff;
	margin-bottom: 10px;
	background-color:#232323;
	border-bottom:1px solid #363636;
	border-top:1px solid #232323;
	border-left:1px solid #232323;
	border-right:1px solid #232323;	
}

.text_area{
	/*background-image: url("../img/web/text_area.jpg");
	background-repeat: no-repeat;*/
	resize:none;
	width: 431px;
	height: 93px;
	background-color:#232323;
	border-bottom:1px solid #363636;	
	color:#fff;	
	margin-bottom: 10px;
	border-top:none;
	border-left:none;
	border-right:none;	
}

.select_small{
	/*background-image: url("../img/web/text_small.jpg");
	background-repeat: no-repeat;
	background-color:#353535;*/
	background-color:#232323;
	border-bottom:1px solid #363636;
	border-top:none;
	border-left:none;
	border-right:none;		
	width: 194px;
	height: 22px;
	color:#fff;	
	margin-bottom: 10px;
	/*-webkit-appearance: none;
    -webkit-box-shadow: 1px 1px 1px #fff;
    -webkit-border-radius: 0.5em;*/
}

OPTION.opciones{
	background-color: #353535;	
	border: none;
}

.boton{
	cursor:pointer;
	background:none;
	background-image: url("../img/web/boton_pedir.gif");
	background-repeat: no-repeat;
	width: 159px;
	height: 29px;
	border: none;
	color:#fff;	
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;	
}

.boton_change{
	color:#313131;	
}

P.label{
	font-weight: bold;
	margin-bottom: 5px !important;
	font-size: 12px !important;
	color:#989898 !important;
}

SPAN.obligatorio{
	color:#26A7EB;
	margin-bottom: 10px;
}

/* SLIDER TOP */

#sliderWrap {
	margin: 0 auto;
	margin-left:300px;
	width: 300px;
}
#slider {
	position: absolute;
	background-image:url('../img/web/slider.gif');
	background-repeat:no-repeat;
	background-position: bottom;
	width: 300px;
	height: 163px; /* 159 */
	margin-top: -141px;
}
#slider img {
	border: 0;
}
#sliderContent {
	/*margin: 50px 0 0 50px;*/
	position: absolute;
	/*text-align:center;*/
	color:#fff;
	font-weight:bold;
	padding: 10px 10px 10px 20px;
}
#openCloseWrap {
	position:absolute;
	margin: 134px 0 0 92px; /* margin: 149px 0 0 120px;  */ 
	font-size:12px;
	font-weight:bold;
}

#sliderContent P{
	color:#FFDD12;	
	margin-bottom: 5px;
}

#sliderContent TABLE{
	width: 300px;
}

#sliderContent TABLE TR{
	
}

#sliderContent TABLE TD{
	
}

#sliderContent .input_text{
	width: 110px;
	background-color: #353535;
	border: 1px solid #434343;
	margin-bottom: 5px;
	color:#fff;
}

#sliderContent .input_button{
	width: 59px;
	background-color: #0E82BF;
	color:white;
	border: 1px solid #2CB1F6;
	margin-top: 5px;
	font-weight: bold;
}

#sliderContent .label_slider{
	font-weight: normal;	
}

DIV#footer{
	height: 156px;
	width: 984px;
	background-image: url("../img/web/pie1.gif");
	background-repeat: repeat-x;	
	margin-top:50px;
}

DIV#footer TABLE{
	
}

DIV#footer UL{
	list-style-type: none;
}

DIV#footer UL LI{
	background-image: url("../img/web/flecha.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;	
	color:#76787e;
	font-size: 11px;
	line-height: 1.9;
}

DIV#footer UL LI A{
	color:#76787e;
}

DIV#footer H3{
	font-size: 14px;
	color:#b0b3bc;	
	font-weight: normal;
}
