/*Estilos pagina 1 y 2*/
body {
background:#F2F5FE url(imagenes/fondo.gif) repeat-x;
font-size: 'Open Sans', sans-serif;
}



#cabecera p span {

	color: #fff;
	background-color: #f00;
}

#titulo h1, h3 {

	font-size: 18px;
	color:#4e4e4e;;
}

#titulo h2 {

	margin: 5px 0 10px;
	color: #4e4e4e;
	font: 400 17px 'Titillium Web', sans-serif;
	padding: 10px;
	background-color: #f3f3f3;
	
}

p {

	color:#4e4e4e;
	font-size: 14px;
	line-height: 1.4;	
}

p span {

	font-size: 11px;

}

























