/* Estilos para la maquetacion del web del Parque Ferial deVegadeo. */


/* Estilos para la zona de contenidos ------------------------------------------------------------------------*/
#contenidos {	
	margin-left: 13px;		
	margin-right: 13px;			
	margin-top : 0px;	
	width: 898px;	
	background-color: #FFFFFF;	
	background-image : url(../imagenes/fondo_contenidos_equip.jpg);
	background-repeat : repeat-y;
	text-align : left;	
	font-size: 75%; 		
	clear: both;
}

/* Estilo para el menu principal */
#menuppal {
	width: 898px;
	height : 31px;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom : -12px;
	padding: 0px 0px 0px 0px;	
	background-image:  url("../imagenes/fondo_menu_equip.jpg");
	background-repeat: no-repeat;
}
*html #menuppal {
	margin-bottom : 0px;
}
#col_der2 {
    width: 500px;
	margin: 0px 0px 0px 20px;	
	padding: 0px 0px 0px 0px;	
	text-align: left;
	float: left;
}
.botones {
   width : 450px;
	height : 30px;	
	padding: 10px 0px 0px 10px;
	margin: 10px 0px 50px 0px;
	color : #FF8500;	
	text-align : center;
	vertical-align: middle;
}
*html .botones{		
	margin: 10px 0px 20px 0px;
}
.botones a, botones a:hover, botones a:visited{
	color : #FF8500;	
	text-decoration : none;
}
