@charset "utf-8";

/* -------------- Titulares --------------*/

#contenido h1 {
	color: #336699;
	font-weight: bold;
	font-size: 18px;
	font-style:italic;
}

/* ------------- Textos home ---------------- */

.textointro{
	text-align:center;
}
.textointro strong{
	color: #336699;
}

/* -------------------- Bloques de zona -------------------- */

#contenedorBloquesZonas {
	margin-top: 22px;
	margin-bottom: 19px;
}

.bloqueZona {
	float: left;
	width: 255px;
	height: 372px;
	margin-left: 3px;
	position: relative;
	overflow: hidden;
}

.bloqueZona p.enlace {
	margin-top: 9px;
	font-size: 18px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

#bloqueRecordar a {
	color: #42657e;
}

#bloqueRegalar a {
	color: #a45cb5;
}

#bloqueDecorar a {
	color: #838b6b;
}

#bloqueRecordar h2 a:hover, #bloqueRegalar h2 a:hover, #bloqueDecorar h2 a:hover {
	text-decoration: underline;
}

#bloqueRecordar {
	color: #42657e;
	background: url("/img/home/bloque-recordar-video.png") no-repeat top left;
	/*background: url("/img/home/bloque-recordar.jpg") no-repeat top left;*/
}

#bloqueRegalar {
	color: #a45cb5;
	background: url("/img/home/bloque-regalar-video.png") no-repeat top left;
	/*background: url("/img/home/bloque-regalar.jpg") no-repeat top left;*/
}

#bloqueDecorar {
	color: #838b6b;
	background: url("/img/home/bloque-decorar-video.png") no-repeat top left;
	/*background: url("/img/home/bloque-decorar.jpg") no-repeat top left;*/
}

.bloqueZona .contenedorImagen a{
	position: absolute;
	display: block;
	width: 240px;
	height: 140px;
	left: 10px;
	top: 49px;
}

.bloqueZona .contenedorVideo{
	position: absolute;
	display: block;
	width: 220px;
	height: 180px;
	left: 18px;
	top: 35px;
	text-align:center;
}

/* Tags */

.nubeTags {
	position: absolute;
	width: 86%;
	height: 150px;
	/* sin vídeo
	top: 220px; */
	top: 240px;
	left: 7%;
	overflow: hidden;
}

/* Cuadros conceptuales */

.contenedorConceptos {
	clear: both;
	float: left;
	margin-top: 20px;
}

.contenedorConceptos .modulo,
.contenedorConceptos .moduloX2,
.contenedorConceptos .moduloX4 {
	float: left;
	margin-left: 12px;
}

/* Vidrieras */
ul.vidriera4 li {
	float: left;
	list-style: none;
	text-align: center;
	width: 24%;
}
ul.vidriera3 li {
	float: left;
	list-style: none;
	text-align: center;
	width: 30%;
}
ul.vidriera2 li {
	float: left;
	list-style: none;
	text-align: center;
	width: 45%;
}
