@charset "utf-8";
/* CSS Document */
#contenedor{
margin:0 auto 0 auto;
width:770px;
overflow:hidden;
}
#header{
width:770px;
height:87px;
overflow:hidden;
	}
#logo{
	margin: 10px;
	float:left;
}
#titular{
    text-indent: -5000px; 
	float:right;
	margin: 10px;
	background-image: url(../img/titular_cabecera.gif);
	height: 38px;
	width: 251px;
}
#menu{
	width:770px;
	height:28px;
	overflow:hidden;
	text-align: right;
	}
#flash{
width:770px;
height:150px;
border-top: #f6a20a 1px solid;
overflow:hidden;
	}
#contenido{
width:770px;
overflow:hidden;
	}
	
#footer {
	width:770px;
	overflow:hidden;
	color:#666666;
	padding:10px;
	text-align: center;
}	
	
#right {
	float:right;
	font-family:Verdana;
	margin:10px;
	color:#666;
	font-size:9px;
	text-decoration:none;
}
#right a{
	color:#666;
	text-decoration:none;
}
