body {
	font-family: arial;
	font-size: 14px;
	background-color: #005e20;
	color: #000;
	margin: 0;
	padding:0;
	text-align: center;
}
a img {
	border: none;
}
h2 {
	color:  #005e20; /*verde*/
}
p {
	text-align: justify
}
ul {
	text-align: left;
}
#contenedor{
	width:955px;
	min-height: 760px;
	margin:0 auto;
	padding: 0;
	text-align: center;
	background: #FFF url(../images/fondo.jpg) repeat-y;
	overflow: auto;
}

#menu {
	float: left;
	width: 175px;
	height: 319px;
	position: relative;
	margin: 0 0 0 2px;
	background: #FFF url(../images/menu.jpg) left no-repeat;
	text-align: left;
	padding: 50px 0 0 10px; 
}
#menu a {
	text-decoration: none;
	color: white;
	font-size: 20px;
	line-height: 36px;
}
#suscripcion {
	float:left; 
	height:50px;
	width:200px;
	margin:0 0 0 10px;
	color:#000; 
}
#cuerpo {
	width: 900px;
	margin: 0 auto;
	height: 100%;

}

#intro{
	margin: 0 auto;
	border:  5px solid #99b794; /*verde clarito*/
	width: 600px;
	height: 325px;
	z-index: 1;
	float: left;
}
#mapa {
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url('PIE.htc');
	background-color: #005e20; /*verde*/
	width: 299px;
	height: 230px;
	margin: 10px 0 0 0; 
	float: left
}
#noticias {
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url('PIE.htc');
	float: right;
	background-color: #005e20; /*verde*/
	width: 299px;
	height: 230px;
	margin: 10px 40px 0 0; 
}
#cabecera {
	width: 890px;
	height: 135px;
	background: transparent url(../images/logo.jpg) 5px 0px no-repeat;
	text-align: right; 
}

#telefono {
	float: right;
	width: 217px;
	height: 100px;
	margin: 40px 0 0 0;
}
#contenido {
	float: right;
	min-height: 400px;
	width: 650px;
	margin: 10px; 
}
.peque {
	font-size: 10px;
}
.titulo {
	color: #FFF;
	font-size: 17px;
	line-height: 25px;
	height: 25px;
	font-weight: bold;
}
.pie{
	font-family: Verdana; 
	font-size: 9px;
	color: #FFF;
	height: 25px;
	width: 100%;
	line-height: 25px;
	text-align: center;
	padding: 0;
	float: left;
}
.pie a:link { font-family: Verdana; font-size: 9px; color: #ffae00;	text-decoration: none; }
.pie a:visited { font-family: Verdana; font-size: 9px; color: #ffae00; text-decoration: none; }
.pie a:hover { font-family: Verdana;	font-size: 9px; color: #ffae00; text-decoration: none; }

/*Tablon*/
#tablon {
	width: 200px;
	height: 160px;
	float: left;
	margin:0 0 0 5px;
	background-image: url(../images/notafondo.jpg); 
}
#corcho {
	width: 600px;
	height: 500px;
	background-color: #c69378;
	background-image: url(../images/corcho.jpg);
	background-repeat: repeat;
	border: solid 6px #ffe0b7;
	color: black;
	clear: both;
	margin: 0;
	text-align:left;
}

#nota1 {
	background-image: url(../images/nota1.png);
	height: 160px;
	width: 170px;
	float: left;
	margin-top: 5px;
}

#nota2 {
	background-image: url(../images/nota2.png);
	height: 160px;
	width: 170px;
	float: left;
	margin-top: 5px;
}

#nota3 {
	background-image: url(../images/nota3.png);
	height: 160px;
	width: 170px;
	float: left;
	margin-top: 5px;
}

#notasola {
	background: #fef282;
	width: 520px;
	margin: 0 20px 0 20px;
	clear:both;
}

#notasolatop {
	background-image: url(../images/notatop.jpg);
	background-position: top right;
	height: 60px;
	width: 520px;
	margin: 20px 20px 0 20px;
}

#notasolabottom {
	background-image: url(../images/notabottom.jpg);
	width: 520px;
	height: 60px;
	margin: 0;
}

