body {
  background-color: #5F5F5F;
  line-height: normal;
}

.rowcabecera{
	margin-top: 1%;
}

.fondoblanco{
	background-color: white;
}


.cabeceraclas{
	margin-top: 8px;
	background-image: url('../Imagenes/cabecera_guia_320x80.jpg');
	height: 80px;
}

.scrollup{
    width:40px;
    height:40px;
    position:fixed;
    opacity: 0.6;
    bottom:50px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url('../Imagenes/square.gif') no-repeat;
}


.sinpaddinglateral{
	padding-left: 0px;
	padding-right: 0px;
}

.fondoblanco{
	background: white;
}

.busquedacom{
	background: url('../Imagenes/linea_violeta.gif');
}
.busquedaprof{
	background: url('../Imagenes/linea_verde.gif');
}
.divpasos{
	padding-right: 0px;
}

.botonir{
	padding: 0px;
	margin-right: 16px;
	float: right;
	margin-bottom: 10px;
	cursor: pointer;
}
.lineaverde{
	border-image: url('../Imagenes/linea_verde.gif') 4;
	border-style:solid; /*para que ande en firefox*/
}
.lineavioleta{
	border-image: url('../Imagenes/linea_violeta.gif') 4;
	border-style:solid; /*para que ande en firefox*/
}
.lineagris{
	margin-left: 16px;
	padding-right: 50px;
}
.divfigurar{
	background: #e6e6e6;
	border-image: url('../Imagenes/linea_violeta.gif') 4;
	border-style:solid; /*para que ande en firefox*/
}

