@charset "utf-8";

/* CSS Document */
body {
	background: white;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link,a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

a:active,a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}

a.home:link,a.home:visited {
	font-weight: 100;
	color: black;
	text-decoration: none;
}

a.home:active,a.home:hover {
	font-weight: 100;
	color: black;
	text-decoration: underline;
}

#contenido a:link, #contenido a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

#contenido a:active, #contenido a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}

.separador {
	color:       #CC0000;
	font-size:   14px;
	font-weight: bold;
}

div.contenido {
	background: white url(media/fondo-contenido.gif) repeat-x;
	border: 1px solid #999999;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	
	overflow: hidden;
}

h1 {
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin-top: 18px;
	margin-bottom: 18px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: #CC0000;
}

h3 {
	margin-top: 18px;
	margin-bottom: 18px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 13px;
	font-weight: bold;
	color: black;
}

p, input, normal {
	font-size:   12px;
	margin:      3px 0px 3px 0px;
}

.migas {
	font-size: 11px;
	color: black;
	margin: 5px 0px 0px 0px;
	text-transform: uppercase;
	text-align: right;
}

/* -- menu - */
.menu {
	font-size: 11px;
	font-weight: bold;
	margin: 1px 0px 1px 10px;
	color: white;
}

a.menu:link, a.menu:active, a.menu:visited {
	color: white;
	text-decoration: none;
}

a.menu:hover {
	color: white;
	text-decoration: none;
}