/* CSS Document */

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

#contenido .icono {
	background-image: url(../_img/cab_icono_google.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 50px;
	height: 79px;
	padding-right: 20px;
}

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

#contenido .titular {
	font-size: 22px;
	color: #334D1B;
	font-weight: bold;
	float: left;
	padding-left: 20px;
	width: 580px;
	padding-top: 15px;
	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 .certificado_adwords{
	display:block;
	float:left;
	width:135px;
	background-image: url(../_img/icono_adwords_cabecera.jpg);
	background-repeat: no-repeat;
	background-position: 45px 21px;
	font-size: 9px;
	color: #8B8B8B;
	padding-top: 100px;
	text-align: center;
	padding-left: 15px;
}
#contenido .adwords {
	font-size: 12px;
	color: #333333;
	float: left;
	width: 420px;
	text-align: justify;
	height: 110px;
	padding-bottom: 40px;
	line-height: 18px;
	display: block;
	padding-left: 25px;
}
#contenido .adwords span {
	font-size: 16px;
	font-weight: bold;
	color: #334D1B;
	padding-bottom: 15px;
	display: block;
}
#contenido .adwords span.google {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	display:inline;
	font-style:italic;
}

#contenido .consejos {
	font-size: 12px;
	color: #333333;
	background-image: url(../_img/icono_consejos.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 180px;
	background-position: 20px 0px;
	width: 420px;
	text-align: justify;
	height: 110px;
	padding-bottom: 30px;
	padding-top: 10px;
	line-height: 18px;
}
#contenido .consejos span {
	font-size: 16px;
	font-weight: bold;
	color: #334D1B;
	padding-bottom: 15px;
	display: block;
}
#contenido .consejos span span.google{
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	color: #334D1B;
	display:inline;
}
#contenido .consejos span.google{
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-style:italic;
	display:inline;
}


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

#contenido #muneco {
	background-image: url(../_img/index_muneco.jpg);
	background-repeat: no-repeat;
	width: 620px;
	padding-left: 20px;
	float: left;
	background-position: 20px 0px;
	padding-top: 80px;
	padding-bottom: 40px;
}
#contenido #muneco .preguntas {
	width: 600px;
	padding-left: 5px;
	padding-top: 6px;
	background: none;
	padding-bottom: 0px;
}
#contenido #muneco .respuestas {
	width: 420px;
	padding-left: 5px;
	padding-top: 40px;
	float: left;
}

#contenido #muneco p {
	font-size: 16px;
	font-weight: bold;
	color: #4F5416;
	width: 300px;
	text-align: center;
	padding-bottom: 15px;
}
#contenido #muneco .num {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	padding-left: 17px;
	line-height: 25px;
}
#contenido  #muneco  .num  span  {
	font-weight: bold;
	color: #334D1B;
}
#contenido  #muneco  .num span.google{
	color: #000000;
	font-weight:normal;
	font-style:italic;
}
#contenido #muneco .texto_preg {
	font-size: 14px;
	float: left;
	padding-top: 90px;
	width: 160px;
	font-weight: normal;
	text-align: left;
}