.rowprincipal{
	padding-bottom: 10px;
}
.padcolumnaizq{
	padding-bottom: 10%;
	padding-left: 7px;
}
.padcolumnader{
	padding-right: 7px;
}
.publicolumna{
	margin-bottom:30px	
}
.divrelleno{
	height: 76px;
}
.violetadegrade{
	background: #3c0234; /* Old browsers */
	background: -moz-linear-gradient(left,  #3c0234 0%, #8a187b 35%, #cb2ab5 51%, #821674 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3c0234), color-stop(35%,#8a187b), color-stop(51%,#cb2ab5), color-stop(100%,#821674)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #3c0234 0%,#8a187b 35%,#cb2ab5 51%,#821674 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #3c0234 0%,#8a187b 35%,#cb2ab5 51%,#821674 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #3c0234 0%,#8a187b 35%,#cb2ab5 51%,#821674 100%); /* IE10+ */
	background: linear-gradient(to right,  #3c0234 0%,#8a187b 35%,#cb2ab5 51%,#821674 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c0234', endColorstr='#821674',GradientType=1 ); /* IE6-9 */
	clear: both;

}
.titulorubro{
	text-transform: uppercase;
	color: white;
	padding-bottom: 3px;
	padding-top: 1px;
	padding-left: 1%;
	font-family: tahoma;
}

.nombrebuscado{
	color: white;
	padding-bottom: 3px;
	padding-top: 1px;
	padding-left: 1%;
	
	font-family: tahoma;
}
.fondogris{
	background: #e6e6e6;
}
.pdenominacion{
	color: #610c56;
  	font-weight: bold;
  	padding-top: 1%;
  	margin: 0px;
}
.pdescripcion{
	color: #610c56;
	font-size: 11px;
	margin: 0px;
	font-weight: bold;
}
.potroscampos{
	font-size: 11px;
	margin: 1px;
}
.sitioweb{
	color: black;
	font-weight: bold;
}
.sitioweb:hover{
	color: black;
}
.sitioweb:visited{
	color: black;
}
.psitioweb{
	float:left;
}
.redsocial{
	
	float: right;
	padding-right: 2px;
}

.pdenominaciongratis{
	font-size: 13px;
	margin: 0px;
}
.colorvioleta{
	color: #47053E !important;
}
.pointer{
	cursor:pointer;
}

.lineafin{
	height: 3px;
	margin-bottom: 2%;
}
.lineafinvioleta{
	border-image: url('../Imagenes/linea_violeta.gif') 0 1 4;
	border-style:solid; /*para que ande en firefox*/

}
.avisopago{
	margin-bottom: 10px;
}
.lineadestacado{
	padding-bottom: 4px;
  	padding-top: 4px;
}
.rubro{
	font-size: smaller;
	color: grey;
	margin: 0px;
}
.formcontacto{
	font-size: 12px;
}
.formgroupcontacto{
	padding-top: 2%;
}
.inputcontacto{
	font-size: 12px;
  	height: 28px;
}
.textareacontacto{
	font-size: 12px;
}
.loader{
	padding-left: 28%;
  	padding-bottom: 2%;
}
.procesando{
	font-size: x-small;
  	padding-left: 23%;
}
/* AUTOCOMPLETAR*/
.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
 /* line-height: 30px;*/
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 100%;
  margin: 1% 0;
  padding: 8px 0;

  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.sinresultados{
	padding: 3px 20px;
  	font-size: 12px;
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 20px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #954288;
  background-color: #E6E6E6;
}

.tt-suggestion.tt-cursor {
  color: #954288;
  background-color: #E6E6E6;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 10px;
}
.tt-menu {
  max-height: 150px;
  overflow-y: auto;
}
/* .col-xs Custom, iPhone Retina 320x70*/ 
/*@media only screen and (min-width : 320px) {*/
	
	.container{
		width: 320px;
	}
	.textopasos{
		color: white;
		font-family: tahoma;
		font-size: 10px;
		font-weight: bold;
	}
	.apasos{
		border-image: url('../Imagenes/linea_verde.gif') 0 0 4;
		background: url('../Imagenes/linea_violeta.gif');
	}
	.buscarpor{
		margin-right: 18px;
		float: right;
		margin-top: 6px;
		margin-bottom: 8px;
	}
	.labelbuscar{
		max-width: 40%;
		margin-left: 80px;
		float: inherit;
	}
	.divinput{
		border: 1px solid #ccc;
		float: left;
		width: 65%;
		/*margin-left: 5px;*/
		padding: 3px;
		border-radius: 6px;
		padding-top: 0px;
	}
	.botonir{
		margin-right: 0px;
	}
	.imgpasos{
		float: left;
		margin-top: 15%;
		margin-right: 2%;
		margin-bottom: 30%;
		width: 30%;
	}
	.lineavioleta{
		padding-bottom: 43%;
	}
	.inputbusqueda{
		font-size: 11px;
		margin-top: 3px;
		font-style: italic;
		height: 25px;
	}
	.imgir{
		width: 80%;
	}
	.lineaverde{
		padding-bottom: 43%;
	}
	.divtexto{
		font-size: 10px;
		font-weight: bold;
		float: left;
		width: 75%;
		padding-top: 8px;
		padding-left: 45px;
	  	text-align: center;;
	}
	.botonsi{
		padding-bottom: 2px;
		padding-top: 2px;
		cursor: pointer;
		width: 35px;
	}
	.rowprincipal{
		padding-top: 10px;
	}
	.divpasos{
		padding-left: 3px;
	}  
	.divbusqueda{
		padding-left: 3px;
		padding-right: 3px;
	}
	.tt-suggestion {
	  padding: 3px 20px;
	  font-size: 11px;
	  line-height: 15px;
	}
	.lineagris{
		margin-left: 1px;
		padding-right: 0px;
	}
	.divimagen{
		width: 250;
		height: 200px;
		min-height: 200px;
		display: flex;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}
	.padcolumnader{
		padding-right:0px;
  	}
  	.divpublicidadesderecha{
  		padding-top: 5px;
  	}
  	.paddingpequenio{
  		padding-left: 1px;
  		padding-right: 1px;
  	}
  
	.titulorubro{
		font-size: 15px;
	}
	.nombrebuscado{
		font-size: 15px;	
	}
	.formbuscar{
		height: 160px;
	}
	.fromgroup{
		height: 80px;
	}
	/*placeholders*/
	.form-control::-moz-placeholder {
	  color: white;
	  opacity: 1;
	}
	.form-control:-ms-input-placeholder {
	  color: white;
	}
	.form-control::-webkit-input-placeholder {
	  color: white;
	}

/*}	*/
/* .col-xs Extra Small Devices, Phones 480x80*/ 
@media only screen and (min-width : 480px) {
	.container{
		width: 480px;
	} 
	.cabeceraclas{
		margin-top: 8px;
		background-image: url('../Imagenes/cabecera_guia_480x100.jpg');
		height: 100px;
	}
	.botonir{
		margin-right: 16px;
	}
	.divpasos{
		padding-left: 15px
	}
	.textopasos{
		color: white;
		font-family: tahoma;
		font-size: smaller;
		font-weight: bold;
	}
	.apasos{
		border-image: url('../Imagenes/linea_verde.gif') 0 0 4;
		background: url('../Imagenes/linea_violeta.gif');
	}
	.buscarpor{
		margin-right: 18px;
		float: right;
		margin-top: 6px;
		margin-bottom: 8px;
	}
	.divbusqueda{
		padding-left: 15px;
		padding-right: 15px;
	}
	.labelbuscar{
		max-width: 40%;
		margin-left: 97px;
	}
	.divinput{
		border: 1px solid #ccc;
		float: left;
		width: 65%;
		margin-left: 10px;
		padding: 3px;
		border-radius: 6px;
		padding-top: 0px;
	}
	.imgpasos{
		float: left;
		margin-top: 7%;
		margin-right: 2%;
		margin-bottom: 5%;
		width: auto;
	}
	.lineavioleta{
		padding-bottom: 43%;
	}
	.inputbusqueda{
		font-size: 11px;
		margin-top: 3px;
		font-style: italic;
		height: 25px;
	}
	.imgir{
		width: 80%;
	}
	.lineaverde{
		padding-bottom: 43%;
	}
	.divtexto{
		font-size: 10px;
		font-weight: bold;
		float: left;
		width: 75%;
		padding-top: 8px;
		padding-left: 45px;
	  	text-align: center;
	  	padding-right: 4px;
	}
	.botonsi{
		padding-bottom: 2px;
		padding-top: 2px;
		cursor: pointer;
		width: 35px;
	}
	.rowprincipal{
		padding-top: 10px;
	}
	.tt-suggestion {
	  padding: 3px 20px;
	  font-size: 11px;
	  line-height: 15px;
	}
	.lineagris{
		/*margin-left: 16px;
		padding-right: 50px;*/
	}
	.divimagen{
		width: 400;
		height: 300px;
		min-height: 300px;
		display: flex;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}
	.paddingpequenio{
		padding-right: 0.5%;
		padding-left: 1px;
	}

	.avisogratuito{
		height: 35px;
	}
	.divpublicidadesderecha{
  		padding-top: 5px;
  	}
  	.redsocial{
  		/*margin-top: -12px;*/
  	}
  	.titulorubro{
		font-size: 18px;
	}
	.nombrebuscado{
		font-size: 18px;	
	}
	.formbuscar{
		height: 170px;
	}
	.fromgroup{
		height: 80px;
	}
	/*placeholders*/
	.form-control::-moz-placeholder {
	  color: white;
	  opacity: 1;
	}
	.form-control:-ms-input-placeholder {
	  color: white;
	}
	.form-control::-webkit-input-placeholder {
	  color: white;
	}
}	
/* .col-sm Small Devices, Tablets 768x90*/
@media only screen and (min-width : 768px) {
	.container{
		width: 768px; 
	} 
	.cabeceraclas{
		margin-top: 8px;
		background-image: url('../Imagenes/cabecera_guia_768x120.jpg');
		max-width: 100%;
		height: 120px;
	}
	
	.inputbusqueda{
		font-size: 9.8px;
		margin-top: 3px;
		font-style: italic;
		height: 25px;
	}

	.lineaverde{
		padding-bottom: 45%;
	}
	.lineavioleta{
		padding-bottom: 45%;
	}
	.buscarpor{
		float: right;
		margin-top: 6px;
		margin-bottom: 8px;
	}
	.lineagris{
		height: 1px;
	}
	.divtexto{
		font-size: 10px;
		font-weight: bold;
		float: left;
		width: 75%;
		padding-top: 5px;
		padding-left: 2px;
	  	text-align: center;;
	}
	
	.botonsi{
		padding-bottom: 2px;
		padding-top: 2px;
		cursor: pointer;
		width: 35px;
	}
	
	.divinput{
		border: 1px solid #ccc;
		float: left;
		width: 60%;
		margin-left: 10px;
		padding: 3px;
		border-radius: 6px;
	  	padding-top: 0px;
	}
	.labelbuscar{
		/*max-width: 83%;*/
  		margin-left: 75px;
	}
	.imgir{
		width: 80%;
	}
	.divpasos{
		width: 71%;
	}	
	.divbusqueda{
		width: 29%;
	}
	.quitarpaddingleft{
		padding-left: 0px;
	}
	.rowprincipal{
		padding-top: 0px;
	}
	.divpublicidades{
		width: 121px;
	}
	.publicolumna{
		margin-bottom:10px;	
	}
	.tt-suggestion {
	  padding: 3px 20px;
	  font-size: 9.8px;
	  line-height: 20px;
	}
	.lineagris{
		margin-left: 16px;
		padding-right: 50px;
	}

	.divpublicidadesderecha{
  		padding-top: 5px;
  	}
  	.padding5{
		padding-bottom: 5px;
	  	padding-right: 0px;
  		padding-left: 0px;
	}
	.padding7{
		padding-right: 3px;
		padding-bottom: 5px;
	}
	.imggaleria{
		max-height: 100px;
		padding-top: 6px;
		cursor: pointer;
		max-width: 140px;
	}
	.paddingpequenio{
		padding-right: 0.5%;
		padding-left:1.7%;
	}
	.avisogratuito{
		height: 35px;
	}
	.formbuscar{
		height: 175px;
	}
	.fromgroup{
		height: 80px;
	}
	.form-control::-moz-placeholder {
	  color: #999;
	  opacity: 1;
	}
	.form-control:-ms-input-placeholder {
	  color: #999;
	}
	.form-control::-webkit-input-placeholder {
	  color: #999;
	}
}	

/* .col-md, .col-lg Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.container{
	    width: 950px;
	}

	.cabeceraclas{
		margin-top: 8px;
		background-image: url('../Imagenes/cabecera_guia_950x140.jpg');
		max-width: 100%;
		height: 140px;

	}
    .fixexplorer{
		max-width: 570px !important; 
	}
	.rowprincipal{
		padding-top: 0px;
	}
	.labelbuscar{
		max-width: 100%;
	}
	.inputbusqueda{
		font-size: 13px;
	  	font-style: italic;
	  	height: 34px;
	}
	.divpasos{
		width: 71%;
	}
	.divbusqueda{
		width: 29%;
	}
	.lineaverde{
		padding-bottom: 46%;
	}
	.lineavioleta{
		padding-bottom: 46%;
	}
	.buscarpor{
		margin-right: 18px;
		float: right;
		margin-top: 6px;
		margin-bottom: 8px;
	}
	.divtexto{
		font-size: 11px;
		font-weight: bold;
		float: left;
		width: 80%;
		margin-top: 7px;
		padding-left: 2px;
	  	padding-right: 2.5px;
	  	text-align: left;
	  	line-height: 1;
	}
	.botonsi{
		padding-bottom: 2px;
		padding-top: 2px;
		cursor: pointer;
		width: 40px;
	}
	
	.divinput{
		border: 1px solid #ccc;
		float: left;
		width: 65%;
		margin-left: 20px;
		padding: 2px;
		border-radius: 6px;
	  	padding-top: 0px;
	}
	.imgir{
		width: 100%;
	}
	.quitarpaddingleft{
		padding-left: 0px;
	}
	.botonir{
		margin-right: 16px;
	}
	.padcolumnaizq{
		padding-left: 7px;
	}
	.divpublicidades{
		width: 160px;
	}
	.publicolumna {
  		margin-bottom: 30px;
  	}
  	.divpublicidadesderecha{
  		width: 230px;
  		padding-top: 5px;
  	}
  	.padcolumnader{
		padding-right: 7px
  	}
  	.lineagris{
		margin-left: 16px;
		padding-right: 50px;
	}
	.tt-suggestion {
	  	padding: 3px 20px;
	  	font-size: 13px;
	  	line-height: 20px;
	}

	.padding5{
		padding-bottom: 5px;
	  	padding-right: 0px;
  		padding-left: 0px;
	}
	.padding7{
		padding-right: 3px;
		padding-bottom: 5px;
	}
	.imggaleria{
		max-height: 100px;
		padding-top: 6px;
		cursor: pointer;
		max-width: 210px;
	}
	.divimagen{
		width:570px;
		height:300px;
		min-height: 300;
		display: flex;
		align-items: center;	
	}
	.paddingpequenio{
		padding-right: 0.5%;
		padding-left:1.7%;
	}
	.avisogratuito{
		height: 35px;
	}
	.formbuscar{
		height: 215px;
	}
	.fromgroup{
		height: 100px;
	}
	.labelbuscarrubro{
		width: 44%;
	}
	.labelbuscarnombre{
		width: 50%;
	}
	.form-control::-moz-placeholder {
	  color: #999;
	  opacity: 1;
	}
	.form-control:-ms-input-placeholder {
	  color: #999;
	}
	.form-control::-webkit-input-placeholder {
	  color: #999;
	}
}	

@media only screen and (min-width : 1200px) {
	.container{
	    width: 1140px;
	}
	
	.cabeceraclas{
		margin-top: 8px;
		background-image: url('../Imagenes/cabecera_guia_1200.jpg');
		max-width: 100%;
		height: 168px;

	}
	.img100{
		width: 100%;
	}
	.titulorubro{
		font-size: 24px;
	}
	.pdenominacion{
		font-size: 20px;
	}
	.pdescripcion, .pdenominaciongratis{
		font-size: 16px;
	}
	.potroscampos{
		font-size: 14px;	
	}
	.divtexto{
		font-size: 13px;
	}

}
