/* BODY */
body {
	background-image:url(../../images/background_bottom.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#eee;
	font-family:"OpenSans", Arial, Helvetica, sans-serif;
	font-size:13px;
	position:relative;
}

h1{
}
h2{
	font-size:22px;
	color:#105621;
	font-weight:bold;
}
h3{
}
h4{
}
h5{
}

p{
	line-height:18px;
	color:#333;
}

li{
}

strong{
	font-weight:bold;
}

a{
}

input,textarea{
	border:none;
	background-color:transparent;
	font-family:"OpenSans", Arial, Helvetica, sans-serif;
}

/* GENERAL CLASSES */

.block{
	display:block;
}
.wrapper_large{
	width:1022px;
	margin:0 auto;
	position:relative;
	z-index:10;
}
.wrapper{
	width:920px;
	margin:0 auto;
}

.columna{
	width:515px;
	margin:0 0 0 43px;
	padding:10px 0 0 0;
	min-height:685px;
}

/* GENERAL STYLES */

#bg_top{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:343px;
	background-color:#063211;
	background-image:url(../../images/header_glow.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	z-index:0;
}
#cuadriculado{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:343px;
	background-image:url(../../images/bg_top.png);
	background-repeat:repeat;
	z-index:1;
}

#content{
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);
	margin-top:1px;
	position:relative;
}

#footer{
	background-image:url(../../images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:901px;
	height:385px;
	margin-top:1px;
	margin-bottom:2px;
	position:relative;
}

#footer2{
	background-color:#fff;
	border-top:1px solid rgba(0, 0, 0, 0.2);
	border-left:1px solid rgba(0, 0, 0, 0.2);
	border-right:1px solid rgba(0, 0, 0, 0.2);
	height:26px;
}


/* HEADER */

#header #logo{
	position:absolute;
	top:49px;
	left:50%;
	margin:0 0 0 -149px;
	z-index:500;
}
#header #logo a{
	width:298px;
	height:127px;
	display:block;
	text-indent:-1000000px;
	background-image:url(../../images/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#header #idiomas,#header #redes{
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border-radius:0 0 10px 10px;
}
#header #idiomas{
	padding:0 4px;
	height:32px;
}
#header #idiomas li{
	float:left;
	margin:7px 0 0 0;
}
#header #idiomas li a{
	font-size:10px;
	padding:2px 7px 0 11px;
	background-image:url(../../images/idiomas_separador.png);
	background-repeat:no-repeat;
	background-position:left top;
	display:inline-block;
	height:16px;
	color:#000;
}
#header #idiomas li a.sinfondo{
	padding-left:7px;
}
#header #idiomas li a.selected{
	font-weight:bold;
}
#header #idiomas li a:hover{
	color:#086d13;
}
#header #idiomas li a.selected:hover{
	color:#000;
}

#header #redes{
	height:27px;
	padding:5px 16px 0 16px;
}
#header #redes li{
	margin:0 0 0 15px;
	float:left;
}
#header #redes li a{
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	width:22px;
	height:23px;
	opacity:0.8;
}
#header #redes li a:hover{
	opacity:1;
}


/* BANNER */

#header #banner{
	background-image:url(../../images/banner_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:1022px;
	height:327px;
	margin:80px 0 0 0;
	position:relative;
}
#header #banner #visor_banner{
	position:absolute;
	width:994px;
	height:298px;
	top:15px;
	left:14px;
}
#header #banner #visor_banner li{
	width:994px;
	height:298px;
	position:relative;
}
#header #banner .caption{
	position:absolute;
	bottom:14px;
	left:14px;
	width:970px;
	height:30px;
	background-image:url(../../images/negro60.png);
	background-repeat:repeat;
	padding:8px 12px 0 12px;
}
#header #banner .caption q{
	float:left;
	font-size:16px;
	font-style:italic;
	color:#fff;
}


/* NAVIGATOR */

#nav{
	background-image:url(../../images/nav_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:901px;
	height:41px;
	margin:0 auto;
	position:relative;
}

#nav #menu{
	height:41px;
	float:left;
	position:relative;
	left:50%;
}
#nav #menu li{
	float:left;
	position:relative;
	right:50%;
	background-image:url(../../images/menu_separador.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 0 0 3px;
}
#nav #menu li.sinfondo{
	padding:0;
}
#nav #menu li a{
	font-size:14px;
	color:#fff;
	display:block;
	height:31px;
	padding:10px 13px 0 14px;
}
#nav #menu li a.selected,#nav #menu li a:hover{
	background-color:#012a05;
}


/* CONTENT */

