@charset "utf-8";
/* CSS Document */

body, html {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	background-color: #5E0C00;
}
/* ---------------------------- TOP ------------------------------------- */
#top {
	width: 960px;
	height: 335px;
	clear: both;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
/* ------------------ CONTENEDOR ------------------------------------- */
#contenedor {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #350000;
	overflow: hidden;
}
/* ------------------ COLIZQ ------------------------------------- */
#colizq {
	width: 260px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: none;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#colizq ul {
	width: 260px;
}
#colizq li {
	width: 260px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #710000;
}
#colizq li a {
	text-decoration: none;
	color: #F60;
	display: block;
	width: 200px;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#colizq li a:hover {
	color: #FFF;
	text-decoration: none;
}
#colizq p {
	font-weight: bold;
	font-size: 16px;
	background-image: url(images/bg3.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 5px;
	padding-bottom: 2px;
}
/* ------------------ COLDCH ------------------------------------- */
#coldch {
	width: 640px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: none;
	float: left;
	overflow: hidden;
	margin: 20px;
}
#coldch a:link, #coldch a:visited, #coldch a:active {
	color: #0000FF;
	text-decoration: underline;
}
#coldch a:hover {
	color: #900;
}
#coldch h1 {
	color: #F60;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#coldch h2 {
	color: #F60;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#coldch h3 {
	color: #3366FF;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#coldch h4 {
	color: #999;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#coldch p {
	color: #FFF;
	margin-bottom: 10px;
}
#coldch strong {
	font-weight: bold;
}
#coldch ul, #coldch ol {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #333;
}
#coldch ul li {
	margin-left: 30px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
#coldch ol li {
	margin-left: 30px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 18px;
}
/* ---------------- FORMULARIO --------------------- */
form {
	overflow: visible;
	width: 99%;
}
label {
	display:block;
	font-weight:bold;
	color: #78382e;
	margin-bottom: 5px;
}
fieldset {
	border:1px solid #78382e;
	padding: 10px;
	margin-bottom: 10px;
}
legend {
	color: #78382e;
	font-weight:bold;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	border: 1px solid #78382e;
}
select, input, textarea {
	border: 1px solid #78382e;
}
/* ********************** PIE ********************** */
#pie {
	width: 100%;
	height: 60px;
	overflow: visible;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #660000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCB3AF;
}
#pie p{
	font-size: 12px;
	color: #78382E;
	text-align: center;
}
#pie a:link, #pie a:visited, #pie a:active {
	color: #78382E;
	text-decoration: none;
}
#pie a:hover {
	color: #78382E;
	text-decoration: none;
}

/*------------------------------*/
.foto_borde {
	border: 1px solid #CC0033;
}

/* *************** MAPA GOOGLE **************** */
#map {
	height: 300px;
	width: 620px;
	margin-top: 10px;
	border: 3px solid #78382e;
}

