@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Source+Sans+Pro|Abel');

body, html {
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}

	.body {
		margin: 0;
		font-size: 1rem;
		line-height: 1.5;
		color: blue;
		overflow-x: hidden;
	}




/***** RESULTADOS ********************************************************************************/

.contenedor {
	width: 25%;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin:auto; 
	margin-top: 35px;
	/*background: green;*/
	position: relative;
}
/*.contenedor .mensaje {

 	margin:auto;
 	background: white;
}*/

.contenedor-busca {
	width: 100%;
	height: 570px;
	
	margin: 10px auto;
	/*padding: 20px 40px;*/
	text-align: center;

	border-radius: 10px;
	border-style: solid;
	border-width:   0px;
	border-color:  none;
	/*background: #201052;*/
	position: relative;
	opacity: 0.9;
	list-style: none;
	-webkit-box-shadow: 3px 3px 35px -12px rgba(0,0,0,0.74);
	-moz-box-shadow: 3px 3px 35px -12px rgba(0,0,0,0.74);
	box-shadow: 3px 3px 35px -12px rgba(0,0,0,0.74);
}
.contenedor-busca:hover {
	-webkit-box-shadow: 0px 0px 79px -20px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 79px -20px rgba(0,0,0,1);
	box-shadow: 0px 0px 79px -20px rgba(0,0,0,1);
}
.contenedor-busca-vacio {
	width: 100%;
	height: 570px;
	
	margin: 10px auto;
	/*padding: 20px 40px;*/
	text-align: center;

	border-radius: 10px;
	border-style: dashed;
	border-width:   2px;
	border-color:  787e4b;
	background: #d6dca5;
	position: relative;
	opacity: 0.9;
	list-style: none;
	
}
.contenedor-busca-vacio:hover {
	
}

.contenedor-busca a {
	text-decoration: none;
	color: #000;
}

.contenedor-busca .titulo {
	font-weight: bold;
	font-size: 1.4em;
	font-family: Abel;

	min-height: 30px;
}

.contenedor-busca .fondo{
/*box-shadow: 0px 2px 5px #000;*/

    width: 295px;
    max-width: 96%;
    height: 230px;
    /*color: black;*/

	background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 5%;
    background-size: 100% auto;
    margin: auto;
    position: relative;
    top: 10px;
    
    -webkit-box-shadow: inset 0px 0px 38px -4px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 38px -4px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 38px -4px rgba(0,0,0,1);

}

.contenedor-busca .foto {
	box-shadow: 0px 0px 0px white;

	height: 120px;
   width: 120px;

	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 50%;
	border-style: solid;
	border-width: 3px;
	
	border-color: white;
	background-size: 100% auto;
	position: absolute;
	top:190px;
/*	left: 100px;*/
	left: 30%;


	-webkit-box-shadow: 0px 0px 38px -4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 38px -4px rgba(0,0,0,1);
	box-shadow: 0px 0px 38px -4px rgba(0,0,0,1);
}
.contenedor-busca .info {
	width: 50%;
	text-align: center;
	vertical-align: bottom;
	color: orange;

}
.contenedor-busca .info .oficio {
	font-size: 1.5em;
	


}






/*COLUMNAS VER TARJETA*/

.columna {
	/*margin: 0px 5% 0px 10%;*/
}
.columna li{
	width: 28%;
	display: inline-block;
	position: absolute;
	/*border: 1px solid #000;*/
	/*background: #fff;*/
	/*border-radius: 10px;*/
	/*margin: 0px 1.3% 0px 0%;*/
/*
	-webkit-box-shadow: 3px 3px 35px -12px rgba(0,0,0,0.74);
	-moz-box-shadow: 3px 3px 35px -12px rgba(0,0,0,0.74);
	box-shadow: 3px 3px 35px -12px rgba(0,0,0,0.74);*/
}
.columna .col1 {
	left: 6%
}
.columna .col2 {
	left: 36%
}
.columna .col3 {
	left: 66%
}
.columna img, .columna video {
	max-width: 100%;
}

.columna div {
	margin: 10px 0px;
	padding: 15px 20px;
	background: #fff;
	border-radius: 10px;

	-webkit-box-shadow: 3px 3px 35px -12px rgba(0,0,0,0.74);
	-moz-box-shadow: 3px 3px 35px -12px rgba(0,0,0,0.74);
	box-shadow: 3px 3px 35px -12px rgba(0,0,0,0.74);
}


@media (max-width:9999px){
	.columna li{
		width: 28%;
		display: inline-block;
		position: absolute;
	}
}

