﻿* {
	padding:0;
	border:0;
	margin:0;
}
a {
	color:#800000;
}
a:hover {
	color:#dc7926;
}
h1 {
	font-size:24px;
	font-weight:normal;
	font-style:italic;
}
h2 {
	font-size:20px;
	font-weight:normal;
	font-style:italic;
}
ul {
	list-style:none;
}
ol {
	list-style:none;
}
.clearit {
	clear:both;
	font-size:0px;
	height:0px;
}

/*///////////////////////////////////////////////////////////////////////////////BODY*/

html {
	min-height:100%;
	height:100%;
}
body {
	background:#ffffe0 url('../images/bg.jpg') no-repeat center top;
	min-height:100%;
	height:100%;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#800000;
}
body.splash {
	background:#5f0403 url('../images/bg_splash.jpg') no-repeat center top;
	color:#ffffff;
}
div#page {
	width:960px;
	margin:auto;
	min-height:100%;
	height:100%;
}

/*///////////////////////////////////////////////////////////////////////////////SPLASH*/

div#splash {
	text-align:center;
}
div#splash a {
	color:#fcfbdd;
}
div#splash a:hover {
	color:#dc7926;
}
div#splash p {
	height:144px;
}
div#splash p a {
	display:block;
	padding-top:112px;
	color:#fcfbdd;
}
div#splash p a img {
	padding-right:8px;
}
div#splash blockquote {
	padding-top:16px;
}
div#splash blockquote img {
	padding:0px 8px;
}

/*///////////////////////////////////////////////////////////////////////////////HEADER*/
div#header {
	height:144px;
}
div#header div.menu {
	width:768px;
	float:left;
}
div#header div.menu p {
	padding:16px;
	text-align:right;
}
div#header div.menu p img {
	padding-left:8px;
}
div#header div.menu ul {
	padding-top:48px;
}
div#header div.menu ul li {
	width:128px;
	height:32px;
	float:left;
}
div#header div.menu ul li a {
	display:block;
	width:128px;
	height:32px;
	text-decoration:none;
	background:url('../images/bt_separador.gif') no-repeat right center;
}
div#header div.menu ul li a:hover {
	color:#ffffff;
	background:url('../images/bt_on.jpg') no-repeat center center;
}
div#header div.menu ul li a.select {
	color:#ffffff;
	background:url('../images/bt_on.jpg') no-repeat center center;
}
div#header div.menu ul li a span {
	display:block;
	text-align:center;
	padding-top:8px;
}
div#header div.logo {
	width:192px;
	float:left;
}
div#header div.logo p {
	padding-top:16px;
	text-align:center;
}
/*///////////////////////////////////////////////////////////////////////////////DESTACADO*/

div#destacado p {
	text-align:center;
}
div#destacado p span {
	display:block;
	height:480px;
	width:832px;
	margin:auto;
	padding:0px 8px 8px 8px;
	border:1px #800000 solid;
}
div#destacado p dfn {
	color:#ffffff;
}
div#destacado div#map {
	width:896px;
	height:384px;
}
div#destacado ul {
	padding-top:16px;
}
div#destacado ul li {
	width:320px;
	float:left;
}
div#destacado ul li big {
	display:block;
}
div#destacado ul li big a {
	color:#fcfbdd;
}
div#destacado ul li big img {
	padding-right:4px;
}
/*///////////////////////////////////////////////////////////////////////////////CONTENIDO*/
div#contenido {
	width:896px;
	margin:8px auto;
}
div#contenido p {
	padding: 8px 0px;
}
div#contenido ul {
	clear:both;
	margin-bottom:16px;
}
div#contenido ul li {
	width:116px;
	height:25px;
	margin-right:4px;
	float:left;
}
div#contenido ul li a {
	display:block;
	width:116px;
	height:25px;
	background:url('../images/bt_on.jpg') no-repeat center center;
	text-decoration:none;
	color:#ffffff;
}
div#contenido ul li a:hover {
	background:url('../images/bt_on_2.jpg') no-repeat center center;
}
div#contenido ul li a.select {
	background:url('../images/bt_on_2.jpg') no-repeat center center;
}
div#contenido ul li a span {
	display:block;
	text-align:center;
	padding-top:4px;
}
div#contenido ol {
	clear:both;
	margin-bottom:16px;
}
div#contenido ol li {
	width:224px;
	float:left;
}
div#contenido ol li dl dd {
	padding-left:16px;
	background:url('../images/ico_flecha_roja.gif') no-repeat left center;
}
/*///////////////////////////////////////////////////////////////////////////////FOOTER*/
div#footer {
	width:896px;
	margin:16px auto;
	clear:both;
	border-top: 1px #800000 solid;
}
div#footer ul {
	padding-top:16px;
}
div#footer ul li {
	width:448px;
	float:left;
}
div#footer ul li dfn {
	display:block;
	text-align:right;
}
div#footer ul li p {
	background:url('../images/ico_tel.gif') no-repeat left top;
	padding-left:16px;
}
div#footer ul li p a {
	font-weight:bold;
}
div#footer ul li dfn img {
	padding:4px;
	vertical-align:middle;
}


/*----------------------------Formulario----------------------------*/
form fieldset {
	color:#f9f6da;
	height:262px;
}
form fieldset h2{
	padding-bottom:8px;
	padding-right:32px;
}
form fieldset h1 {
	padding-left:16px;
	padding-bottom:16px;
}
form fieldset blockquote {
	padding-right:16px;
}
form span {
	clear:both;
	display:block;
	padding-bottom:4px;
	padding-left:16px;
}
form span label {
	display:block;
	width:96px;
	float:left;
	padding-top:6px;
}
form span input {
	width:160px;
	background:#f9f6da;
	padding:4px 0px 4px 4px;
	font-family:Arial;
	font-size:13px;
}
form span input:focus {
	background:#355da5;
	color:#ffffff;
}
form span textarea {
	width:224px;
	height:64px;
	background:#f9f6da;
	padding:4px 0px 4px 4px;
	font-family:Arial;
	font-size:13px;
}
form span textarea:focus {
	background:#355da5;
	color:#ffffff;
}
form small {
	display:block;
	padding-left:16px;
}
form small input.boton {
	width:128px;
	background:#f9f6da;
	color:#890e0c;
	padding:4px 0px 4px 4px
}
form fieldset span select {
	font-size:11px;
	border:none;
	
}











