/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float: left;
	width: 100%;
}

@media ( min-width : 768px ) {
	
	.gutters .col {
		margin-left: 2%;
	}
	
	.gutters .col:first-child { 
		margin-left: 0; 
	}
}


@media ( min-width : 768px ) {
	.span_1 { width: 8.33333333333%; }
	.span_2 { width: 16.6666666667%; }
	.span_3 { width: 25%; }
	.span_4 { width: 33.3333333333%; }
	.span_5 { width: 41.6666666667%; }
	.span_6 { width: 50%; }
	.span_7 { width: 58.3333333333%; }
	.span_8 { width: 66.6666666667%; }
	.span_9 { width: 75%; }
	.span_10 { width: 83.3333333333%; }
	.span_11 { width: 91.6666666667%; }
	.span_12 { width: 100%; }
	
	.gutters .span_1 { width: 6.5%; }
	.gutters .span_2 { width: 15.0%; }
	.gutters .span_3 { width: 23.5%; }
	.gutters .span_4 { width: 32.0%; }
	.gutters .span_5 { width: 40.5%; }
	.gutters .span_6 { width: 49.0%; }
	.gutters .span_7 { width: 57.5%; }
	.gutters .span_8 { width: 66.0%; }
	.gutters .span_9 { width: 74.5%; }
	.gutters .span_10 { width: 83.0%; }
	.gutters .span_11 { width: 91.5%; }
	.gutters .span_12 { width: 100%; }
}

.gridTable tr td, .gridTable tr th {
	padding:5px;	
	
} 


.greyhomeborders {
	border:0;
	background-image: url(../images/bg-01-1920x690.jpg);
	background-position: right bottom;
	overflow:auto;
}
.greyhomeborders article {
	text-align: center;
}

.greyhomeborders h2 {
	font-size:150%;
	color:#FFF;
	font-weight:400;
	text-align: center;
}

.sideContainer {
	padding:10px;
	background-color: rgba(255,255,255,0.8);
	border-radius:10px;
	height:300px;
	overflow-y: scroll;
	overflow-x: hidden;
}
	
.sideContainer a {	
	color:#000;
}

.gesto_contacto {
	font-size:80%;
	padding:50px;
	border-top:1px solid #eee;
	margin-top:20px;
}
.topsrch {
	margin:0;
	padding:20px 50px;
	background-color: #323946;
}

.topsrch input, .topsrch textarea, .topsrch select {
	background:#EEE;
	border:1px solid #EEE;
	border-radius:5px;
	padding:5px;
	margin:5px;
	height:35px;
	width:90%;
}
.srchform {
	margin:10px auto;
	width:80%;
	overflow:visible;
	padding:20px 0;
}
.srchform input {
	background:#FCFCFC;
	border:1px solid #EEE;
	border-radius:5px;
	padding:5px;
	margin-bottom:10px;
	height:35px;
	width:90%;
	max-width:95%;
}
textarea {
	background:#FCFCFC;
	border-radius:5px;
	padding:5px;
	width:95%;
	border:1px solid #c4c4c4;
	margin:5px auto 5px 0;
	display: block;
	max-width:95%;

}
.srchform input[type=checkbox] {
	width:auto;
	height:auto;
	margin:0 5px 5px 0;
}

.topsrch input[type=submit], .srchform input[type=submit], .altaform input[type=submit] , a.altaBtn  {
	background-color: #24a3d8;
	border:1px solid #EEE;
	padding:5px;
	color:#FFF;
	font-weight:700;
	font-size:110%;
	border-radius:5px;
	text-align: center;
	margin:5px;
}

 .ofertaBox {
	 border: 2px solid #999;
	 padding:10px;
	 margin:10px;
 }
 .ofertaBox .strike {
	 text-decoration: line-through;
 }
 
 .indexList_pad {
	 padding:20px;
 }
 
/* Homepage list for municipios */
 .indexList {	
	 -moz-column-count: 3;
	 -webkit-column-count: 3;
	 column-count:3;
	 padding-top:20px;
	 background-color: rgba(0,0,0,0.4);
	 border-radius:20px;
	 padding:20px;
	 top:50px;
 }
 
 @media ( min-width : 1200px ) {
	
	 .indexList {	
		 -moz-column-count: 4;
		 -webkit-column-count: 4;
		 column-count:4;
	 }
}


