@charset "utf-8";

body {
	margin: 0px;
	background-image: url(images/fondo_pixel.jpg);
	background-repeat: repeat;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#superior {
	text-align:center;
	height: 505px;
	width: 100%;
	margin: 0px;
	background-color:#FFFFFF;
	background-image: url(images/fondoUP_pixel.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#contenedor {
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width: 954px;
	height: 448px;
	background-color:#FFFFFF;
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#barralogo {
	margin:0px;
	width:auto;
	height:70px;
	text-align:right;
	background-color: #FFFFFF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#bloque1{
	float:left;	
	margin-left:17px;
	margin-top: 24px;
	width:327px;
	height:174px;
	background-color:#FFFFFF;
}
#bloque2{
	float:left;	
	margin-left:18px;
	margin-top: 24px;
	width:327px;
	height:174px;
	background-color:#FFFFFF;

}
#bloque3{
	float: right;
	margin-right: 19px;
	margin-top: 24px;
	width:226px;
	height:340px;
	background-color:#FFFFFF;

}