body{
	margin:0px;
	font: 76% arial,sans-serif;
}

div#header{
	height:140px;
}

div#botones{
	padding-top:70px;	
	padding-left:240px;
}

div#portada_abajo{
	width:799px; 
	height:158px; 
	background:url(portada_abajo.png) no-repeat;
}

div#portada_arriba{
	width:799px; 
	height:290px;	
	background:url(portada_arriba.png) no-repeat;
}

div#portada_arriba.marca{
	width:799px; 
	height:290px;	
	background:url(portada_marca.png) no-repeat;
}

div#zona_login{
	width:300px; 
	height:30px;
	padding-left:550px;
	padding-top:20px	
}

div#footer{
	font-size:11px;
	padding-top:10px;
}

div#texto{
	text-align:justify;
	padding:30px;
}

input.datos{
	font-size: 10px;
	font: arial,sans-serif;
	height:16px;
	border-width:0;	
}

input.boton{
	background-color:#732d2f;
	height:16px; 
	width:60px;
	border-width:0;
	color:white;
	padding-bottom:20px;
	font-size: 12px;
	font: arial,sans-serif;
	cursor:pointer;
	cursor:hand;
}

#botones a{	
	padding: 70px 0px 0px 130px;		
	float:left;
}

a#boton_proyecto{		
	background: url("boton1.jpg") top left no-repeat;	
}

a#boton_proyecto:hover{
	background: url("boton1a.jpg") top left no-repeat;
}

a#boton_plataforma{		
	background: url("boton2.jpg") top left no-repeat;
	margin-left:0px;		
}

a#boton_plataforma:hover{
	background: url("boton2a.jpg") top left no-repeat;
}

a#boton_participacion{		
	background: url("boton3.jpg") top left no-repeat;
	margin-left:0px;		
}

a#boton_participacion:hover{
	background: url("boton3a.jpg") top left no-repeat;
}