/* ADDED LOGO: */

.mobileLogo { position: absolute; right:5px; top:8px; }
@media ( min-width : 992px ) {	
	 .mobileLogo { display: none; }
}

 
.indexList ul {
	margin:0;
}
.indexList ul li {
	margin:0;
	padding:0;
	line-height: 1.2em;
	
}
.indexList ul li a {
	color: #FFF;
	text-decoration: none;
	opacity:0.8;
	display:none;
}

.indexList ul li.sList a, .indexList ul li a:hover {
	color:#EEE;
	opacity:1;
	font-weight:600;
}

/* for search form general */
.search_head h1 {
	text-align: center;
	font-size:200%;
	padding-top:30px;
}

.search_head p {
	text-align: center;
	font-size:140%;
	padding:10px 10% 30px 10%;
}

.srchform > form > div {
	border:1px solid #CCC;
	background-color:#f9f9f9;
	padding-bottom:10px;
	
}
.srchform > form > div div.paso {
	padding:20px 10px;
	background-color: #24a3d8;
}
.srchform > form > div div.paso h3 {
	font-size:150%;
	font-weight:700;
	color:#FFF;
	text-align: center;
}

#loginBox {
	width:360px;
	margin:0 auto 20px auto;
	padding:20px;
}
.altaform .altadiv {
	border:1px solid #CCC;
	background-color:#EEE;
	padding-bottom:20px;
	margin-bottom:20px;
}

.altaform > form > div legend {
	padding:5px 5px 10px 10px;
	margin-bottom:5px;
	background-color: #24a3d8;
	font-size:120%;
	font-weight:700;
	color:#FFF;
	width:100%;
}
.white_col {
	padding-right:40px;
	width:30px;
}
.white_col::before {
	color:#FFF;
	font-size:30px;
}

.srchform > form > div div {
	padding:20px 10px;
}

.srchform input[type="text"], .srchform label {
	padding:5px;
	display: block;
	
}
label {
	display: block;
}
.srchform:nth-child(2) label {
	padding:0px 5px;
}



/* Lista de Gestorias en busqueda */
h1.greyHead {
	font-size:170%;
	color:#444;
	line-height: 2em;
}

.gestoList {
	border:1px solid #DDD;
	background-color: #FFF;
	padding:10px;
	margin:5px;	
	height:180px;
	width:98%;
}

@media ( min-width : 600px ) {
	
	.gestoList {
		width:48%;
		float:left;
	}
	
}

@media ( min-width : 1200px ) {
	
	.gestoList {
		width:32%;
	}
}



.imgBox {
	width:120px;
	height:100px;
	background-color: #FFF;
	margin:0 15px 0 0;
	float:left;
	text-align: center;
}
.imgBox img{
	max-width:100%;
	max-height:100%;
}

.gestoList .clrFlt, .gest_detail .clrFlt {
	clear:both;
	float:none;
}
.gest_detail h1 {
	text-transform: none;
	font-size:150%;
	clear:right;
	line-height: 2em;
	padding-top:10px;
}
.gestoList a.btn, .gest_detail a.btn {
	text-decoration: none;
	padding:6px 10px;
	background-color:#24a3d8;
	color: #FFF;
	font-weight: 700;
	line-height: 2.6em;
	text-align: right;
}
ul.gesto_ul {
	list-style: disc;
	font-size: 110%;
	margin:0 0 0 20px;
}
ul.gesto_ul li {
	margin:10px;
}
.oferta {
	color: #ff7000;
}

#map_canvas {
	width:100%;
	height:400px;
}

/* SiteMap - fixed dimensions inside elastic div */

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.provinciaMap {
	width:300px;
	height:460px;
	position: relative;
	margin: 0 auto;
}

h2.provHead {
	padding:0 0 30px 0;
	font-size:500%;
	line-height: 1.2em;
	text-align: center;
}
.provinciaMap div {
	width:179px;
	position:absolute;
}

.provinciaMap .alicante {
	height:145px;
	top:290px;
	right:25px;
}
.provinciaMap .valencia {

	height:203px;
	top:105px;
	right:80px;
}
.provinciaMap .castellon {
	height:152px;
	top:5px;
	right:20px;
}


/* SOLICITUD ANIMATIONS */
.animBlock {
	 display: none;
	 }