body{
	background-color: black;
}

.enlaceInterior{
	color: orange !important;
}

#encabezado{
	width: 100%;
	text-align: center;
}
#encabezado img{
	width: 100%;
	height: 65%;
}
#menu{
	position: relative;
}

a:link{
	text-decoration: none;
	color: white;
}

a:visited{
	text-decoration: none;
	color: white;
}

a:hover{
	text-decoration: none;
	color: white;
}

a:active{
	text-decoration: none;
	color: white;
}

.elemento_menu{
	display: inline;
	margin: 10px;
	padding: 15px;
	font-family: 'Dancing Script', "Comic Sans MS";
	font-size: 2.35em;
	text-align: center;
}

li .activo{
	color: #a92229;
}

#contenedor{
	position: relative;
	top: 10px;
	height: 100%;
}

#contenido{
	position: relative;
	top: 20px;
	margin: auto;
	width: 73%;
	min-height: 300px;
}

.elemento_menu:hover{
	color: #f19300;
	text-shadow: 2px 2px 12px white;
}

.parrafo{
	font-family: 'Dancing Script', "Comic Sans MS";
	font-size: 1.61em;
	color: white;
	text-align: justify;
}

.titulo{
	font-family: 'Dancing Script', "Comic Sans MS";
	font-size: 1.83em;
	font-weight: bold;
	color: white;
	text-align: justify;
}
.listado{
	font-family: 'Dancing Script', "Comic Sans MS";
	font-size: 1.23em;
	font-weight: normal;
	color: white;
	text-align: justify;
}

.titulo > a, .parrafo > a{
	font-weight: normal;
	color: blue;
}
.descarga{
	font-family: Arial, "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	line-height: 170%;
}

.contactar{
	font-weight: bold;
	margin:0;
	width: 26px;
	height: 26px;
}


.contactar2{
	font-weight: bold;
	margin:0;
	width: 36px;
	height: 36px;
}

footer{
	width: 100%;
	background-color: rgba(253,155,234,1);
	background-image: url("../imagenes/encabezado2.jpg");
	text-align: center;
	clear: left;
	margin-top: 20px;
}

.respuesta{
	font-style: italic;
}

.respuesta>a{
	text-decoration: underline;
	text-decoration-color: orange;
}


.pregunta{
	font-weight: bold;
	text-decoration: underline;
}

#contenedorPie{
	width: 100%;
	margin: auto;}

#lateralIzq{
	text-align: left;
	width: 35%; 
	float:left; /*Aqui determinas de lado quieres quede esta "columna" */
	line-height: 126px; /* Ojo! solo cuando sea una línea */
}

#lateralDcha{
	font-family: 'Dancing Script', "Comic Sans MS";
	font-size: 1.16em;
	margin-right: 7%;
	text-align: right;
	color: black;
}