* {
	margin: 0;
	padding: 0;
	outline: none;
}
BODY {
	background-image: url('/img/bg_inicio.jpg');
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 40px;
}
A {
	text-decoration: none;
}
.sitio {
	width: 100%;
	background-image: url('/img/bg_top.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
}
.sitio_portada {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.caja_logo_inicio {
	margin: 0 auto;
	margin-top: 120px;
	width: 90%;
	max-width: 373px;
	display: table;
}
.logo_inicio {
	width: 100%;
}
.caja_idiomas_inicio {
	clear: both;
	margin: 0 auto;
	
}
.td_idioma_inicio {
	padding: 6px;
	text-align: center;
}
.link_idioma_inicio {
	text-transform: uppercase;
	text-shadow: #CCCCCC 2px 2px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.link_idioma_inicio:hover {
	color: #CCCCCC;
	text-shadow: #999999 2px 2px;
}
.pie_inicio {
	clear: both;
	margin: 0 auto;
	margin-top: 40px;
}
.interior {
	width: 96%;
	max-width: 900px;
}
.top_caja_redes_sociales {
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
}
.top_caja_idiomas {
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right: 10px;
	text-align: right;
}
.recuadro_blanco {
	margin: 10px;
	background-color: #014924;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 20px #333333;
	-webkit-box-shadow: 0px 0px 20px #333333;
	-moz-box-shadow: 0px 0px 20px #333333;
}
.bg_dm {
	background-image: url('/img/bg_logo_dm.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}
.recuadro_blanco_pie {
	margin: 0px;
	background-color: #FFFFFF;
	height: 24px;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.85);
	-moz-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.85);
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.85);
}


.bg_top_dozo {
	width: 100%;
	background-image: url('/img/top_dozo_moreno.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 110px;
}
.top_logo {
	float: left;
}
.logo {
	border: 0;
	margin-top: 21px;
	margin-left: 29px;
}
.logo:hover {
	box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	-moz-box-shadow: 0px 0px 10px #333333;
}
.top_foto {
	float: right;
	height: 110px;
	width: 280px;
	display: block;
	overflow: hidden;
	background-position: top left;
	border-left: 1px solid #FFFFFF;
}
.marca_blanca {
	position: relative;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
}
.icono_menu_movil {
	float: right;
	margin-right: 20px;
	margin-top: 40px;
	display: none;
}
.icono_movil {
	font-family: "FontAwesome";
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
}
.icono_movil:hover {
	color: #CCCCCC;
}
.borde_inferior {
	height: 1px;
	background-image: url('/img/borde_inferior.jpg');
	background-position: top left;
}
@media only screen and (max-width: 550px) {
	.top_foto {
		display: none;
	}
	.icono_menu_movil {
		display: block;
	}
}

.botonera {
	float: left;
	margin-left: 16px;
	width: 220px;
	height: 300px;
	/* border: 1px solid #000000; /* quitar */
}
.contenido {
	float: right;
	width: 60%;
	max-width: 600px;
	height: 300px;
	display: table;
	/* border: 1px solid #000000; /* quitar */
}
.botonera_caja {
	width: 196px;
	height: 34px;
	background-image: url('/img/bullet_botonera.png');
	background-repeat: no-repeat;
	background-position: 4px 10px;
	border-bottom: 2px solid #FFFFFF;
}
.botonera_link {
	padding-left: 24px;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 34px;
	color: #F3F3F3;
	text-decoration: none;
	display: block;
}
.botonera_link:hover {
	color: #CCCCCC;
	padding-left: 28px;
}
@media only screen and (max-width: 650px) {
	.contenido {
		width: 50%;
	}
}
@media only screen and (max-width: 550px) {
	.botonera {
		display: none;
	}
	.contenido {
		width: 95%;
	}
}
.seccion_recuadro {
	width: 100%;
	margin-top: 30px;
	background-color: #014924;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	-webkit-box-shadow: -10px -10px 15px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: -10px -10px 15px -5px rgba(0,0,0,0.5);
	box-shadow: -10px -10px 15px -5px rgba(0,0,0,0.5);
	display: table;
}
.seccion_titulo {
	float: right;
	width: 97%;
	margin-top: 20px;
	border-bottom: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: bold;
}
.seccion_cuerpo {
	float: right;
	width: 97%;
}
.seccion_texto {
	/* float: left; */
	width: 100%;
}
.seccion_bajo_titulo {
	position: absolute;
	width: 80px;
	height: 6px;
	background-color: #FFFFFF;
}
.seccion_imagen {
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.imagen_marca {
	margin-top: 200px;
	width: 6px;
	height: 65px;
	background-color: #FFFFFF;
}

.seccion_recuadro_piso {
	clear: both;
	width: 100%;
	height: 10px;
	margin-top: -10px;
	padding: 0;
	margin: 0;
}
.seccion_formulario {
	text-align: center;
}
.recuadro_piso_izquierda {
	float: left;
	width: 200px;
	height: 10px;
	background-color: #FFFFFF;
}
.recuadro_piso_derecha {
	float: right;
	width: 50px;
	height: 6px;
	margin-top: 4px;
	background-color: #FFFFFF;
}

.sitio_pie_mail {
	float: left;
	margin-left: 10px;
}
.icono_mail {
	font-family: "FontAwesome";
	color: #333333;
	font-size: 20px;
	line-height: 24px;
}
.icono_mail:hover {
	color: #000000;
}
.sitio_pie_copyright {
	float: right;
	margin-right: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}

#div_botonera_movil {
	display: none;
	position: absolute;
	right: 20px;
	top: 115px;
}


