.Title_Header div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	background-color: #d02121;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.titulo_seccion {
	color: #2E2E2E;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696969;
}
.texto_contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-style: normal;
}

.preguntas_gdes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #272727;
	padding-bottom: 4px;
	padding-top: 10px;
	text-decoration: none;
	font-style: normal;
	background-color: #E9E9E9;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	padding-left: 2px;
}

.preguntas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #202020;
	padding-bottom: 7px;
	padding-top: 7px;
	text-decoration: none;
}

.sombras_imagenes{
	-webkit-box-shadow: -1px 6px 56px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 6px 56px -12px rgba(0,0,0,0.75);
	box-shadow: -1px 6px 56px -12px rgba(0,0,0,0.75);
	border-top-width: 30px;
	border-bottom-width: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	
}

.espacio_pasoapaso{
	padding-top:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-style: normal;
	vertical-align:top;
	padding-right: 4px;
}

.fondo_encabezado {
	background-image: url(fondo_encabezado.png);
	height: 80px;
	width: 100%;
	background-repeat: repeat;
}