@media (max-width:768px){

.columna li{
	width: 94%;
	display: block;
	position: relative;
}
.columna .col1 {
	left: 3%
}
.columna .col2 {
	left: 3%
}
.columna .col3 {
	left: 3%
}


}

/*FIN COLUMNAS VER TARJETA*/




/*VEO LOS RESULTADOS DE LA BUSQUEDA*/

.contenedor-busca {
	
	background: #005DFF;
}

.contenedor-busca .info .nombre{

	font-size: 1em;
	color: black;
	background: #A6FF00;
	border-radius: 5px;
	text-align: center;
	top: 320px;
	left: 60px;
	width: 200px;
	position: absolute;
}

.contenedor-busca .info .califica{

	background: #040574;
	border-radius: 5px;
	text-align: center;
	top: 350px;
	left: 60px;
	width: 200px;
	position: absolute;
	display: inline-block;
}



.contenedor-busca .contacto{
	display: inline-block;
	/*background: orange;*/
	text-align: center;
	font-size: 1em;
	color: white;
	margin: auto;
	position:absolute;
	top:380;
	left:85;
}

.contenedor-busca .contacto .nombre {
	font-size: 4em;
	text-align: center;
	color: red;
	background: black;

}

.contenedor-busca .info .califica img{
	width: 1.3em;
	/*text-shadow: 10px 2px #000;*/
	text-shadow: 12px 12px 8px #444;
	color: #ccc;
	margin: 0.2em auto;
	text-align: center;
	
	top: 100px;

}
.contenedor-busca .info .califica img:hover {
	width: 1.5em;
	margin: 0;
	text-align: center;
}

.contacto .wsptel{
	width: 40px;
	float: left;
	
	margin-bottom: 10px;
	margin-left: 10;

}

.contacto .wspicon{
	width: 40px;
	float: left;
	margin: auto;
	
	margin-bottom: 10px;
	margin-left: 10;

	
}
.contacto .wspmail{
	width: 40px;
	float: left;
	
	margin-bottom: 10px;
	margin-left: 10;
	
}
/*.contacto .wspmail img {
	width: 1.3em;
	text-shadow: 10px 2px #000;
	text-shadow: 12px 12px 8px #444;
	color: #ccc;
	margin: 0.2em auto;
	text-align: center;
	
	top: 100px;
	
}*/

/*.contacto .wspmail img:hover {
	width: 1.5em;
	text-align: center;
}*/



/*.contenedor .encabezado {
	background: white;
	margin:auto;
}*/

.tienda{

	width: 90%;
}











.contenedor-busca .foto, .contenedor-busca .info {	
	display: inline-block;
}

/*.contenedor .encabezado .compartir {
	margin: auto;
	text-align: center;
}*/

.contenedor-busca .contacto, 
.contenedor-busca .contacto label,
.contenedor-busca .info label {	
	display: block;
}


.contenedor-busca .contacto .email, .contenedor-busca .contacto .fono {
	font-size: 1.6em;
}


.tienda{

	width: 80%;
	padding-top: 10px;

}


