@charset "utf-8";
body, html {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* ----------------- PRINCIPAL ----------------------- */
#principal {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
/* --------------------- MENU ----------------------------- */
#menu {
	width: 280px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	clear: none;
	float: left;
	margin-top: 120px;
}
#menu ul {
	font-size: 10px;
	list-style-type: none;
	list-style-image: none;
	width: 250px;
}
#menu li {
	width: 280px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8E0E8;
	font-weight: bold;
}
#menu li a {
	text-decoration: none;
	color: #003366;
	display: block;
	width: 205px;
	padding-top: 6px;
	padding-bottom: 7px;
	background-image: url(images/bg0.gif);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	padding-left: 10px;
}
#menu li a:hover {
	color: #003366;
	text-decoration: none;
	background-color: #EFF3F6;
	background-image: url(images/bg0.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* ----------------------- CONTENIDO ------------------------------ */
#contenido {
	width: 660px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	clear: none;
	float: right;
	margin-top: 30px;
}
#contenido #titulo {
	font-size: 36px;
	color: #FFFFFF;
	clear: right;
	margin-bottom: 40px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
#contenido strong {
	color: #003366;
	font-weight: bold;
}
#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;
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;
}
#contenido h1 {
	font-size: 28px;
	color: #CC0000;
}
#contenido h2 {
	font-size: 20px;
	color: #FF6600;
}
#contenido h3 {
	font-size: 20px;
	color: #7e9f20;
}
#contenido h4 {
	font-size: 16px;
	color: #669900;
	background-color: #f8fff1;
}
#contenido p {
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 16px;
}
#contenido .foto {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #003366;
}
/* ------- LISTA ------------ */
#lista {
}
#lista ul {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #333333;
}
#lista li {
	margin-left: 40px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
}
/* ---------------- FORMULARIO --------------------- */
form {
	overflow: visible;
	width: 99%;
}
label {
	display:block;
	font-weight:bold;
	color: #7e9f20;
	margin-bottom: 5px;
}
fieldset {
	border:1px solid #D70202;
	padding: 10px;
	margin-bottom: 10px;
}
legend {
	color: #D70202;
	font-weight:bold;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	border: 1px solid #D70202;
}
select {
	border: 1px solid #666666;
}
input:focus, textarea:focus {
	background-color: #FFFFCC;
}
/* *************** MAPA GOOGLE **************** */
#map {
	height: 300px;
	width: 684px;
	margin-top: 10px;
	border: 3px solid #d70202;
}
/* ******************************************** */
/* ************** MENSAJES ******************** */
/* ******************************************** */
.info, .ok, .atencion, .nok {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
}  
.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: 80px;
	overflow: visible;
	clear: both;
	margin-top: 10px;
	padding-top: 20px;
	background-position: center;
	background-color: #003366;
}
#pie p{
	font-size: 12px;
	color: #DDECFF;
	text-align: center;
}
#pie strong {
	font-weight: bold;
}
/* ********************* GALERIA ******************************* */
#galeria{
	padding-top: 10px;
	padding-bottom: 10px;
}
#galeria .marco {
	text-align: center;
	border: 1px solid #7e9f20;
	padding: 5px;
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#galeria img {
	background-color: #FFFFFF;
	border: 1px solid #DFEFAD;
	clear: both;
	padding: 4px;
}
#galeria p {
	font-size: 10px;
	color: #666666;
}
/* ---------------- S3SLIDER ------------------------ */
#slider {
	width: 670px; /* important to be same as image width */
	height: 238px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-bottom: 15px;
}
#sliderContent {
    width: 670px; /* 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: 670px;
	background-color: #003366;
	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;}
/* ****************** CALENDARIO ******************** */
#calendario{
	border-collapse: collapse;
	width: 220px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #7e9f20;
	border-left-color: #7e9f20;
	font-size: 14px;
	color: #7e9f20;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#calendario a:link, #calendario a:visited, #calendario a:active {
	color: #000000;
	text-decoration: none;
}
#calendario a:hover {
	color: #000066;
	text-decoration: underline;
}
#calendario #navegacion{
	background-color: #7e9f20;
	font-weight: bold;
	color: #FFFFFF;
}
#calendario #semana{
	background-color: #f3f6ea;
	font-weight: bold;
}
#calendario td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7e9f20;
	border-bottom-color: #7e9f20;
	text-align: center;
	color: #000000;
}
#calendario #diahoy{
	background-color: #fffb88;
}
#calendario #hoyevento{
	background-image: url(../images/hayeventohoy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fffb88;
}
#calendario #evento{
	background-image: url(../images/hayevento.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
