/*****CLASIFICADORA*****/	
@media only screen and (min-height: 700px) and (min-width: 1024px){}
@media screen and (max-width: 736px) {	}
@media (min-width: 737px) {	}
@media (min-width: 737px) and (max-width: 980px)	{	}
@media (min-width: 981px) and (max-width: 1280px)	{	}
/*--- estilos para los ul y li del formulario ---*/
.contact_form ul {
	width:100%;
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:0.95em
}
.contact_form li{
	padding:5px;
	position:relative;
	line-height:1.2em;
	/*display: flex;*/
}
.contact_form li:first-child{
	padding-top:1em;
}
.contact_form label {
	color: #555555;
	display: inline-block;
	/*float: left;*/
	margin-top: 3px;
	padding: 3px;
	width: 140px;
	vertical-align: top;
}
.contact_form input[type="text"],.contact_form textarea,.contact_form select {
	padding:6px 4px;
	min-width:55%;
}
.contact_form button {
	margin-left:10px;
}
.contact_form input[type="button"]{
	min-width:10em;letter-spacing: .05em;	
}
/*----- estilos visuales de los elementos --------*/
.contact_form input[type="text"], .contact_form textarea {
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	color: #6B6B6B;
	padding-right:0px;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
}
.contact_form input[type="text"]:focus, .contact_form textarea:focus {
	background: #fff;
	border:1px solid #555;
	box-shadow: 0 0 3px #aaa;
	padding:10px 10px;
}
/* === Estilos de Validacion === */	
.contact_form input:required:valid, .contact_form textarea:required:valid {
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}
.contact_form input[type='checkbox']{
	margin:10px 0 10px 0;
	width:20px;
	padding:0;box-shadow: 0 0 0 0;
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	-ms-appearance: checkbox;
	appearance: checkbox;
}
.ui-button {
	margin: 0 0 .5em .1em;	
}
/* === Estilos del boton de Envio === */
button.submit {
	padding: 0.5em 1em;
	line-height: 1;
	color: #444;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
	background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
	opacity:.55;
	cursor: pointer;
	color: #fff;
}
button.submit:active {
	border: 1px solid #222;
	box-shadow: 0 0 10px 5px #444 inset;
}
/* fin formulario */
/***************
/* Form validator */
.help-block {
	display: inline;
	padding-left: 6px;
	font-size: 85%;
}
span.form-error.help-block {
	display: block;
	color: #990000;
	margin-top: 6px;
	padding-left: 0;
}
div.form-error {
	padding: 6px 12px;
	line-height: 180%;
	background: #ffe5ed;
	border-radius: 4px;
	margin-bottom: 22px;
	color: darkred;
}
input.valid {
	background: url(/images/icon-ok.png) no-repeat right center;
	color: #002f00;
	border-color: #96b796 !important;
}
input.error {
	background: url(/images/icon-fail.png) no-repeat right center; 
	color: #480000;
}
.form-suggest-element {
	padding: 4px;
}
form.validating-server-side .server-validation {
	background: url(../img/ajax-loader.gif?v=2) no-repeat center right #FFF;
	opacity: 0.5;
}
.max-chars {
	background: #EEE;
	color: #999;
}
.form-help {
	padding-left: 6px;
	font-size: 90%;
	color: #888;
}
.fakewindowcontain .ui-widget-overlay {/* esto hace que no se haga overlay cuando se pincha el login*/
	position: absolute;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 10.5pt; /* era 13.5*/
	font-weight:400;
	letter-spacing: 0px; 
	line-height: 1.5em;
	border-radius: 2px;
	margin: auto;
}
table.tabla_tit {
	font-family:'Roboto Condensed', sans-serif,'Open Sans Condensed'; 
	background: rgba(var(--color1),1.00) ;/* rgba(127,172,209,.8); #6DBDDE*/
	line-height: 1.4em;
	color:#ffffff;font-weight: 400;
	font-size: .8em;
	text-transform: uppercase;
	padding:.1em 0 .1em 0;
}
table.tabla_info .cpizq table{
	background: #fff;text-align: left;font-size: .8em;width: 100%;
	line-height: 1.3em;
}
.fontroboto, .cpizq table {
	font-family:'Roboto Condensed', sans-serif,'Open Sans Condensed'; 
}
table.tabla_info thead th
{	
	background: rgba(var(--color4),.6);
	font-size: .9em;
	font-weight: normal;
}
table.tabla_info tbody tr:nth-child(even), .cpizq table tbody tr:nth-child(odd){
	background: rgba(var(--color4),.6);
}
.align_right tbody tr td, .align_right thead tr th{
	text-align: right;
}
.tabla_info tbody tr td:first-child, thead tr th:first-child,.cpizq table tbody tr td:first-child{ 
	text-align: left;
}
.tabla_info tbody tr td:first-child{ 
	padding-left: .3em;
	}
