@charset "utf-8";
/* CSS Document */
html,body{
	margin:0px;
	height:100%;
	}
.testa {
	width:100%;
	height:100%;
	background-image: url(imagenes/fondo-web.jpg);
	background-repeat:no-repeat
}
#fondo {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.titulo_ppal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
}
.texto_comun {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	line-height: normal;
	font-variant: normal;
}
.texto_destacado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.texto_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
}