@media screen and (max-width: 768px) {

	.contenedor {
	width: 90%;

	left: 40px;
	/*background: green;*/
	position: relative;

}

.contenedor-busca .fondo{
/*box-shadow: 0px 2px 5px #000;*/

	
    left:190px;
    margin-left: 0px;

}

	.register {

		img


	}
	

.contenedor-busca .foto {
	box-shadow: 0px 0px 0px white;

	
    left: 275px;
}

.contenedor-busca .info .nombre{

	
	left: 235px;
	
}

.contenedor-busca .info .califica{

	
	left: 235px;
	
}
.contacto .wspicon{
	
	margin-left: 135;

	
}
.contacto .wspmail{
	
	margin-left: 135;
	
}


.contacto .wsptel{
	
	margin-left: 135;

}
.tienda{

	width: 42%;
	padding-top: 10px;

}


@media screen and (max-width: 430px) {

	

	.contenedor {
	width: 90%;

	left: 22px;
	/*background: green;*/
	position: relative;

}

.contenedor-busca .fondo{
/*box-shadow: 0px 2px 5px #000;*/

	
    left:30px;

}
	

.contenedor-busca .foto {
	box-shadow: 0px 0px 0px white;

	
    left: 120px;
}

.contenedor-busca .info .nombre{

	
	left: 80px;
	
}

.contenedor-busca .info .califica{

	
	left: 80px;
	
}

.contacto .wsptel{
	
	margin-left: 0;

}
.contacto .wspicon{
	
	margin-left: 40;

	
}
.contacto .wspmail{
	
	margin-left: 40;
	
}



.tienda{

	width: 72%;
	padding-top: 10px;

}
@media screen and (max-width: 384px) {

	.contenedor {
	width: 90%;

	left: 20px;
	/*background: green;*/
	position: relative;

}

.contenedor-busca .fondo{
/*box-shadow: 0px 2px 5px #000;*/

	
    left:15px;

}
	

.contenedor-busca .foto {
	box-shadow: 0px 0px 0px white;

	
    left: 100px;
}

.contenedor-busca .info .nombre{

	
	left: 62px;
	
}

.contenedor-busca .info .califica{

	
	left: 62px;
	
}

.contacto .wsptel{
	
	margin-left: 0;

}
.contacto .wspicon{
	
	margin-left: 20;

	
}
.contacto .wspmail{
	
	margin-left: 20;
	
}



.tienda{

	width: 75%;
	padding-top: 10px;

}

@media screen and (max-width: 375px) {

	.contenedor {
	width: 90%;

	left: 20px;
	/*background: green;*/
	position: relative;

}

.contenedor-busca .fondo{
/*box-shadow: 0px 2px 5px #000;*/

	
    left:10px;

}
	

.contenedor-busca .foto {
	box-shadow: 0px 0px 0px white;

	
    left: 100px;
}

.contenedor-busca .info .nombre{

	
	left: 55px;
	
}

.contenedor-busca .info .califica{

	
	left: 55px;
	
}

.contacto .wsptel{
	
	margin-left: 0;

}

.contacto .wspicon{
	
	margin-left: 20;

	
}
.contacto .wspmail{
	
	margin-left: 20;
	
}



.tienda{

	width: 75%;
	padding-top: 10px;

}
@media screen and (max-width: 360px) {

	.menu .formulario .barra{

	width: 120px;
}

	.contenedor {
	width: 100%;
	left: 0px;

	
	/*background: green;*/
	position: relative;

}

.contenedor-busca .fondo{
/*box-shadow: 0px 2px 5px #000;*/

	
    left:5px;
    width: 320px;

}
	

.contenedor-busca .foto {
	box-shadow: 0px 0px 0px white;

	
    left: 110px;
}

.contenedor-busca .info .nombre{

	
	left: 70px;
	
}

.contenedor-busca .info .califica{

	
	left: 70px;
	
}

.contacto .wsptel{
	
	margin-left: 20;

}

.contacto .wspicon{
	
	margin-left: 10;

	
}
.contacto .wspmail{
	
	margin-left: 10;
	
}



.tienda{

	width: 75%;
	padding-top: 10px;

}

@media screen and (max-width: 320px) {

	.menu .formulario .barra{

	width: 100px;
}

	.contenedor {
	width: 100%;
	left: 0px;

	
	/*background: green;*/
	position: relative;

}

.contenedor-busca .fondo{
/*box-shadow: 0px 2px 5px #000;*/

	
    left:8px;
    width: 280;

}
	

.contenedor-busca .foto {
	box-shadow: 0px 0px 0px white;

	
    left: 90px;
}

.contenedor-busca .info .nombre{

	
	left: 50px;
	
}

.contenedor-busca .info .califica{

	
	left: 50px;
	
}

.contacto .wsptel{
	
	margin-left: 0;

}

.contacto .wspicon{
	
	margin-left: 20;

	
}
.contacto .wspmail{
	
	margin-left: 20;
	
}



.tienda{

	width: 80%;
	padding-top: 10px;

}
@media screen and (max-width: 280px) {

	.menu .formulario .barra{

	width: 70px;
}

	.contenedor {
	width: 100%;
	left: 5px;

	
	/*background: green;*/
	position: relative;

}

.contenedor-busca .fondo{
/*box-shadow: 0px 2px 5px #000;*/

	
    left:5px;
    width: 255px;

}
	

.contenedor-busca .foto {
	box-shadow: 0px 0px 0px white;

	
    left: 68px;
}

.contenedor-busca .info .nombre{

	
	left: 30px;
	
}

.contenedor-busca .info .califica{

	
	left: 30px;
	
}
.contenedor-busca .contacto {
	
	margin-left: -30px;

}

.contacto .wspicon{
	
	margin-left: 10;

	
}
.contacto .wspmail{
	
	margin-left: 10;
	
}



.tienda{

	width: 80%;
	padding-top: 10px;

}




/*boton facebook*/ 




	.contenedor .contenedor-busca .compartir {
	width: 100%;
	margin: auto;
	text-shadow: red;

}
	}







