@charset "UTF-8";
/* CSS Document */

#encabezado
{
	height:1286px;
	margin:0 auto;
	width:780px;
}

#cabecera
{
	background:url(encabezado2.gif) no-repeat scroll center center transparent;
	float:left;
	height:265px;
	width:780px;
}

#cabecera form
{
	position:relative;	
	float:left;
	left:21px;
	margin:0;
	padding:0;
	top:229px;
}

#menu 
{
	position:relative;
	top:0px;

}

#menu ul, li 
{
	list-style-type: none;
}

#menu ul 
{
	margin:auto;
    padding: 0;
}

#menu li 
{
	float:left;
	
}

#menu a 
{
        text-decoration: none;
        color:#FFF;
		background:#000 url(menu.png) no-repeat center;
        display:block;
		width:85px; 
   		padding:0; 
        text-align: center;
        border: 1px solid #FFF;
        border-width: 0 1px 1px 0;
}

#margen a
{
	text-decoration: none;
        color:#FFF;
		background:#000 url(menu.png) no-repeat center;
        display:block;
		width:91px; 
   		padding:0; 
        text-align: center;ssss
}

#menu li 
{
        float: left;
}


#menu a:hover
{
        text-decoration: none;
        color:#000;
		background:#FFF url(menu2.png) no-repeat center;
}



