@charset "UTF-8";
/* CSS Document */

/* Generales */

body,table {
	font-family: Arial, Helvetica, sans-serif;
	color:#202020;
	font-size:13px;
	margin:0 auto;
	line-height:21px;
}
body {background: #bbb69d url(imagenes/back.gif); margin:0;}
img, div {behavior: url(iepngfix.htc);}
a {color: #333; text-decoration: none;}
a:visited {color: #333; text-decoration: none;}
a:hover {color: #de6902; text-decoration:underline; }
a:active {color: #de6902; text-decoration: none;}

/* Estrcutura */

#top { margin:5px auto 5px auto ; width:980px; height:auto; padding:7px 15px 7px 15px; background-color:#FFFFFF;}
#contenedor { margin:10px auto 10px auto ; width:980px; height:auto; padding:7px 15px 7px 15px; background-color:#FFFFFF;}


/* Tipografias */

h1,h2,h3,h4,h5 {font-family:Tahoma;}
h1 {color:#000000; font-size:30px; line-height:30px; letter-spacing:-1px;}
h2 {color:#000000; font-size:28px; line-height:22px; letter-spacing:-1px; margin-bottom:7px; margin-top:5px; text-transform:uppercase;}
h3 {color:#202020; font-size:13px; margin-bottom:0px;}
h3 a:active {color:#202020; font-size:13px; margin-bottom:0px;}
h3 a:hover {color:#202020 !important; text-decoration:underline !important;}
h4 {color:#000000;}
h5 {color:#000000;}
.texto10 {font-family:Arial, Helvetica, sans-serif; color:#686552; font-size:10px; line-height:13px;}
.titulo_verde {font-family:Arial, Helvetica, sans-serif; color:#390; font-size:23px; line-height:13px;}
.nombre {font-family:Arial, Helvetica, sans-serif; color:#390; font-size:18px;}
.nombre a:link{font-family:Arial, Helvetica, sans-serif; color:#390; font-size:18px;}
.nombre a:hover{font-family:Arial, Helvetica, sans-serif; color:#000; font-size:18px;}
.nombre a:visited{font-family:Arial, Helvetica, sans-serif; color:#390; font-size:18px;}
.puesto {font-family:Arial, Helvetica, sans-serif; color:#6f6f6f; font-size:15px;}
.nomb {font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:15px;}
.tit_mayusculas {text-transform: uppercase; font-family:Arial, "Helvetica", sans-serif; font-size:18px; color:#202020; letter-spacing:-1px; line-height:20px;}
.breadcrumb {text-transform: uppercase; font-family:Arial, "Helvetica", sans-serif; font-size:18px; color:#1f9504; letter-spacing:-1px;}
.breadcrumb a:active {color:#202020;}
.breadcrumb a:hover {color:#202020; text-decoration:underline;}
.liga_naranja13 {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#de6902; }
.liga_verde13 {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#1f9504; }
.liga_roja13 {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#b44653; }
.liga_gris12 {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; }
.liga_negra2 {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; }
#fecha {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; float:right; text-transform:uppercase; margin:0 0 0 0; letter-spacing:-1px; }
#fechafom {font-family:Arial, Helvetica, sans-serif; font-size:12px;float:right; margin-top:-30px }
.footer {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; line-height:21px; }
.liga_negra14 {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000; }
.liga_negra14 a:active {color:#000000; }
.liga_negra14 a:hover {color:#000000; text-decoration:underline;}
.liga_negra14 a:visited {color:#000000; }
.numeros {background-color: #f2f2f2; padding:7px; border:solid #999 1px; font-size:12px; color: #666; font-family:Arial, Helvetica, sans-serif; -webkit-border-radius:5px;    -moz-border-radius: 5px;   border-radius: 5px; font-weight:bold; margin-left:3px;}

.search {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#686552 !important;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 13px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
}

.search:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.search:active {
	position:relative;
	top:1px;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#686552 !important;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 13px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton img{ float:left; margin:0 5px 0 0;}
/* Menus */

.menu_top { font-family:Arial, Helvetica, sans-serif; color:#cb5f01; font-size:11px;}
.menu_top a:active { color:#cb5f01; text-decoration:none;}
.menu_top a:hover { color:#de6902; }
.menu_top a:visited { color:#cb5f01; text-decoration:none;}

.menu { font-family:Arial, Helvetica, sans-serif; color:#ffffff; font-size:13px; text-transform: uppercase; font-weight:bold;}
.menu a:active { color:#ffffff !important; text-decoration:none;}
.menu a:hover { color:#ffffff; text-decoration:underline; }
.menu a:visited { color:#ffffff !important; text-decoration:none;}

/* General */

.foto { border:solid 4px #eaeaea; margin: 0 10px 10px 0; float:left;}
.foto_home { border: solid 4px #eaeaea; margin: 13px 0 5px 0;}

.separador { background-image:url(imagenes/separador.jpg); background-repeat:repeat-x; background-position:center;}

.acceder { background-image:url(imagenes/acceder.gif); background-repeat:no-repeat; width:101px; height:26px; cursor:pointer; border:0; display:block; background-color:#e9e7db;}
.acceder a:hover{ background-image:url(imagenes/acceder1.gif); background-repeat:no-repeat; width:101px; height:26px; cursor:pointer; border:0; display:block; background-color:#e9e7db;}

#descarga { background-image:url(imagenes/back_descarga.jpg); background-repeat:no-repeat; width:680px; height:65px; padding:7px; clear:both;}
#descarga img { float:left; margin:0 15px 0 0;}

#sidebarbox { background-color:#e9e7db; padding:15px;}

#submenu { background-color:#e9e7db; padding:10px 0 10px 0;}
#submenu .titulo { background-image:url(imagenes/back_titulo.jpg); background-repeat:no-repeat; width:244px; height:42px; font-family:Arial, "Helvetica", sans-serif; font-size:18px; color:#c9c6b1; text-transform:uppercase; padding:12px 0 0 18px; font-weight:bold; letter-spacing:-1px;}
#submenu ul li{ font-family:Arial, Helvetica, sans-serif; font-size:14px; text-transform:uppercase; color:#000000; font-weight:bold; list-style-image:url(imagenes/bullet.png); margin-top:9px;}
#submenu ul li a:active { color:#000000;}
#submenu ul li a:hover { color:#000000; text-decoration:underline;}
#submenu ul li a:visited { color:#000000;}

#mapa ul { }
#mapa li { font-size:13px; list-style-image:url(imagenes/bullet.png); line-height:30px;} 

#sintesis ul { }
#sintesis li { font-size:13px; list-style-image:url(imagenes/bullet.png); line-height:16px; margin-left:-10px; margin-bottom:35px;} 

/* Mailchimp */

#mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif; }

#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:95%; min-width:130px;}
#mc_embed_signup input.button {display:block; width:55%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}


