/* GENERAL ///////////////////////////////////////////////// */
* {
	margin: 0;
	padding: 0;
}
i {
	display: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #000;
	font-size: 12px;
	background-color: #FFFFFF;
}


/* CONTENIDOS ///////////////////////////////////////////////// */
#contenidos-contenedor {
	background-color: #fff;
	text-align: left;
	margin: 0 auto;
}


#cabecera, #menu, #contenidos {
	width: 920px;
}
/* CABECERA ///////////////////////////////////////////////// */

#laterales {
	background-color: #7e86a4;
	height: 249px;
}

#cabecera {
	margin: 0 auto;
	height: 249px;
	background-color:#FFFFFF;
	background-image: url(../imagenes/foto-vedra.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}


#logo {
	float:left;
	width: 340px;
	
	
}

#logo p {
	margin: 10px 0 10px 0;
	padding: 4px 0 0 22px;
}

#bienvenida {
	float: right;
	width: 255px;
}

#bienvenida p{
	font-size: 11px;
	padding: 10px 25px 0 4px;
	text-align:justify;
}

/* MENU ///////////////////////////////////////////////// */

#fondo-menu {
	background-color: #FDD94F;
	margin-top: 2px;

}

#menu {
	margin: 0 auto;
	height: 30px;
	font-weight:bold;
}

#banderas {
	float:left;
	width:110px;
	height:30px;
	background-image:url(../imagenes/fondo-banderas.jpg);
	background-position:left;
	background-repeat: no-repeat;
}

#banderas img {
	border: 0;
	margin: 10px 0 0 10px;
}

#banner {
	float:left;
}

#banner img {
	border: 0;
	margin: 2px 0 0 0;
}

/* menu o botonera propamente dicho ///////////////////////////////////////////////// */
#botonera {
	float: right;
}

#botonera a {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	float: left;
	height: 30px;
	width:95px;
	padding: 5px 0 0 20px;
	text-decoration: none;
	background-image: url(../imagenes/menu-desactivo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#botonera a:hover {
	color:#000;
	font-weight: bold;
	background-image: url(../imagenes/menu-activo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a#boton_activo {
	font-weight: bold;
	width: 95px;
	height: 30px;
	background-image: url(../imagenes/menu-activo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:hover#boton_activo {

}



/* CONTENIDOS ///////////////////////////////////////////////// */

#contenidos {
	margin: 0 auto;
}
/* pie ///////////////////////////////////////////////// */
#datos {
	clear:both;
	margin-top: 2px;
	text-align: center;
	color:#000;
	background-color: #FDD94F;
}


#pie {
	height: 23px;
	text-align: center;
	color:#000;
}

#pie a, #datos a {
	color:#000;
	text-decoration:underline;
}

#pie a:hover, #datos a:hover {
	color:#000;
	text-decoration: none;
}