﻿/* CSS layout */
#masthead {
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
}

#top_nav {
	background-color: #009999;
}

#container {
	position: relative;
	border-width: 1px;
	border-color: #000000;
	border-left-style: solid;
	border-right-style: solid;
	padding-left: 4px;
	padding-right: 4px;
}

#left_col {
	width: 212px;
	position: absolute;
	left: 4px;
	top: 0px;
}

#page_content {
	background-image: url(../imgcss/fondo1.gif);
	background-repeat: repeat-y;
}

#footer {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #660000;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
#mainpage {
	position: absolute;
	width: 980px;
	/*----*/
	
	left: 50%;
	margin-left: -490px;
	
	/*----*/
	background-color: #FFFFFF;
}
body {
	margin: 0px;
	background-color: #660000;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.botones_sup {
	background-color: #F3EBD8;
	width: 800px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 2px;
}
.fotologo{
	width: 800px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
.menu_arriba{
	float:right;
}
.menu_arriba_cont {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin-top: 3px;
	height: 147px;
	width: 163px;
	padding-left: 2px;
	padding-top: 1px;
}
a:link, a:visited {
	color:#8C0000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.top_titulo {
	background-image: url(../imgcss/fondo_top.gif);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 3px;
	background-repeat: repeat-x;
	padding-left: 4px;
	margin-right: 2px;
}
.contenedor {
}
.titulomenu {
	background-image: url(../imgcss/fondo_menu1.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding-top: 4px;
	padding-left: 15px;
}
.menu_iz {
	background-image: url(../imgcss/fondo_menu2.gif);
	background-repeat: no-repeat;
	background-color: #F3EBD8;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-top-style: none;
	height: 18px;
	padding-top: 4px;
	padding-left: 20px;
}
.separador {
background-color:#FFFFFF;
height:6px;
}
.cuadro {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-left: 216px;
	margin-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: justify;
}
.sub1{
	border-width: 1px;
	border-color: #000000;
	background-image: url(../imgcss/linea1.gif);
	background-repeat: no-repeat;
	height: 5px;
	font-size: 2px;
}
.sob1{
	margin-left: 216px;
}
.navegacion {
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
