@charset "utf-8";
/* CSS RESETEO DE ESTILOS */
html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* para preservar line-height y apariencia de selectores */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*permitir escalado en IE*/
input, textarea, select {
*font-size:100%;
}
/*porque legend no hereda en ID */
legend {
	color:#000;
}
/* ----------------- FIN RESETEO ----------------------- */
body, html {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg0.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* ----------------- TOP ----------------------- */
#barra {
	width: 960px;
	overflow: visible;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 18px;
	color: #EED6D2;
	background-color: #78382e;
	font-size: 12px;
	padding-top: 2px;
}
#top {
	width: 960px;
	overflow: visible;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	height: 93px;
	font-size: 28px;
	color: #B48F89;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#top img {
	vertical-align: middle;
	margin-right: 40px;
}
/* ----------------- 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;
	padding-top: 20px;
}
/* --------------------- MENU ----------------------------- */
#menu {
	width: 250px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	clear: none;
	float: left;
}
#menu ul {
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	width: 250px;
}
#menu li {
	width: 250px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE2E0;
}
#menu li a {
	text-decoration: none;
	color: #78382E;
	display: block;
	width: 205px;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 45px;
	background-image: url(images/pin2.gif);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}
#menu li a:hover {
	color: #F56600;
	text-decoration: none;
	background-color: #F5F1F0;
	background-image: url(images/pin2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* ----------------------- CONTENIDO ------------------------------ */
#contenido {
	width: 690px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	left: 20px;
	clear: none;
	float: right;
	padding-right: 20px;
}
#contenido strong {
	color: #FF6600;
}
#contenido a:link, #contenido a:visited, #contenido a:active {
	color: #0000FF;
	text-decoration: underline;
}
#contenido a:hover {
	color: #000099;
	text-decoration: underline;
}
#contenido h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-weight: bold;
	clear: both;
	margin-bottom: 10px;
}
#contenido h1 {
	font-size: 36px;
	color: #78382E;
}
#contenido h2 {
	font-size: 20px;
	color: #B75446;
}
#contenido h3 {
	font-size: 18px;
	color: #CC8479;
	text-decoration: underline;
}
#contenido h4 {
	font-size: 16px;
	color: #669900;
	background-color: #f8fff1;
}
#contenido p {
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 16px;
	text-align: justify;
}
#contenido ul {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contenido li {
	margin-left: 15px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
}
#contenido .imgizq {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	clear: none;
	float: left;
	margin-right: 10px;
}
#contenido .imgborde {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	clear: none;
	float: right;
}
#detalle {
}
#detalle ul {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #333333;
}
#detalle li {
	margin-left: 40px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
}
/* ----------------- GALERÍA --------------------------- */
.igaleria{
	clear: none;
	float: left;
	border: 1px solid #78382E;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.marcoinf {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #78382E;
}
.p3 {
	font-size: 10px;
}
/* ---------------- 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;
}
/* ************************ TABLAS ***************************** */
.tabla table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 20px;
	clear: both;
}
.tabla td {
	vertical-align: top;
	text-align: center;
	padding: 5px;
	border: 1px solid #ccb3af;
	font-size: 12px;
	width: 33%;
}
.tabla img {
	border: 1px solid #78382e;
}
.tabla span {
	text-align: center;
	font-size: 10px;
	display: block;
}
/* *************** MAPA GOOGLE **************** */
#map {
	height: 300px;
	width: 684px;
	margin-top: 10px;
	border: 3px solid #78382e;
}
/* ******************************************** */
/* ************** MENSAJES ******************** */
/* ******************************************** */
.info, .ok, .atencion, .nok {  
    border: 1px solid;  
    margin: 10px 0px;  
    padding:15px 10px 15px 50px;  
    background-repeat: no-repeat;  
    background-position: 10px center;  
}  
.info {  
    color: #00529B;  
    background-color: #BDE5F8;  
    background-image: url('images/info.png');  
}  
.ok {  
    color: #4F8A10;  
    background-color: #DFF2BF;  
    background-image:url('images/ok.png');  
}  
.atencion {  
    color: #9F6000;  
    background-color: #FEEFB3;  
    background-image: url('images/atencion.png');  
}  
.nok {  
    color: #D8000C;  
    background-color: #FFBABA;  
    background-image: url('images/nok.png');  
}
/* ********************** PIE ********************** */
#pie {
	width: 100%;
	height: 60px;
	overflow: visible;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	background-image: url(images/bg3.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #F5F1F0;
	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;
}