#content h2{
	margin:30px 0 15px 0;
}
#content p{
	margin:15px 0 0 0;
}



#content .publicidad{
	margin:40px 0;
}
#content .publicidad object{
	margin:0 auto;
	width:728px;
	height:80px;
	border:1px solid #505050;
	display:block;
}

#content #seccion img{
	max-width:515px;
	margin:8px 0 0 0;
}


/* BUSCADOR */

#buscador{
	position:absolute;
	right:-15px;
	top:20px;
	background-color:#f3f3f3;
	border-radius:12px 0 0 12px;
	border:1px solid #c4c4c4;
	box-shadow:0px 0px 16px #aaa;
	padding:23px 49px;
}
#buscador.desplegado{
	width:235px;
}
#buscador.plegado{
	width:41px;
	padding:0px;
	height:800px;
}
#buscador.plegado #interior{
	display:none;
}

#buscador .fold{
	background-image:url(../../images/buscador_fold.png);
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	width:13px;
	height:13px;
}
#buscador .fold.top{
	background-position:left top;
	top:-13px;
}
#buscador .fold.bottom{
	background-position:left bottom;
	bottom:-13px;
}
#buscador h2{
	line-height:24px;
	margin-bottom:10px;
}
#buscador p{
	font-size:12px;
	margin:0;
}

#buscador #tab{
	background-image:url(../../images/buscador_tab.png);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:21px;
	height:109px;
	border-radius:11px 0 0 0;
}
#buscador.desplegado #tab{
	background-position:left top;
}
#buscador.desplegado #tab:hover{
	background-position:right top;
}
#buscador.plegado #tab{
	background-position:left bottom;
}
#buscador.plegado #tab:hover{
	background-position:right bottom;
}


#buscador #form_buscador_codigo{
	width:231px;
	position:relative;
	height:30px;
	margin:12px 0 0 0;
}
#buscador #form_buscador_codigo .cleanclear{
	width:231px;
	background-image:url(../../images/buscador_input_bg.png);
	background-repeat:repeat-y;
	background-position:left;
	height:30px;
	border-radius:12px;
	border:1px solid #314d39;
}
#buscador #form_buscador_codigo label{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:5px 0 0 12px;
	display:block;
	float:left;
}
#buscador #form_buscador_codigo #codigo{
	border:1px solid #144720;
	background-image:url(../../images/buscador_ref_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	height:24px;
	width:120px;
	padding:0 0 0 10px;
	margin:2px 0 0 7px;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
}
#buscador #form_buscador_codigo .buscar{
	background-image:url(../../images/buscador_search.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:69px;
	height:72px;
	position:absolute;
	right:-17px;
	top:-17px;
}
#buscador #form_buscador_codigo .buscar:hover{
	background-position:right top;
	cursor:pointer;
}


#buscador #form_buscador{
	margin:20px 0 0 0;
}
#form_msg {
	color: #202020;
	font-family:"OpenSans", Arial, Helvetica, sans-serif;
	font-size: 12px;
 	padding: 0 15px;
 	text-align: center;
 	display:none;
}

/* estilos selects */

