body {
	padding: 0px;
	margin: 0px;
	font: 10pt Tahoma, Arial, Helvetica, Sans-serif;
	background-image: url('../img/top_bg.png');
	background-repeat: repeat-x;
}

h4 {color: blue; font-size: 11pt; font-weight: bold}
h3 {color: #7E96DD; font-size: 11pt; font-weight: bold}
h2 {color: #4664be; font-size: 12pt; font-weight: bold}
h1 {color: #3250aa; font-size: 14pt; font-weight: bold}

button, input, textarea, select {padding: 1px; font-size: 8pt}

a:link, a:visited {text-decoration: none; color: #be0000}
a:hover {text-decoration: underline; color: #001e8c}

.correcto {
	font-size: 12pt;
	font-weight: bold;
	color: green;
}

.error {
	font-size: 11pt;
	font-weight: bold;
	color: red;
}

.boton:link, .boton:visited, .boton:hover {
	display: block;
	padding-top: 5px;
	width: 120px;
	height: 25px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #130b64;
	color: #130b64;
	text-decoration: none;
	text-align: center;
	background-image: url('../img/button_bg.gif');
}

.reducido {font-size: 8pt}
.suave {color: #888888; font-size: 8pt}

.sombreado {
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #c3d7fa;
}

.espaciado_izq {padding-left: 10px}
.espaciado_der {padding-right: 10px}

.ancho_info {width: 40px}

#pagina {width: 1000px}

#titulo {
	height: 110px;
	color: #ffffff;
	background-image: url('../img/title_bg.png');
	background-repeat: no-repeat;
}
#titulo a:link, #titulo a:visited, #titulo a:hover {color: #001e8c}

#login {margin-right: 25px}

#zona_menus {
	height: 80px;
	background-image: url('../img/header_bg.png');
	background-repeat: no-repeat;
}

#menu a:link, #menu a:visited {font-size: 11pt; text-decoration: none; color: #be0000}
#menu a:hover {font-size: 11pt; text-decoration: underline; color: #001e8c}
#submenu a:link, #submenu a:visited {font-size: 9pt; text-decoration: none; color: #be0000}
#submenu a:hover {font-size: 9pt; text-decoration: underline; color: #001e8c}

#menu {
	width: 100%;
	height: 45px;
	margin-top: 10px;
}

#submenu {
	width: 100%;
	height: 25px;
}

#contenido {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 60px;
	padding-right: 60px;
	background-image: url('../img/content_bg.png');
	background-repeat: repeat-y;
}

#final {
	height: 40px;
	padding-top: 8px;
	text-align: center;
	color: #666666;
	background-image: url('../img/footer_bg.png');
	background-repeat: no-repeat;
}
#final a:link, #final a:visited, #final a:hover {color: #000000; text-decoration: none}
