@charset "utf-8";
/* CSS Document */
body, html {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/* ----------------------- TOP ------------------------------ */
#top {
	position: relative;
	height: 190px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(images/top.gif);
	background-repeat:  no-repeat;
}
/* ----------------------- BARRA ------------------------------ */
#barra {
	position: relative;
	height: 45px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(images/barra.gif);
	background-repeat:  no-repeat;
}
/* ----------------- PRINCIPAL ----------------------- */
#principal {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
}
/* --------------------- MENU ----------------------------- */
#menu {
	width: 235px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: none;
	float: left;
	overflow: visible;
	background-image: url(images/bg1.gif);
	background-repeat: no-repeat;
}
#menu ul {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	width: 235px;
}
#menu li {
	width: 235px;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAD5D5;
}
#menu li a {
	text-decoration: none;
	color: #7C0C0D;
	display: block;
	width: 235px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
#menu li a:hover {
	color: #E36C15;
	text-decoration: none;
	background-color: #FEF1F1;
	padding-right: 20px;
}
#menu p {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7C0C0D;
	display: block;
	width: 215px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 16px;
	text-align: right;
	padding-right: 20px;
	margin-top: 20px;
	background-image: url(images/bg2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
small {
	font-size: 8pt;
	color: #999999;
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	text-align: justify;
}
/* ---------------- CONTENIDO ---------------------- */
#contenido {
	width: 705px;
	top: 15px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: none;
	float: right;
	overflow: visible;
	left: 20px;
	margin-top: 17px;
}
#contenido h1 {
	font-size: 32px;
	color: #e36c15;
	margin-bottom: 5px;
}
#contenido h2 {
	font-size: 24px;
	color: #C00;
	margin-bottom: 5px;
}
#contenido p {
	line-height: 15px;
	margin-bottom: 10px;
}
#contenido strong {
	color: #C00;
}
#contenido table {
	border: 1px solid #e66d16;
	margin-bottom: 15px;
}
#contenido td {
	border: 1px solid #e66d16;
	padding: 5px;
}
#contenido .imgfull {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #e36c15;
	margin-bottom: 10px;
}
/* ---------------------------------- LISTADO ---------------------------------- */
#contenido ul, #contenido ol {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #333333;
}
#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;
}
/* ---------------------------------- IZQ DCH---------------------------------- */
.izq {
	clear: none;
	float: left;
	width: 284px;
	margin-top: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
	margin-bottom: 20px;
	padding-right: 20px;
	text-align: justify;
}
.dch {
	width: 380px;
	margin-top: 20px;
	clear: none;
	float: right;
	margin-bottom: 20px;
}
.izq strong, .dch strong {
	color: #C00;
}
.izq h4, .dch h4 {
	font-size: 17px;
	margin-bottom: 5px;
	color: #E36C15;
	font-weight: bold;
}
.izq p, .dch p {
	font-size: 12px;
	line-height: 14px !important;
	margin-bottom: 5px;
}
/* ********************** PIE ********************** */
#pie {
	width: 960px;
	height: 100px;
	overflow: visible;
	clear: both;
	background-color: #7C0C0D;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#pie p {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 16px;
	letter-spacing: 0.2em;
}
#pie strong {
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	color: #FFC8A4;
}
#pie a:link, #pie a:visited, #pie a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#pie a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ******************************************** */
/* ************** 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;
}  
.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');  
}
/* ---------------------------------- FORMULARIO ---------------------------------- */
#formulario {
	background-color: #fff2f4;
	border: 10px solid #CCCCCC;
	padding: 20px;
	width: 645px;
	margin-bottom: 20px;
}
#formulario fieldset {
	border: 1px solid #7c0c0d;
	padding: 20px;
	margin-bottom: 10px;
}
#formulario legend {
	padding: 5px;
	border: 1px solid #7c0c0d;
	background-color: #fff2f4;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #7c0c0d;
}
#formulario input, select, textarea {
	border:1px solid #7c0c0d;
	padding:3px;
	font-size: 14px;
	vertical-align: middle;
}
#formulario label {
	font-size: 14px;
	color: #7c0c0d;
	display: block;
	margin-top: 7px;
	font-weight: bold;
}
#enviar {
	background-color: #7c0c0d;
	color: #FFF;
	clear: both;
}
/* -------------------------- MAPA GOOGLE -------------------------- */
#map {
	height: 300px;
	width: auto;
	margin-top: 10px;
	border: 3px solid #CCCCCC;
	margin-bottom: 20px;
}
/* ---------------- S3SLIDER ------------------------ */
#slider {
	width: 705px; /* important to be same as image width */
	height: 200px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 705px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
#slider .sliderImage {
    float: left;
    position: relative;
	display: none;
}
#slider .sliderImage span {
	position: absolute;
	padding: 10px 13px;
	width: 705px;
	background-color: #7C0C0D;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}
#slider .clear {
	clear: both;
}
#slider .sliderImage span strong {
    font-size: 18px;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider ul {
	list-style-type: none;
}
.sliderImage {
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
	list-style-position: inside !important;
	list-style-type: none !important;
}
/* ---------------- CALENDARIO ---------------- */
#calendario{
	border-collapse: collapse;
	width: 235px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #7C0C0D;
	border-left-color: #7C0C0D;
	font-size: 14px;
	color: #7C0C0D;
	background-color: #FFFFFF;
	margin-top: 10px;
}
#calendario a:link, #calendario a:visited, #calendario a:active {
	color: #000000;
	text-decoration: none;
}
#calendario a:hover {
	color: #7C0C0D;
	text-decoration: underline;
}
#calendario #navegacion{
	background-color: #FFF;
	font-weight: bold;
	color: #FFFFFF;
}
#calendario #semana{
	background-color: #FDEAEA;
	font-weight: bold;
}
#calendario td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7C0C0D;
	border-bottom-color: #7C0C0D;
	text-align: center;
	color: #000000;
}
#calendario #diahoy{
	background-color: #FFC200;
}
#calendario #hoyevento{
	background-image: url(../images/hayeventohoy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFC200;
}
#calendario #evento{
	background-image: url(../images/hayevento.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
