@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../imagenes/fondo5.png);
	background-attachment:fixed;
	background-position:bottom center;
}

.campos {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.titulos {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#C10000;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-color:#C10000;
}

.pie {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
}

.firefox {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
}

.boton_inicio {
	width:980px;
	background-color:white;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

/*separador de menu y contenido*/
.div_menu {
	border-right-style: solid;
	border-right-color:#58595B;
	border-right-width:thin;
}