.custom_select {
    margin-bottom:10px;
	position:relative;
}
.custom_select.disabled {
    opacity: 0.3;
    cursor:default;
}
.custom_select.oculto {
    display:none;
}
.custom_select a { 
    color:#fff;
    text-decoration:none;
}
.custom_select a:hover { 
    color:#6de61c;
}
.custom_select dt a:hover { 
    color:#6de61c;
}
.custom_select.disabled a {
    cursor:default;
}
.custom_select.disabled a:hover {
    color:#fff;
}
.custom_select dt a {
	background-image:url(../../images/buscador_select_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:26px;
	width:221px;
	padding:7px 0 0 12px;
	font-size:12px;
	font-family:"OpenSans", Arial, Helvetica, sans-serif;
	color:#fff;
}
.custom_select dd{
	position: absolute !important;
	top: 34px;
	left: 10px;
}
.custom_select dd ul {
    background-image:url(../../images/buscador_input_bg.png);
	background-repeat:repeat-y;
    border-bottom: 1px solid #386c45;
    border-left: 1px solid #386c45;
    border-right: 1px solid #386c45;
    color: #fff;
    width:178px !important;
    top:-2px !important;
    overflow:auto;
	background-color:#f3f3f3;
	box-shadow: 0px 3px 10px #333;
}
.custom_select dd ul li {
    padding:1px 0px;
    border-top: 1px solid #386c45;
}
.custom_select dd ul li a {
    font-family:"OpenSans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 8px 0 9px 15px;
}
.custom_select dd ul li a:hover, .custom_select dd ul li:hover { 
    background-color:#327a1e;
    color:#ffffff;
}


input.buscar {
    background-image: url("../../images/buscador_search_bg.png");
    background-position:left top;
    cursor: pointer;
    height: 70px;
    width: 178px;
	margin:0 0 0 28px;
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 0 18px 8px 0;
}
input.buscar:hover {
	background-position:right top;
	color:#93c818;
}

form .caracteristicas {
    height: 90px;
	width: 211px;
	padding: 10px;
	background-image: url(../../images/buscador_input_bg.png);
	background-repeat: repeat-y;
	background-position: left;
	border-radius: 12px;
	margin: 0 0 0 1px;
}
form .disabled .caracteristicas {
    opacity:0.2;
}
form .disabled .bloqueo {
    display:block;
}
form .bloqueo {
    display:none;
    height: 125px;
    position: absolute;
    width: 135px;
    z-index: 1;
}
label.list {
    font-family:"OpenSans",Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.caracteristicas input{
	display:inline;
	margin-left:2px;
}
.caracteristicas label{
    font-family:"OpenSans",Arial,Helvetica,sans-serif;
    font-size: 12px;
	display:inline-block;
	color:#fff;
	margin-left:10px;
	width:180px;
	margin-bottom:7px;
}
.caracteristicas label:hover{
    cursor:pointer;
	color:#6de61c;
}




/* FOOTER */

#footer .columna{
	margin-left:35px;
	height:375px;
	min-height:375px !important;
}
#footer #menu_footer{
	margin:30px 0 0 0;
}
#footer #menu_footer li{
	float:left;
	margin:0 0 0 35px;
}
#footer #menu_footer li a{
	font-size:12px;
	color:#fff;
}
#footer #menu_footer li a:hover,#footer #menu_footer li a.selected{
	color:#93ea59;
}
#footer .separador{
	background-image:url(../../images/footer_separador.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:533px;
	height:5px;
	margin:34px 0 34px -15px;
}
#footer .columna h2{
	font-size:18px;
	color:#fff;
}
#footer #links{
	margin:25px 0 0 0;
}
#footer #links li{
	float:left;
	width:257px;
	margin:0 0 12px 0;
}
#footer #links li a{
	color:#fff;
	font-size:12px;
}
#footer #links li a:hover{
	color:#93ea59;
}

#footer #contacto{
	position:absolute;
	right:-12px;
	top:20px;
	background-color:#f5f5f5;
	border-radius:12px 0 0 12px;
	border:1px solid #c4c4c4;
	box-shadow:0px 0px 16px #111;
	padding:20px 45px 0 45px;
	width:243px;
}
#footer #contacto .fold{
	background-image:url(../../images/contacto_fold.png);
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	width:11px;
	height:12px;
}
#footer #contacto .fold.top{
	background-position:left top;
	top:-13px;
}
#footer #contacto .fold.bottom{
	background-position:left bottom;
	bottom:-13px;
}
#footer #contacto h2{
	margin:0 0 6px 0;
}
#footer #contacto p{
	margin:0 0 12px 0;
	font-size:12px;
}
#footer #contacto input,#contacto textarea{
	border:1px solid #b6c0b8;
	width:229px;
	background-image:url(../../images/contacto_input_bg.png);
	background-repeat:repeat-y;
	background-position:left;
	border-radius:12px;
	padding:0 0 0 12px;
	font-size:12px;
	color:#fff;
	font-family:"OpenSans", Arial, Helvetica, sans-serif;
}
#footer #contacto input{
	height:30px;
	margin:0 0 10px 0;
}
#footer #contacto textarea{
	height:95px;
	padding-top:6px;
}
#footer #contacto .send{
	background-image:url(../../images/contacto_send.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:191px;
	height:55px;
	border-radius:0px;
	border:none;
	margin:-2px 0 0 40px;
	padding:0 28px 3px 0;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
#footer #contacto .send:hover{
	background-position:left bottom;
	color:#aad062;
	cursor:pointer;
}

#footer2 p{
	font-size:12px;
	color:#000;
	margin:4px 0 0 20px;
}
#footer2 #validadores{
	width:325px;
}
#footer2 #validadores a{
	margin:5px 20px 0 0;
	font-size:12px;
	display:block;
	color:#000;
}
#footer2 #validadores .validador{
	background-image:url(../../images/validador.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:3px 0 0 23px;
	margin-top:2px !important;
}
#footer2 #validadores .validador:hover{
	color:#417b16;
}
























