@charset "utf-8";
/* CSS Document */

#pie {
	color: #FFFFFF;
	margin-top: 20px;
	background-color: #000000;
	border-top: 2px solid #769521;
}
.caja_textos_inicio {
	border: 1px solid #C3C3C3;
	border-radius: 5px;
	text-align: justify;

}
.caja_textos_inicio img {
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 5px #272727;
	box-shadow: 0px 0px 5px #272727;
}
#caja_visitas img {
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 5px #363636;
	box-shadow: 0px 0px 5px #363636;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	/*overflow: hidden;
	/* [disabled]width: 90%; */
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
	-webkit-box-shadow: 0 0 15px #161616;
	box-shadow: 0 0 15px #161616;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}.borde_esquinas {
	border: 1px solid #8A8A8A;
	border-radius: 5px;
}
.logo img {
    max-height: 100%; 
}
.mano {
	cursor: pointer;
}
h1,h2,h3,h4,strong{
	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#imagen_movil {
	width: 150px;
}
#lagrima {
	width: 35px;
}
#facebook {
	width: 35px;
	margin-right:25px;
}
.tipos {
	width: 80px;
	text-align: right;
}





@media screen and (max-width:767px){
	ul.idiomas{
		float: none;
		position:static;
		
	}
	
}
@media screen and (min-width:767px){

	#imagen_movil {
	width: 224px;
}
#lagrima {
	width: 48px;
}
#facebook {
	width: 48px;
}
}
