/* CSS Document */

* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#contenido h2 {
	font-size:14px;
	font-weight:bold;
	color:#A4980C;
	padding-top: 14px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 538px;
	float: left;
}
#contenido h2 span {
	color:#334D1B;
	font-size:18px;
}

/*---------------- CONTENIDO WEB -----------------------*/

#contenido .titular {
	font-size: 22px;
	color: #334D1B;
	font-weight: bold;
	float: left;
	padding-left: 20px;
	width: 530px;
	padding-top: 15px;
	padding-bottom: 30px;
}
#contenido .titular span {
	font-size: 9px;
	font-weight: normal;
	color: #181412;
	line-height: 18px;
}
#contenido .cont {
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
	width: 585px;
	float: left;
	text-align: justify;
	padding-bottom: 40px;
	line-height: 18px;
}
#contenido .cont .titulo {
	font-size: 18px;
	font-weight: bold;
	color: #A4980C;
}
#contenido .cont span {
	font-size: 14px;
	font-weight: bold;
	color: #4F5416;
}
#contenido .cont .subtitulo {
	font-size: 12px;
	color: #A4980C;
}



/*----------------- CONTENIDO PREGUNTAS RESPUESTAS --------------*/

#contenido #muneco {
background-image: url(../_img/quienes_somos_muneco.jpg);
background-repeat: no-repeat;
width: 290px;
float: left;
background-position: 20px 0px;
padding-left: 315px;
padding-top: 15px;
padding-bottom: 250px;
}
#contenido #muneco p {
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 18px;
}
#contenido #muneco p span {
font-size: 21px;
font-weight: bold;
color: #4F5400;
line-height: normal;
}
#contenido #muneco p .pregunta {
	font-size: 20px;
	font-weight: normal;
	color: #4F5400;
	line-height: normal;
}