#textonota{
	padding: 40px 20px 0 20px;
}

#textonota a {
	color: black;
	text-decoration: underline;
}

#textonotasola{
	padding: 0 0 0 20px;
}
#zonaprivada {
	margin: 50px auto;
	background-color: white;
	width: 850px;
	padding: 25px;
	border: 1px solid #005e20; /*verde*/
}

#menuprivado a {
	color: #005e20; /*verde*/
	font-weight: bold;
}

#formprivado {
	margin: 100px auto 0 auto;
	width: 500px;
	height: 280px;
	border: 1px solid #005e20; /*verde*/
	background-color: white;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}
#formprivado form {
	margin: 0 0 0 50px;
	text-align:left;
}
#formprivado input{
	margin: 0;
	float: left;
	clear: both;
}

.noticiascroll{
	font-family: Arial;
	font-size: 20px;
	color: #4C4C4C;
}
a.noticiascroll:link {	font-family: Arial;font-size: 20px;color: #4C4C4C;text-decoration: none;}
a.noticiascroll:visited { font-family: Arial; font-size: 20px; color: #4C4C4C; text-decoration: none;}
a.noticiascroll:hover { font-family: Arial;	font-size: 20px; color: #2d8d13; text-decoration: none;}

/*noticias*/
#pscroller1{
width: 285px;
height: 194px;
margin: 0 auto;
padding-left: 10px;
background-color: #FFF;
}

#pscroller2 a{
text-decoration: none;
}
a.noticia:link {	font-family: Verdana;font-size: 11px;color: #000000;text-decoration: none;}
a.noticia:visited { font-family: Verdana; font-size: 11px; color: #000000; text-decoration: none;}
a.noticia:hover { font-family: Verdana;	font-size: 11px; color: #2d8d13; text-decoration: none;}

.titularnoticia{
	font-family:Verdana;
	font-size:22px;
	font-weight:bold;
	line-height:27px;
}

a.titularnoticia:link {	font-family: Verdana;font-size: 20px;color: #005e20;text-decoration: none;}
a.titularnoticia:visited { font-family: Verdana; font-size: 20px; color: #005e20; text-decoration: none;}
a.titularnoticia:hover { font-family: Verdana;	font-size: 20px; color: #000; text-decoration: none;}

.subtitularnoticia{
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
}
a.subtitularnoticia:link {	font-family: Verdana;font-size: 16px;color: #4C4C4C;text-decoration: none;}
a.subtitularnoticia:visited { font-family: Verdana; font-size: 16px; color: #4C4C4C; text-decoration: none;}
a.subtitularnoticia:hover { font-family: Verdana;	font-size: 16px; color: #000000; text-decoration: none;}

.subtitularnoticia2{
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
}
a.subtitularnoticia2:link {	font-family: Verdana;font-size: 13px;color: #4C4C4C;text-decoration: none;}
a.subtitularnoticia2:visited { font-family: Verdana; font-size: 13px; color: #4C4C4C; text-decoration: none;}
a.subtitularnoticia2:hover { font-family: Verdana;	font-size: 13px; color: #000000; text-decoration: none;}


.subtitularnoticia3{
	font-family:Verdana;
	font-size:12px;
}
a.subtitularnoticia3:link {	font-family: Verdana;font-size: 12px;color: #4C4C4C;text-decoration: none;}
a.subtitularnoticia3:visited { font-family: Verdana; font-size: 12px; color: #4C4C4C; text-decoration: none;}
a.subtitularnoticia3:hover { font-family: Verdana;	font-size: 12px; color: #000000; text-decoration: none;}



.sombreado{
	background-color:#e3f2df;
}
.noticia1{
	font-family: Verdana;
	font-size: 11px;
	color: #4c4c4c;
	text-align: left;
	line-height: 20px;
}
.pienoticia1{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-align: left;
}

.noticia2{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: 20px;
}
.pienoticia2{
	font-family: Verdana;
	font-size: 10px;
	color: #4c4c4c;
	text-align: left;
}

.fondonoticiasobre{
	background-color:#e3f2df;
	cursor: hand;
}
.fondonoticia{
	background-color: transparent;
	cursor: hand;	
}

.fondocomentarios{
	background-image: url(../images/fondocomentarios.gif);
	background-repeat: no-repeat;
	background-position: center;
	width:22px;
	height:26px;
	font-size: 10px;
	color:#ffffff;
	font-weight:bold;
	font-family: Arial;
	text-align:right;
}

.fondocomentarios a:link {	font-family: Arial;font-size: 10px;color: #ffffff;text-decoration: none;font-weight:bold;}
.fondocomentarios a:visited { font-family: Arial; font-size: 10px; color: #ffffff; text-decoration: none;font-weight:bold;}
.fondocomentarios a:hover { font-family: Arial;	font-size: 10px; color: #ffffff; text-decoration: none;font-weight:bold;}

/*-------------------------------------------------*/

/*****IMAGENES CON OPACIDAD****/
#transparente a:visited, #transparente a {text-decoration:none; color:#e8e8e8; font-weight:bold;}
#transparente a:visited img, #transparente a img{filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
}
#transparente a:hover {background-color:transparent; color:#e8e8e8;}
#transparente a span {display:none;}
#transparente a:hover span {display:block; position:absolute; top:50px; left:0; font-size:12px; height:18px; padding:4px; font-weight:normal; color:#e8e8e8;}

#transparente a:hover img { filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.80; opacity:0.8;
 }
/*****IMAGENES CON OPACIDAD****/



.celdasobre{
	background-color: #ecf8fe;
	cursor: hand;
	cursor:pointer;
}

.celdasobre a:link {color: #575757;	text-decoration: none; }
.celdasobre a:visited { color: #575757; text-decoration: none; }
.celdasobre a:hover { color: #005e20; text-decoration: none; }

.celdasobre img {
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80; opacity:0.8;
}

.celdanormal{
	background-color: transparent;
}

.celdanormal2{
	background-color: #ededed;
}
.celdanormal3{
	background-color: #f8f8f8;
}

.cabeceraazul{
background-color:#005e20;
color:#ffffff;
font-size:10px;
font-weight:bold;
}

.titulo2{
	font-family: Verdana;
	font-size: 13px;
	color: #005e20;
}

.conborde{
	border:1px solid #005e20; /*verde*/
}


.botoncin{
	background-color: #005e20;
	width: 120px;
	text-align:center;
	padding: 1px;
}
.botoncin a:link { font-family: Verdana; color:#ffffff; font-size: 11px;	text-decoration: none; font-weight: bolder;}
.botoncin a:visited { font-family: Verdana; color:#ffffff; font-size: 11px; text-decoration: none; font-weight: bolder;}
.botoncin a:hover { font-family: Verdana; color:#99bc94; font-size: 11px; text-decoration: none; font-weight: bolder;}

.botonazul{
	background-color:#005e20; /*verde*/
	border:1px solid #99bc94;
	color: #ffffff;
	font: bold 11px Verdana;
}

.botonazul2{
	background-color:#005e20;
	border:1px solid #99bc94;
	color: #ffffff;
	font: normal 10px Verdana;
}

.menu3{
	font-family:  Verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
}
.menu3 a:link { font-family:  Verdana; font-size: 11px; color: #ffffff;	text-decoration: none; }
.menu3 a:visited { font-family:  Verdana; font-size: 11px; color: #ffffff; text-decoration: none; }
.menu3 a:hover { font-family:  Verdana;	font-size: 11px; color: #575757; text-decoration: none; }

.titulo5{
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	background-color: #005e20;
}


.botoncin{
	background-color: #005e20;
	width: 120px;
	text-align:center;
	padding: 1px;
	color: #ffffff;
}

a.botoncin:link { font-family: Verdana; color:#ffffff; font-size: 11px;	text-decoration: none; font-weight: bolder;}
a.botoncin:visited { font-family: Verdana; color:#ffffff; font-size: 11px; text-decoration: none; font-weight: bolder;}
a.botoncin:hover { font-family: Verdana; color:#ecf8fe; font-size: 11px; text-decoration: none; font-weight: bolder;}


