﻿/*
Descripción: Quinteladeleirado
Versión: 3.0
Autor: GRUPO5.COM
Autor WEB: http://www.grupo5.com/
*/

/*________RESOLUCIÓN PANTALLA_______*/

#dimensions {
  position: fixed;
  right: 10px;
  bottom: 0px;
  background: #000;
  font-size: 13px;
  color: #FFF;
  padding: 5px 10px;
  z-index:2000
}

/*__________PÁGINA_WEB_____________*/

.limpiar{clear:both; font-size:0; line-height:0; float:none;}

acronym, abbr {
	border-bottom:1px dotted #000000;
	cursor:help;
	font-style:normal; 
}

.separa{
	width:100%;
	height:15px;
	font-size:0; /*para Explorer 6*/
	clear:both;
}

.separa1{
	width:100%;
	height:10px;
	font-size:0; /*para Explorer 6*/
	clear:both;
}


.separa2{
	width:100%;
	height:25px;
	font-size:0; /*para Explorer 6*/
	clear:both;
}

.separa3{
	width:100%;
	height:35px;
	font-size:0; /*para Explorer 6*/
	clear:both;
}


.seppun{
	/*float:left;*/
	width:100%;
	height:82px;
	background: url('../images/sepunt.gif') repeat-x;
	font-size:0; /*para Explorer 6*/
}


.sepaba{
	/*float:left;*/
	width:100%;
	height:23px;
	background: url('../images/sepaba.gif') repeat-x;
	font-size:0; /*para Explorer 6*/
}

.izq{float:left}
.der{float:right}

.izqsep{float:left;padding-left:10px}
.dersep{float:right;padding-right:10px}


.septop{margin-top:20px;}
.sepbot{margin-bottom:10px;}
.septopbot{margin:10px 0 10px 0;}
.center{text-align:center;}


.mitad{width:50%}
@media (max-width: 767px) {
	.mitad{width:auto}
}

.centrar {
    display: block;
    margin: 0 auto;
}

.center {
    display: block;
    margin: 0 auto;
    text-align: center;
}