.tabla_info tr, .cpizq table tbody tr:last-child {
	border-bottom:1px solid rgb(206, 204, 204);
}	
.cp table td {display: table-cell;vertical-align:middle ;text-align: center}
.tabla_info table tbody tr td:first-child{ 
	text-align: left;
	padding-left: .2em;
}
table.tbl_clasif thead tr th{ 
	background-color: rgba(var(--color1),1.00);color:#fff;text-align: left;font-size: 1.1em;
}
table.tbl_clasif_cp thead tr th, .cpizq table th{
	background-color: rgba(var(--color1),1.00);color:#fff;
}
table tfoot {	
	}
.barrainput {margin-bottom: 5px;}
.barrainput td:first-child {border:1px solid #ccc;color:#ACACAC;} /*search*/
.barrainput button {font-size:1.6em;margin-bottom: 0;}
.tblfiltro {text-align:center;margin-top:2em;}
.tbl_evenrow tr:nth-child(even) { background-color : rgba(var(--color4),.5);}
.tbl_rowpad td{ ;padding:0 .3em 0 .3em }

input[type="radio"]{
	-webkit-appearance: radio;
}
select {
	position: relative;
	min-width: 100%;
	/*-webkit-appearance: none;*/
	font-family: 'AvenirNextLTPro-Regular';
	height: auto;
	background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
	border-radius: .3em;
	border-width: 1px;
	border-style: solid;
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
	border-image: initial;	
	}	
.SelectStyle {
	/*background:#EDEFEF;*/	
	color: #546b76;
	padding: .3em;
	font-size: .9em;
	line-height: 100%;
	border: 1px solid #C1C1C1;
	border-radius: .3em;
	margin-bottom:1em;
}
 .SelectStyle2 {
	font-family:'PT Sans Narrow', sans-serif; 
	margin-top:.1em;
	background:#fff;	
	color: #585757;
	padding: 4px;
	font-size: .8em;
	border-radius: .3em;	width: 28.8%;
}
 .formbutton {
	background:rgba(192, 80, 77, 1);/*amarillo F2BD30	*/
	color: #fff;
	padding: .2em 1em .2em 1em;
	font-size: .7em;
	line-height: 100%;
	border: 1px solid #C1C1C1;
	border-radius: .3em;text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	cursor:pointer;/*otros*/
	cursor: hand;/*IE*/
}
option {
	padding: .5em;
}
option a:hover{
	color: #499EE4;
}
.SelectStyle:after {
	width: 30px;
	height: auto;
	display: block;
	content: '';
	position: absolute;
	top: 0;right: 0;
	pointer-events: none;
	border: 1px solid #C1C1C1;
	background:#ebebeb;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;	/* Firefox, other Gecko */
	box-sizing: border-box;		/* Opera/IE 8+ */
}
/*ESTILOS TAB INTO ACCORDION******************************/
.transformer-tabs ul {
 list-style: none;
 padding: 0;
 margin: 0px;
 border-bottom: 0px solid white;
}
.transformer-tabs li {
 display: inline-block;
 padding: 0;
 vertical-align: bottom;
 background: #F4F7F7;
 border-radius: 0.5em 0.5em 0 0;
 -moz-border-radius: 0.5em 0.5em 0 0;
 -webkit-border-radius: 0.5em 0.5em 0 0;
 border: 1px solid #c5dbec;
 border-bottom: 0px;
}
.transformer-tabs li:nth-child(1) .active {
 color: white;
 border-bottom-color: #9b59b6;
 background: #5c9ccc url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
 border-radius: 0.5em 0.5em 0 0;
 -moz-border-radius: 0.5em 0.5em 0 0;
 -webkit-border-radius: 0.5em 0.5em 0 0;
}
.transformer-tabs li:nth-child(2) .active {
 color: white;
 border-bottom-color: #3498db;
 background: rgba(92,156,204,1.00) url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
 border-radius: 0.5em 0.5em 0 0;
 -moz-border-radius: 0.5em 0.5em 0 0;
 -webkit-border-radius: 0.5em 0.5em 0 0;
}
.transformer-tabs li:nth-child(3) .active {
 color: white;
 border-bottom-color: #e67e22;
 background: #5c9ccc url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
 border-radius: 0.5em 0.5em 0 0;
 -moz-border-radius: 0.5em 0.5em 0 0;
 -webkit-border-radius: 0.5em 0.5em 0 0;
}
.transformer-tabs li:nth-child(4) .active {
 color: white;
 border-bottom-color: #c0392b;
 background: #5c9ccc url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
 border-radius: 0.5em 0.5em 0 0;
 -moz-border-radius: 0.5em 0.5em 0 0;
 -webkit-border-radius: 0.5em 0.5em 0 0;
}
.transformer-tabs a {
 display: inline-block;
 text-decoration: none;
 padding: 0.5rem ;
 color: rgba(79, 136, 182, 1); /* #8AA9BF*/
}
.transformer-tabs a.active {
 border-bottom: 0px solid transparent;
 position: relative;
 bottom: 0px;
}
.tabs > div {
	position: relative;
 border-radius: 0em 0.5em 0 0;
 display: none;
 padding: 1rem 1rem 1rem 1rem;
 border: 1px solid #a6c9e2;
}
.tabs > div:nth-of-type(1) {
 background: #fff;
}
.tabs > div:nth-of-type(2) {
 background: #fff;
}
.tabs > div:nth-of-type(3) {
 background: #fff;
}
.tabs > div:nth-of-type(4) {
 background: #fff;
}
.tabs > .active {
 display: block;
}
/*FIN TAB INTO ACCORDION**************/
@media (max-width: 600px) {
 .transformer-tabs ul {
	border-bottom: 0;
	overflow: hidden;
	position: relative;
	background: #fff;
	background: linear-gradient(#fff, #fff);
 }
 .transformer-tabs ul::after {
	font-family:"FontAwesome";
	content: "\f0c9";
	position: absolute;
	top: 8px;
	right: 15px;
	z-index: 2;
	pointer-events: none;
	color: #99ffff;font-weight: 900;
 }
 .transformer-tabs ul.open a {
	position: relative;
	display: block;
 }
 .transformer-tabs li {
	display: block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;	
	border-radius: 0em;	
 }
 .transformer-tabs li:nth-child(1) .active {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;	
	border-radius: 0em;	
 }
 .transformer-tabs li:nth-child(2) .active {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;	
	border-radius: 0em;	
 }
 .transformer-tabs li:nth-child(3) .active {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;	
	border-radius: 0em;	
 }
 .transformer-tabs li:nth-child(4) .active {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0em;
 }
 .transformer-tabs a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.5rem;
 }
 .transformer-tabs a.active {
	border: 0;
	z-index: 1;
	background: #5c9ccc;/* esto no se ve...*/
	background: linear-gradient(#5c9ccc, #e67e22);
 }
 .tabs > div {
	-moz-border-radius: 0em 0em 0.5em 0.5em;
	-webkit-border-radius: 0em 0em 0.5em 0.5em;
	border-radius: 0em 0em 0.5em 0.5em;
 }
.contact_form input[type="text"],.contact_form textarea,.contact_form select {
	padding:6px 4px;
	min-width:85%;
}	
}
/*diseño SCROLL**************/
.scroll::-webkit-scrollbar {
 width: 8px;
}
 /* Estilos barra (thumb) de scroll */
.scroll::-webkit-scrollbar-thumb {
 background: #ccc;
 border-radius: 4px;
}
.scroll::-webkit-scrollbar-thumb:active {
 background-color: #999999;
}
.scroll::-webkit-scrollbar-thumb:hover {
 background: #b3b3b3;
 box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
 /* Estilos track de scroll */
.scroll::-webkit-scrollbar-track {
 background: #e1e1e1;
 border-radius: 4px;
}
.scroll::-webkit-scrollbar-track:hover, 
.scroll::-webkit-scrollbar-track:active {
 background: #d4d4d4;
}
/*FIN diseño scroll**************/
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 4px 8px;
	font-size: 1em;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	letter-spacing: .1em;
}
.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-info {
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.btn-primary {
	color: #fff;
	background-color: rgba(192, 80, 77, 0.7);/* #337ab7;*/
	padding: .5em .5em .3em .5em;/* #337ab7;*/
	margin:0 0 .3em 0;
}
.btn-simple {
	color: rgb(var(--color3),.9);
	background-color: #fff;
	border: 1px #ccc solid;
	border-radius: 4px;padding:3px 10px;margin: 4px 0 6px 4px;
}
.btn-verde {
	color: #fff;
	background-color: rgba(76, 175, 80, 0.8);/* #337ab7;*/
	padding: 1em;/* #337ab7;*/
	margin:0 0 .3em 0;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: 1.2em;
}
.btn-celeste {
	color: #fff;
	background-color: rgba(163,192,198,1);
	border-color: #6DA4D4;
}
.btn-turqueza {
	color: #fff;
	background-color: rgba(var(--color1),1.00);
	border-color: rgba(91,156,168,1.00);
	line-height: 1.7em;
}
.btn-reunion, a.btn-reunion
{
	color: #fff;
	background-color: rgba(var(--color1),1.00);
	border-color: rgba(91,156,168,1.00);
	line-height: 1em;
	font-size:1em;
	padding:.6em;
	letter-spacing: .1em;
	text-transform:uppercase;
	margin: 1em 0 1.3em 0;
}
.btn-search {
	color: #fff;
	border-radius: 0 5px 5px 0;
	margin-bottom: 0.15em;
	font-size: 1.68em; /*1.3*/
	background-color: rgba(192, 80, 77, 0.9);
	padding:.45em .5em .15em .5em;
}
input.formulario-autocompletar {
	border: 1px solid #DDD;
	color: #777;
	font-size: 1.3em;/*1*/
	padding: .75em;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px 0 0 5px;
	box-shadow: inset -2px 2px 3px rgba(65,65,65,0.20);
}	
input.formulario-autocompletar:focus {
	outline: 0px solid #A4B4BC;
	border: 0px solid #A4B4BC;
	background: #F0F0F0;
}
::placeholder { /* texto ayuda input */
 color:rgba(var(--color3),.7);
 opacity: 1; /* Firefox */
}