@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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;
}
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;
}

/* ************** FIN DEL RESETEO ********************** */
* {
	font-family: "Trebuchet MS", Georgia, Times, serif;
}
body, html {
	color: #333333;
	min-height: 100%;
	height: 100%;
	background-color: #CCCCCC;
	background-image: url(images/bg0.gif);
	background-repeat:  repeat-y;
	background-position: center;
}
#principal {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/bg3.gif);
	background-repeat: repeat-y;
}
/* ****************** CABECERA *************************** */
#cabecera {
	height: 260px;
	width: 960px;
}
#cabecera .imglogo {
	height: 260px;
	width: 678px;
	clear: none;
	float: left;
	position: relative;
}
#cabecera .imglogo2 {
	height: 132px;
	width: 213px;
	clear: none;
	float: right;
}
/* ****************** BARRA MENÚ HORIZONTAL *************************** */
#menubar {
	background-image: url(images/bg2.gif);
	background-repeat:     repeat-x;
	height: 33px;
	width: 960px;
	font-size: 14px;
}
#menubar a:link, #menubar a:visited, #menubar a:active {
	color: #EEFF9F;
	text-decoration: none;
	border: 1px solid #333333;
	padding-right: 10px;
	padding-left: 10px;
}
#menubar a:hover {
	color: #FFFFFF;
	border: 1px solid #666666;
	padding-right: 10px;
	padding-left: 10px;
	height: 50px;
	text-decoration: none;
}
#menubar ul {
	margin-left: 20px;
	padding-top: 4px;
	padding-bottom: 3px;
}
#menubar li {
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 0px;
}
/* **************************************************************** */
/* *************** COLUMNA IZQUIERDA ****************************** */
/* **************************************************************** */
#col1 {
	width: 220px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	clear: none;
	float: left;
	font-size: 14px;
}
/* ************************************************************* */
/* ********************* FORMULARIOS *************************** */
/* ************************************************************* */
form {
	overflow: visible;
}
label {
	display:block;
	font-weight:bold;
	color: #FF6600;
	padding-left: 12px;
}
fieldset {
	border:1px solid #999999;
	padding: 10px;
	margin-bottom: 10px;
}
legend {
	color: #999999;
	font-weight:bold;
	background-color: #FFFFFF;
	padding: 3px;
	margin: 5px;
	border: 1px solid #999999;
}
input, textarea {
	border: 1px solid #666666;
	width: 350px;
}
select {
	border: 1px solid #666666;
}
input:focus, textarea:focus {  
 background:#FFF799;  
}
/* ************************************************* */
/* ********************** LOGIN ******************** */
/* ************************************************* */
#login {
	width: 720px;
	clear: none;
	float: left;
	padding-top: 3px;
	text-align: right;
	padding-right: 20px;
}
#login p{
	color: #666666;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#login input {
	vertical-align: middle;
	display: inline;
}
#login .campo {
	font-size: 14px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	border: 1px solid #dbdbdb;
	display: inline;
}
#login .go {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 22px;
	border: 1px solid #dbdbdb;
	color: #666666;
	width: 70px;
}
/* ******************************************************** */
/* *************** MENU JQUERY **************************** */
/* ******************************************************** */
ul.menu, ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding-left: 10px;
	width: 180px;
}
ul.menu a {
	display: block;
	text-decoration: none;
}
ul.menu li {
	margin-top: 1px;
}
ul.menu li a {
	padding: 2px;
	background-image: url(images/pin4.gif);
	background-position: left center;
	padding-left: 10px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
ul.menu li ul li a {
	color: #000099;
	font-size: 12px;
}
ul.menu li ul li a:hover {
	background-color: #FFFFF0;
	color: #0000CC;
}
a#mm:link, a#mm:visited, a#mm:active {
	color: #4c5c03;
	font-weight: bolder;
	background-image: url(images/pin3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
}
a#mm:hover {
	color: #000000;
	font-weight: bolder;
	text-decoration: underline;
}
/* ************************************************ */
/* ************ COLUMNA 2 ************************* */
/* ************************************************ */

