/* CSS Document */

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

#contenido .titular {
	font-size: 22px;
	color: #334D1B;
	font-weight: bold;
	float: left;
	padding-left: 20px;
	width: 600px;
	padding-top: 15px;
	padding-bottom: 30px;
	display: block;
}
#contenido .titular span {
	font-size: 9px;
	font-weight: normal;
	color: #181412;
	line-height: 18px;
}
#contenido .titular span.google{
	font-size: 22px;
	color: #334D1B;
	font-weight: bold;
	font-style:italic;
}
#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 span.google {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	display:inline;
	font-style:italic;
}
#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;
}
