div#content{	background-color: white;}div#content_contents{	margin: 40px auto 40px auto;	padding: 0 3% 0 3%;	font-size: 13px;	letter-spacing: 1px;	color: #222222;}div.contents_menu{	float: right;	overflow: hidden;}/***************************************************** PORTADA */div#portada_servicios{	overflow: hidden;}div#portada_servicios_in{	overflow: hidden;}div.servicio{	float: left;	display: inline-block;	border-radius: 3px;	background-color: #337ed2;	margin: 20px 2% 0px 0;	width: 23.5%;	text-align: center;	transition: .4s;}div.servicio:nth-child(4n)	{	margin: 20px 0 0px 0 !important;}div.servicio:hover, div.servicio a:active{	background-color: #649cdd;}div.servicio_in{	margin: 15% 5% 10% 5%;	overflow: hidden;}div.servicio_icono{}div.servicio_titulo{	margin: 30px 0 0px 0;	text-align: center;	min-height: 36px;	line-height: 18px;	font-size: 12px;	font-weight: bold;	text-transform: uppercase;	color: white;}/***************************************************** PORTADA */div#portada_frame_facebook{	float: right;	margin: 0 0 20px 5%;}div#ilovecoop{	margin: 40px 0 10px 0;	text-align: center;}div#ilovecoop img{	max-width: 300px;	width: 100%;	height: auto;}div#escuelaquetequiere{	margin: 40px 0 10px 0;	text-align: center;}div#escuelaquetequiere img{	max-width: 500px;	width: 100%;	height: auto;}div#portada_redes{	border: 1px solid #c3e2ff;	background-color: #f0f8ff;	text-align: center;	overflow: hidden;}div#portada_redes a{	display: inline-block;	max-width: 144px;	width: 10%;	margin: 40px 5% 40px 5%;	background-position: center center;	background-repeat: no-repeat;	background-size: 100% auto;	font-size: 0;}div#portada_redes a:after {  content: "";  display: block;  padding-bottom: 100%;}a.portada_red_facebook	{	background-image: url(../img/icono_facebook.png);	}a.portada_red_twitter	{	background-image: url(../img/icono_twitter.png);	}a.portada_red_youtube	{	background-image: url(../img/icono_youtube.png);	}a.portada_red_instagram	{	background-image: url(../img/icono_instagram.png);	}div#portada_organismos{	text-align: center;}div#portada_organismos a{	display: inline-block;	width: 12%;	margin: 40px 4% 40px 4%;}div#portada_organismos a img{	width: 100%;	height: auto;}div#lema{	width: 60%;	min-width: 300px;	margin: 0 auto 0 auto;}div#lema img{	width: 100%;	height: auto;}div#reconocimiento{	margin: 40px 0 10px 0;	text-align: center;}div#reconocimiento img{	max-width: 500px;	width: 100%;	height: auto;}div#escudo{	width: 30%;	min-width: 300px;	margin: 0 auto 0 auto;}div#escudo img{	width: 100%;	height: auto;}div.parallax{	margin: 50px 0 50px 0;	height: 600px;}div.parallax_in{	position: absolute;	left: 0;	right: 0;	height: 600px;	background-attachment: fixed;	background-position: center;	background-repeat: no-repeat;	background-size: cover;	background-color: #eeeeee;	box-shadow: inset 0px 0px 6px 0 black;}div.parallax_portada		{	background-image: url("../img/parallax_portada.jpg");		}div.parallax_planetas	{	background-image: url("../img/parallax_planetas.jpg");	}/***************************************************** CONTACTO */div#qr_contacto{	box-shadow: inset 0 0 10px #000000;	background-color: #4f4f4f;	padding: 50px 0 50px 0;	text-align: center;}/***************************************************** COMUNES */a.contents_boton{	border: 1px solid #0074e3;	border-radius: 6px;	background-color: #1e90ff;	padding: 9px 12px 9px 12px;	line-height: 30px;	font-size: 12px;	white-space: nowrap;	overflow: hidden;	color: white !important;}a.contents_boton:hover, a.contents_boton:active{	background-color: #0074e3;}a#totop{	position: fixed;	bottom: 10px;	right: 10px;	display: block;	width: 32px;	height: 32px;	background-image: url(../img/css_scroll_to_top.png);	background-repeat: no-repeat;	background-position: center center;	transition: 0.3s;	opacity: 0.5;}a#totop:hover, a#totop:active{	opacity: 1;}