/*
Generales
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #E6E1CA;
	background-image: url(/_img/comunes/fondo.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
	text-align: center;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*
Elementos de maquetación
*/

#base {
	width: 800px;
	margin: auto;
	text-align: left;
}

#superior {
	height: 25px;
	background-color: #E6E1CA;
	display: block;
	margin: 5px;
	padding: 5px;
}

#cabecera {
	height: 120px;
	background-color: #E6E1CA;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#menu {
	background-image: url(/_img/menu/fondo.gif);
	background-repeat: repeat-x;
	height: 35px;
	background-color: #ECE9D8;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#volver {
	height: 25px;
	background-color: #dbe2f0;
	display: block;
	margin: 5px;
	padding: 5px;
}

#contenido {
	background-color: #ECE9D8;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#inferior {
	height: 20px;
	background-color: #ECE9D8;
	margin: 5px;
	padding: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
}


/*
Tipos de letra
*/

.destacado {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.enlace {
	color: #000000;
	text-decoration: none;
}

a.enlace:hover {
	color: #041435;
	text-decoration: underline;
}

a.enlace_copy {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.enlace_copy:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}


/*
Utilidades
*/

.izq {
	float: left;
}

.der {
	float: right;
}


/*
Especiales
*/

.alerta {
	width: 100%;
	background-color: #fcd61b;
	border: 5px solid #b9a027;
	padding: 20px;
	color: #000000;
}

.noticia {
	padding-bottom: 1em;
	font-size: small;
}
.noticia .fecha {
	font-style: italic;
}
.noticia .titulo {
	font-weight: bold;
}
form#frm {
	background-color: #DADCE1;
	width: 40em;
	margin: 1em;
	padding-left: 1em;
	border: 1px solid #b9a027;
}
form#frm div label {
	display: block;
	margin: 0.5em;
}
form#frm div input, form div textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
form#frm div.botones {
	text-align: center;
	margin: 2em 1em 1em 1em;
}
form#frm div.botones input {
	background-color: #8B781D;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
