@CHARSET "UTF-8";

#googleBarra {
	text-align: center;
	padding: 10px;
	position: relative;
}

#googleBarra input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
	
}

#googleBarra span {
	font-size: 0.8em;
}

#googleResultados div {
	margin: 10px 0;
}

#googleResultados {
	margin-top: 20px 0;
}

#googleBarra {
	display: none;
	width: 200px;
	float: right;
}

#googleResultados {
	height: 250px;
	overflow: auto;	
}

#googleBuscador {
	text-align: right;
	margin-right: 20px;
		
}

#googleBuscador input {
	background-image: url("../imagenes/web/buscar.png");
	background-position: right;
	background-repeat: no-repeat;	
	border-radius: 5px;
	
}

.resultado {
	padding:  20px;	
}



.resultado h3 a{
	color: white !important;
}

.resultado h3 {
	font-size: 1.1em;	
	text-align: left;
}

.resultado .contenido {
	font-size: 0.9em;	
}