#col2 {
	width: 690px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	top: 20px;
	left:20px;
	clear: none;
	float: left;
}
#col2 a:link, #col2 a:visited, #col2 a:active {
	color: #0033FF;
	font-weight: normal;
}
#col2 a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#col2 h1 {
	color: #05419B;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 5px;
	background-image: url(images/pin1.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 24px;
}
#col2 h2 {
	color: #CC0000;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 15px;
	clear: both;
	background-image: url(images/bg9.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
#col2 h3 {
	color: #000000;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 15px;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
#col2 p {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: justify;
}
#col2 ul {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#col2 li {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: none;
}
/* ------------------------------------------------------------------ */
/* -------------------------- TURISMO ------------------------------- */
/* ------------------------------------------------------------------ */
.turimg {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* ------------------------------------------------------------------ */
/* -------------------------- RUTAS ------------------------------- */
/* ------------------------------------------------------------------ */
.rutimg {
	background: #fff;
	/*border: solid 1px #ccc; */
	padding: 4px;
	/*margin-left: 10px; */
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	/*clear: none; */

}

/* --------------- CAJA CONTENIDO ----------------------------------- */
.cont {
	clear: both;
	float: left;
	overflow: visible;
	width: 680px;
	margin-bottom: 15px;
	background-image: url(images/bgcont.jpg);
	background-repeat: repeat-x;
	border: 1px solid #D7D7D7;
	padding: 10px;
}
.cont h2 {
	font-size: 18px;
}
.contfot {
	width: 680px;
	clear: both;
	float: left;
	overflow: visible;
	border: 1px solid #e0e0e0;
	background-color: #f5f5f5;
	padding-bottom: 10px;
}
.fecha {
	font-size: 10px;
	color: #999999;
}
.img1 {
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.img2 {
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.img3 {
	clear: none;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.cajap {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* ************************************************** */
/* ******************* PIE PÁGINA ******************* */
/* ************************************************** */
#pie {
	height: 75px;
	width: 960px;
	background-color: #000000;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 45px;
	background-image: url(images/pie.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pie p {
	font-size: 12px;
	color: #999999;
	text-align: center;
}
#pie a:link, #pie a:visited, #pie a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#pie a:hover {
	color: #FF9900;
	text-decoration: underline;
}
/* ******************************************** */
/* ************** 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');  
}
/* ************************************************** */
/* ****************** GALERÍA *********************** */
/* ************************************************** */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery ul {
	list-style: none;
}
.gallery li {
	float: left;
	position: relative;
	margin-bottom: 10px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.gallery span {
	width: 35px;
	height: 12px;
	display: block;
	position: absolute;
	top: -4px;
	left: 25px;
	background: url(images/tape.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}
/* -------------------------------------------------- */
/* ------------------ CALENDARIO -------------------- */
/* -------------------------------------------------- */
#calendario{
	border-collapse: collapse;
	width: 200px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #4c5c03;
	border-left-color: #4c5c03;
	font-size: 14px;
	color: #4c5c03;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#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: #A5C606;
	font-weight: bold;
}
#calendario #semana{
	background-color: #F0FDB3;
	font-weight: bold;
}
#calendario td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4c5c03;
	border-bottom-color: #4c5c03;
	text-align: center;
}
#calendario #hoy{
	background-color: #fffb88;
}
#calendario #hoyevento{
	background-image: url(images/hayeventohoy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #99CC00;
}
#calendario #evento{
	background-image: url(images/hayevento.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* -------------------------------------------------- */
/* -------------------- EVENTOS---------------------- */
/* -------------------------------------------------- */
.diacal {
	text-align: center;
	height: 70px;
	width: 70px;
	font-weight: bold;
	clear: none;
	float: left;
	background-image: url(images/bg8.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #333333;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
.dd {
	font-size: 36px;
	font-weight: bold;
	color: #CC0000;
}
.mm {
	font-size: 10px;
	color: #333333;
}
.cajeve {
	clear: right;
	float: right;
	width: 580px;
	padding-left: 15px;
}
.cajapreve {
	clear: both;
	float: left;
	width: 670px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	background-image: url(images/bgcont.jpg);
	background-repeat: repeat-x;
}
.tituloev {
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 10px;
	display: block;
}
.hora {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	margin-bottom: 5px;
	display: block;
}
.lugar {
	font-size: 14px;
	font-weight: bold;
	color: #0093D9;
	margin-bottom: 5px;
	display: block;
}
.txtevento {
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
	display: block;
	text-align: justify;
}
