body{
	background-image: url(../img/tile.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #666;
}
#principal{
	position: absolute;
	width: 950px;
	margin-left: -475px;
	left: 50%;
}
.clear{
	clear: both;
}
.logo{
	background: url('../img/logo.gif') no-repeat left bottom;
	width: 150px;
	height: 41px;
	padding-top: 18px;
	margin-bottom: 6px;
	float: left;
	text-decoration: none;
	text-indent: -9999em;
}

#cabecera{
	background-image: url(../img/img_ppal-01.jpg);
	height: 420px;
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
#cabecera .texto{
	padding-top:10px;
	margin-bottom: 40px;
}


#cabecera .texto p{
	text-align: right;
	width: 500px;
	color: #c3d0f5;
	font-family: Droid Sans;
	font-size: 20px;
	float: right;
	margin-right: 30px;
}

#cabecera strong{
	color: White;
}
#cabecera a{
	color: #c3d0f5;
	font-family: Droid Sans;
	font-size: 20px;
	text-align: right;
	float: right;
	width: 500px;
	margin-right: 30px;
}

.bloque{
	float: left;
	width: 430px;
	margin-left: 30px;
	font-size: 16px;
	text-align: left;
}
.bloque h2{
	font-family: Droid Sans;
	font-size: 24px;
	color:#1e1e91;
	font-weight: normal;
	text-align: left;
}