@charset "utf-8";
/* CSS Document */
body, html {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	background-color: #5F0100;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/* ********************** CABECERA ************************** */
#cabecera {
	height: 269px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(images/bg0.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: center top;
}
/* ********************** MENÚ ******************************* */
#menu {
	width: 960px;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 20px;
}
#menu ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 14px;
	font-weight: bold;
}
#menu li {
	display: inline;
	float: left;
}
#menu li a {
	text-decoration: none;
	color: #680000;
	display: block;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
#menu li a:hover {
	color: #CC0000;
	text-decoration: none;
}
/* ********************** PRINCIPAL ************************** */
#principal {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	clear: both;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/* ********************** CONTENIDO ************************** */
#contenido {
	width: 920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 20px;
}
#contenido strong {
	color: #990000;
}
#contenido p {
	line-height: 16px;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: justify;
}
#contenido h1 {
	font-size: 24px;
	font-weight: bold;
	color: #036;
	margin-bottom: 10px;
	margin-top: 20px;
}
#contenido h2 {
	font-size: 20px;
	font-weight: bold;
	color: #339900;
	margin-bottom: 10px;
	margin-top: 20px;
}
#contenido a:link, #contenido a:visited, #contenido a:active {
	color: #009;
	text-decoration: underline;
}
#contenido a:hover {
	color: #00F;
	text-decoration: underline;
}
#contenido .imgizq {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contenido .imgdch {
	clear: right;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contenido .imgcen {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contenido ul, #contenido ol {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 12px;
}
#contenido ul li {
	margin-left: 40px;
	padding-left: 0px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: square;
}
#contenido ol li {
	margin-left: 40px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 5px;
}
/* ********************** FORMULARIO ************************** */
form {
	background-color: #F4F2F0;
	border: 10px solid #CCCCCC;
	padding: 20px;
}
fieldset {
	border: 1px solid #728CA9;
	padding: 20px;
	margin-bottom: 10px;
}
legend {
	padding: 5px;
	border: 1px solid #728CA9;
	background-color: #C9D3DE;
	margin-bottom: 10px;
	font-weight: bold;
}
input {
	border:1px solid #888888;
	padding:3px;
	font-size: 14px;
}
label {
	font-size: 14px;
	color: #333333;
	display: block;
	margin-top: 7px;
	font-weight: bold;
}
.lista {
	display: inline !important;
	width: 285px;
	clear: none;
	float: left;
}
.tip {
	vertical-align: middle;
}
#enviar {
	background-color: #036;
	color: #FFF;
	clear: both;
}
/* *************** MAPA GOOGLE **************** */
#map {
	height: 350px;
	width: auto;
	margin-top: 10px;
	border: 3px solid #CCCCCC;
	margin-bottom: 10px;
}
/* ********************** MENSAJES ************************** */
.info, .ok, .atencion, .nok {
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 50px;
	font-size: 16px;
	line-height: 1.3em;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/info.png');
}
.info strong {
	font-weight: bold;
	color: #00529B !important;
}
.ok {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('images/ok.png');
}
.ok strong {
	font-weight: bold;
	color: #4F8A10 !important;
}
.atencion {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('images/atencion.png');
}
.atencion strong {
	font-weight: bold;
	color: #9F6000 !important;
}
.nok {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/nok.png');
}
.nok strong {
	font-weight: bold;
	color: #D8000C !important;
}
/* ********************** PIE ********************** */
#pie {
	width: 960px;
	height: 90px;
	overflow: visible;
	clear: both;
	padding-top: 20px;
	background-color: #6C5648;
	margin-right: auto;
	margin-left: auto;
}
#pie p {
	font-size: 10px;
	color: #DCD1CB;
	text-align: center;
}
#pie strong {
	font-weight: bold;
}
#pie a:link, #pie a:visited, #pie a:active {
	color: #DCD1CB;
	text-decoration: none;
}
#pie a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