hr {
    border: 0;
    height: 0px;
    margin:10px 0;
    border-top: 1px solid rgba(204, 204, 204, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

hr.sepre{
	border:0;
	height:1px;
	background:#ffd871;
}

/*_________________selecciones___________________*/

/* webkit, opera, IE9 */
::selection { background:#f4b307;  color:#000; text-shadow: none;}
/* mozilla firefox */
::-moz-selection { background:#f4b307; color:#000; text-shadow: none}


/*____________FONDOS 100%_______________*/

.verdetop_fond{
	background: #6fa5a8;
	padding:10px 0;
}

.blancotop_fond{
	background: #fff;
	padding:10px 0 0px 0;
	border-bottom:3px solid #adc403;
}

.blancobot_fond{
	background: #fff;
	padding:10px 0 0px 0;
	margin-top:2px
}

.verdebot_fond{
	background: #21737a url('../images/fonaba.jpg') repeat-x;
	padding:15px 0 15px 0;
}



.logo_fond{
	background: #bcd503;
}

.secc_fond{
	background: #d4d642 url('../images/fondosec.jpg') repeat-x;
	line-height:1.8em;

}



/*_____________TOP______________*/

.buscador{display:block; float:left; width:auto;margin-bottom:5px;}

#menubuscador ul {margin: 0; padding: 0; list-style-type: none; text-align: center; }
#menubuscador ul li {display: inline;width: auto;}
#menubuscador ul li a {
  border-right: 3px solid #cfe275;
  color: #000;
  padding:0 5px 0 5px;
  text-decoration: none;
}
#menubuscador ul li a:hover{text-decoration:underline;}
.form-search{ display: inline-block; *display: inline; margin-bottom: 0; vertical-align: middle; *zoom: 1;}

.idiomas{display:block; float:right; width:auto;margin-right:10px;margin-top:7px}
#menuidioma ul { margin: 0; padding: 0; list-style-type: none; text-align: center;}
#menuidioma ul li { display: inline; }
#menuidioma ul li a { text-decoration: none; padding: 6px 8px; color: #333; background-color: #ccc;}
#menuidioma ul li a:hover { color: #000; background-color: #cfe275;}
#menuidioma ul li a.current { color: #000; background-color: #cfe275;}


.zona_imgagetop{position: relative; margin:0 auto;}
.logocentrado{display:none}


@media (max-width: 979px) {
	.zona_imgagetop{display:none}
	.logocentrado{ display:table; margin:0 auto;}
	#menuidioma ul li a{padding:1px 8px;}
}


/*____________DIVS_____________*/

.secwhi{padding:30px 0px 20px 0px; background: #fff;}

.secwhi_rounbot{
    padding:10px 10px 10px 10px;
    background: #fff;
    border-bottom-right-radius:100px 20px;
	-moz-border-radius-bottomright:100px 20px;
	border-bottom-left-radius:100px 20px;
	-moz-border-radius-bottomleft:100px 20px;
}

.secgre_rountopbot{
    padding:10px 10px 10px 10px;
    background: #ededed;
    border-top-right-radius:100px 20px;
	-moz-border-radius-topright:100px 20px;
	border-top-left-radius:100px 20px;
	-moz-border-radius-topleft:100px 20px;
    border-bottom-right-radius:100px 20px;
	-moz-border-radius-bottomright:100px 20px;
	border-bottom-left-radius:100px 20px;
	-moz-border-radius-bottomleft:100px 20px;
}

.secgre_rountopbot2{
	width:85%;
	float:right;
    padding:10px 10px 10px 10px;
    background: #ededed;
    border-top-right-radius:100px 20px;
	-moz-border-radius-topright:100px 20px;
	border-top-left-radius:100px 20px;
	-moz-border-radius-topleft:100px 20px;
    border-bottom-right-radius:100px 20px;
	-moz-border-radius-bottomright:100px 20px;
	border-bottom-left-radius:100px 20px;
	-moz-border-radius-bottomleft:100px 20px;
}


@media (max-width: 979px) {
	.secwhi{padding:20px 0px 20px 0px;}
	.secwhi_rounbot{
	border-bottom-right-radius:0px 0px;
	-moz-border-radius-bottomright:0px 0px;
	border-bottom-left-radius:0px 0px;
	-moz-border-radius-bottomleft:0px 0px;
	}
	.secgre_rountopbot{
	    border-top-right-radius:0px 0px;
		-moz-border-radius-topright:0px 0px;
	border-top-left-radius:0px 0px;
	-moz-border-radius-topleft:0px 0px;
    border-bottom-right-radius:0px 0px;
	-moz-border-radius-bottomright:0px 0px;
	border-bottom-left-radius:0px 0px;
	-moz-border-radius-bottomleft:0px 0px;
	}
	.secgre_rountopbot2{
	width:auto;
	float:none;
	border-top-right-radius:0px 0px;
	-moz-border-radius-topright:0px 0px;
	border-top-left-radius:0px 0px;
	-moz-border-radius-topleft:0px 0px;
    border-bottom-right-radius:0px 0px;
	-moz-border-radius-bottomright:0px 0px;
	border-bottom-left-radius:0px 0px;
	-moz-border-radius-bottomleft:0px 0px;
	}

}

.linea{ margin:0 auto; display:block; width:40%; height:6px;}
.gris{background:#8d8d8d;margin-bottom:10px}
.amarilla{background:#f5e347;margin-top:10px}
.naranja{background:#fdae15;margin-bottom:10px}

.lineasepara{ margin:0 auto; display:block; width:50%; height:3px;}
.sepgris{background:#8d8d8d;margin-top:10px; margin-bottom:10px;}


.zona_gris{background:#e7e7e7; width:100%; padding:10px 0; margin-bottom:20px}
.contenido{padding:0 10px;line-height:1.8em;color:#000;}
.contenido a, .contenido a:hover{color:#000;}

.gmap iframe{
	width:98%;
	margin:0 auto;
	/*padding-bottom:0px !important;*/
	border:1px solid #e7e7e7;
	padding:4px;
	background:#fff;

}

@media (max-width: 767px) {
	.gmap iframe{
		width:100%;
		border:0px;
		padding:0;
	}
}

/*responsive vídeo*/
.video-container {position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin:10px 0;}
.video-container iframe, .video-container object, .video-container embed {position: absolute;	top: 0;	left: 0; width: 100%; height: 100%;}

/* vídeo ajustado al centro con un tamaño máximo */
.video-wrapper {width: 800px; max-width: 100%; margin: 0 auto;}



/*_____________Tweets_________*/

.zona_tweets{
	margin:0 auto;
	width:80%;
	display:block;
	position: relative;
	background:#5599bb;
	color:#fff;
	padding:10px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.zona_marquee{
	width:80%;
	height:20px;
}

.bird{
	display: block;
    position: absolute;
    top: -10px;
    right: 5px;
    width:35px;
	height:23px;
	z-index:10;
}

.zona_tweets p{color:#bbe8ff;text-align:left;}
.zona_tweets a, a:hover{color:#fff; text-decoration:none}


/*___________Listados_______________*/

.list-logos {
  display: table;
  *display:block; /*Internet Explorer 7 y anteriores*/
  *zoom: 1;
  padding: 6px 0 0 0;
  margin:0 auto;
  width: auto;
}

.list-logos:before,
.list-logos:after {
  display: table;
  content: "";
  line-height: 0;
}
.list-logos:after {clear: both;}
.list-logos li {margin: 0 5px 10px 5px;}
.list-logos li a {display: inline-block; /*cursor:help*/}

.list-logos li.patrocinadores {float: left;margin: 0 30px 10px 30px;}

@media (max-width: 979px) {.list-logos li {float: left;}}
@media (max-width: 350px) {.list-logos li {float: none; text-align:center; }}


.list-revistas { 
	overflow:hidden;
	padding:0 10px;
	margin-bottom:20px
}
.list-revistas p, .list-revistas ul { 
	overflow:auto;
}
.list-revistas p a { 
	overflow:auto;
	text-decoration:underline;
}

.list-revistas img { 
	float:left;
	/*margin-right:10px;*/
	margin:0 10px 10px 0;
	background:#fafafa;
	width:auto;
	height:auto;
}


/*_____________Tablas_______________*/

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table, .table td, .table th {
  width: 98%;
  /*border:1px solid #ccc;*/
}


.table th,
.table td {
  padding: 8px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  /*border-top: 1px solid #A2ADBC;*/
  vertical-align:middle;
  width:auto
}

.table th.center,td.center{
	text-align:center;
}

.table th {
  font-weight: bold;
  background:#5599bb;
  color:#fff;
  border: 0px;
}

.table th.left{
	border-top-left-radius: 4px 4px;
}

.table th.right{
	border-top-right-radius: 4px 4px;
}


.table td.green{
	background:#f5e347;
}


.table thead th {
  vertical-align: middle;
  
}


.table-bordered {
  border: 1px solid #A2ADBC;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered td {
  border-left: 1px solid #A2ADBC;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered tbody td{
  border-top: 1px solid #A2ADBC;
}


.tabver { width: 100%; margin-bottom: 20px;background:#fff;border: 1px solid #9bbb59; /**/}

.tabver th,
.tabver td {
  padding: 8px 5px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  min-width:20px;
  border-top: 1px solid #9bbb59;
  color:#718c38
}



.tabver th {
  font-weight: bold;
  background:#9bbb59;
  color:#fff;
  text-align:center
}

.tabver thead th {
  vertical-align: bottom;
}


.tabver caption + thead tr:first-child th,
.tabver caption + thead tr:first-child td,
.tabver colgroup + thead tr:first-child th,
.tabver colgroup + thead tr:first-child td,
.tabver thead:first-child tr:first-child th,
.tabver thead:first-child tr:first-child td {
  border-top: 0;
}

.tabver tbody + tbody {
  border-top: 2px solid #dddddd;
}

.tabver .tabver {
  background-color: #ffffff;
}


.tabver .right{text-align:right}

.tabver td.cen{text-align:center}
.tabver td.ver{background:#e6eed5}
.tabver th.lef{text-align:left}





/*_____calendario____*/

#calendar {
	width: 85%; margin:0 auto;
}

#calendar.navcal, #calendar.navcal a{
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


#calendar caption {
	margin: 0;
	padding: 0;
	background: #5599bb;/*6fa5a8*/
	color: #fff;	 
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding:5px 0;
	text-decoration: none;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;

	border-bottom:2px solid #fff;
}

#calendar caption a, #calendar caption a:hover{color: #fff;text-decoration: none;}

#calendar th {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	/*border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #fff;*/
	border-left: 1px solid #A2ADBC;
	text-decoration: none;
}

#calendar .hoy, #calendar td.hoy a, #calendar td.hoy a:link, #calendar td.hoy a:visited {
	color: #000;
	font-weight: bold;
	background: #f5e347;
}

#calendar td {
	/*border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-left: 1px solid #A2ADBC;*/
	padding:1px;
	text-align: center;
	background: #fff
}


#calendar td a { text-decoration: none;	font-weight: bold; display: block;}
#calendar td a:link, #calendar td a:visited {color: #5599bb;/*21737a*/ background: #fff;}
#calendar td a:hover, #calendar td a:active {color: #000; background: #b1e0e3;}



/*________IMÁGENES________________*/

.img-izq{
	max-width: 100%;
	width: auto\9;
	float:left;
	margin:0 10px 2px 0;
}

.img-der{
	max-width: 100%;
	width: auto\9;
	float:right;
	margin:0 0 2px 10px;
}


.img-lis {
    max-width: 100%;
	width: auto\9;
	float:left;
	margin:0 10px 10px 0;
}

.img-izq img, .img-lis img{border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;}


/*______________Paginación___________*/

ul.pagenav li { margin-top:20px; /*float:left;*/ display:inline-block;}
.pagenav li a { 
	color: #666;
	/*float: left;*/
	background:#e3e3e3;
	margin-right: 10px;
	padding: 4px 10px;
	line-height: 19px;
	text-decoration:none;
	border-radius:5px; /* css3 */
	-moz-border-radius:5px; /* Firefox */ 
	-webkit-border-radius:5px; /* Safari y Chrome */
 }

.pagenav li a:hover { background: #ccc; }
.pagenav li.current a {
	background: #fdae15;
}
.pagenav li:hover a,.pagenav li:hover a { color: #000; }
.pagenav li.current a,.pagenav li.current:hover a { color: #000; }
.pagenav li.prev a,.pagenav li.next a { border-color: transparent; }


/*___________Listas______________*/

.desc {
	font: normal 1.083em Tahoma, Geneva, sans-serif;;
	color:#000;
	text-decoration: none;
	line-height: 18px;
}

.desc li{padding: 5px 5px 0 40px;}
.desc li a{color:#7b8a0b;text-decoration: none;}
.desc li a:hover{color:#ff9900;	text-decoration: none;}
.desc li.pdf{background:url("../images/pdf.gif") 12px 10px no-repeat;}
.desc li.lnk{background:url("../images/lnk.gif") 12px 10px no-repeat;}


.lista ul li { list-style-type: square;}
.lista ul li li { list-style-type: disc;}
.lista ul li li li { list-style-type: circle;}

ul.navlist{padding:10px 15px}
ul.navlist li { list-style-type:square; list-style: square; margin-left:10px}

ul.navlist2{padding:5px 15px}
ul.navlist2 li{ list-style-type:circle; list-style: circle; margin-left:10px}

/*listas genéricas*/

ul.lista { margin:10px 0px; }
ul.lista li { line-height: 1.8em; margin-bottom: 0; margin:0 20px 0 45px; }

ul.lista li.separ{margin-top:10px;}

ul.lista li.num {list-style-type: decimal}/*números*/
ul.lista li.nu0 {list-style-type: decimal-leading-zero}/*números con 0 antes*/
ul.lista li.min {list-style-type: lower-latin}/*minúsculas*/
ul.lista li.may {list-style-type: upper-latin}/*mayúsculas*/
ul.lista li.cua {list-style-type: square;}/*cuadrado*/
ul.lista li.pun {list-style-type: disc;}/*círculo relleno*/
ul.lista li.cir {list-style-type: circle;}/*círculo vacio*/

/*______________Links_______________*/

.lnk1{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #ffffff;
	float:right;
	text-align:center;
	margin:0px 1px 0 0;
}

.lnk1 a {
	display:block;	
	margin:0 auto;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #333;
	background: #ccc;
	padding:8px 15px 8px 15px;
	text-decoration: none;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

}

.lnk1 a:hover {
	color: #ffffff;
	background: #fdae15;
	text-decoration: none;
}

.lnk2{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #ffffff;
	float:left;
	text-align:center;
	margin:10px 5px 0 0;
}

.lnk2 a {
	display:block;	
	margin:0 auto;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #333;
	background: #ccc;
	padding:6px 10px 6px 10px;
	text-decoration: none;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

}

.lnk2 a:hover {
	color: #ffffff;
	background: #fdae15;
	text-decoration: none;
}


/*_____________CLASES FORM_____________*/


select, textarea, input{padding:5px 0; vertical-align:middle;} 

select{
	display: block;
	float: left;
	margin-bottom: 10px;
	width: auto;
	min-width:200px;
}

.select_min{
	min-width:40px; width:auto; margin:0 5px 5px 0;display:table;
}


input[type=text] {
	display: block;
	float: left;
	/*margin-bottom: 10px;*/
	width: 73%;
	/*min-width:200px;*/
}

textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 73%;
	min-width:200px;
}


label{
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	padding:6px 20px 0 0;
	color:#76923c
}



.btn {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1 em;
	display: inline;
    background: #76923c;
	padding:7px 20px 5px 20px;
	text-decoration: none;
	border:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin:10px 0px;
    text-indent:2px

}

.btn:hover { background: #333; color:#fff;}

.btn:disabled{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-shadow: 0.1em 0.1em #ffffff;
}

.btn:disabled:hover{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}


.formulario{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #76923c;
	background: #ffffff;
	border: 1px solid #9faa89;
	padding: 8px 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.formulario_ko[type=text]{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #76923c;
	background: #ffffff;
	border: 1px solid #d20000;
	padding: 8px 3px;
	
	background: #faebeb url(../images/error.gif) no-repeat;
	background-position: right center;
}

.formulario_ko, textarea{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #8f2424;
	background: #ffffff;
	border: 1px solid #d20000;
	padding: 8px 3px;
	
	background: #faebeb url(../images/error.gif) no-repeat;
	background-position: right bottom;
}


.formulario_ok[type=text] {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff;
	border: 1px solid #9faa89;
	padding: 8px 3px;
	
	background: #ffffff url(../images/correcto.gif) no-repeat;
	background-position: right center;
}

/* TEXT AREA */
.formulario_ok, textarea {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff;
	border: 1px solid #9faa89;
	padding: 5px 3px 5px 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ffffff url(../images/correcto.gif) no-repeat;
	background-position: 98% 100%;
}

.formulario_obligatorio{
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #8f2424;
	background: #ffffff;
	border: 1px solid #d20000;
	padding: 5px 3px 5px 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #faebeb url(../images/error.gif) no-repeat;
	background-position: 98% 100%;
}

.formulario_ko, textarea{
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #8f2424;
	background: #ffffff;
	border: 1px solid #d20000;
	padding: 5px 3px 5px 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #faebeb url(../images/error.gif) no-repeat;
	background-position: 98% 100%;
}

.formulario[type=button] {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1 em;
	display: inline;
    background: #76923c;
	padding:7px 20px 5px 20px;
	text-decoration: none;
	border:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin:10px 0px;
    text-indent:2px

}

.formulario_ko[type=button]{
	border:none;
	padding:7px 20px 5px 20px;
	 color: #333333;
	 background-color: #e6e6e6;
	 *background-color: #d9d9d9;
	 text-shadow: 0.1em 0.1em #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}
/*
.formulario[type=button]:hover { background: #333; color:#fff;}

.fomulario_ko[type=button]{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-shadow: 0.1em 0.1em #ffffff;
}

.formulario[type=button]:disabled:hover{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}*/

/*
.formulario[type=button]:hover { background: #335e92;text-shadow: 0.1em 0.1em #24303f;}

.fomulario[type=button]:disabled{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-shadow: 0.1em 0.1em #ffffff;
}

.formulario[type=button]:disabled:hover{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
*/

/*buscador*/
.formbus{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff;
	border: 1px solid #b3b5b3;
	padding: 5px 3px 5px 3px;
	width:50%;
}


.formbus input[type=text]{
	display: block;
	width:auto;
	float: left;
	/*margin-bottom: 20px;*/
}


.search{
	display: block;
	background:#e2e2e2;
	color:#333;
	border: 0px;
	min-width:120px;
	margin-left:5px;
}


