/*
Generales
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	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: 100%;
	margin: auto;
	text-align: left;
}

#superior {
	background-color: #fcd61b;
	display: block;
	border-bottom: 5px solid #b9a027;
}

#contenido {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 10px;
}

#inferior {
	height: 20px;
	background-color: #dadce1;
	margin: 5px;
	padding: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
	text-align: center;
}


/*
Tipos de letra
*/

.titulo {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.destacado {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.enlace {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.enlace:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

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;
}
