body{
  padding:0px; 
  margin:0px; 
  background:#fff; 
  color:#582902; 
  font:14px/16px Arial, Helvetica, sans-serif;
}

div, p, ul, form, input, h3, h4, img {
  padding:3px; 
  margin:0px;
}

a.enlaces:hover {
	color: #990000;
	text-decoration:none;
	font-weight: bold;
}
a.enlaces:visited {
	color: #990000;
	text-decoration:none;
	font-weight: bold;
}
a.enlaces {
	color: #990000;
	text-decoration:none;
	font-weight: bold;
}

/* =================================
        Panel Izquierdo
====================================*/
#panMenu {
  width:165px; 
  color:#582902; 
  border-bottom:1px solid #E3DDCD; 
  border-left:1px solid #E3DDCD; 
  border-right:1px solid #E3DDCD; 
  padding:38px 0 0;
}

#panMenu ul.one{
  width:146px; 
  margin:0 0 8px 8px;
}
#panMenu ul.one li{
	height:21px;
	border-bottom:1px solid #E3DDCD;
	list-style-type: none;
}
#panMenu ul.one li a{
  height:21px; 
  display:block; 
  background:url(imagen/arrow1.gif) 3px 8px no-repeat #FFFCF4; 
  color:#40361B; font:11px/22px Arial, Helvetica, sans-serif; 
  text-transform:uppercase; text-decoration:none; 
  padding:0 0 0 10px;
}
#panMenu ul.one li a:hover{
  background:url(imagen/arrow2.gif) 3px 8px no-repeat #CC0000; 
  color:#fff; 
  text-decoration:none; 
  padding:0 0 0 10px;
}
#panMenu ul.one li.home{
  background:url(imagen/arrow2.gif) 3px 8px no-repeat #CC0000; 
  color:#fff; 
  text-decoration:none; 
  font:11px/22px Arial, Helvetica, sans-serif; 
  text-transform:uppercase; 
  padding:0 0 0 10px;
}

#panMenu ul.one li.home2{
	background:url(imagen/arrow2.gif) 3px 8px no-repeat #CC0000;
	color:#fff;
	text-decoration:none;
	font:11px/22px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
    padding:0 0 0 20px;
}

/* =================================
        Panel derecho
====================================*/


/*====================================
   Fechas
====================================*/

/* =================================
        Pie de Pagina
====================================*/
#footermainPan{
  height:99px; 
  background:url(imagen/footerbg.gif) 0 0 repeat-x #FFFCF4; 
  color:#010101; 
  clear:both; 
  padding:53px 0 0;
}
#footerPan{
  width:778px; 
  position:relative; 
  margin:0 auto; 
  font-family:Arial, Helvetica, sans-serif;
}
#footerPan ul{
  width:580px; height:20px; position:relative; margin:0 auto;
}
#footerPan li{
	float:left;
	list-style-type: none;
	list-style-image: none;
}
#footerPan ul li a{
  padding:0 10px 0; color:#574A22; background:#FFFCF4; text-decoration:none; font-size:12px;
}
#footerPan ul li a:hover{
  text-decoration:underline;
}
#footerPan p.copyright{
  width:204px; 
  position:relative; 
  margin:0 auto; 
  background:#FFFCF4; 
  color:#010000;  
  font-size:11px;
}

/* =================================
           Fechas
  =================================*/
.eventos{
  padding: 24px;
}
.date_box {
	background-color: #FFFFFF;
	background: url(imagen/date.jpg) 0 0 no-repeat;
	height: 51px;
	width: 52px;
	float: left;
}

.date_box_month {
	padding-top: 2px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
}

.date_box_day {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

.date_box_day2{
	font-size: 16px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

/* Varios */

#bodyPan p.more{
  width:184px; 
  height:38px; 
  background:url(imagen/more-bg.jpg) 24px 0 no-repeat #574A22; 
  color:#342B0D; 
  padding:12px 0 0;
}
#bodyPan p.more a{
  width:72px; background:#DED8C6; color:#342B0D; 
  font-size:13px; font-weight:bold; 
  margin:0 0 0 47px; 
  text-decoration:none; 
}
#bodyPan p.more a:hover{
  text-decoration:none;
}

/*  =================================
    Formulario de contacto
 =================================*/

form.contacto {
  width: 390px;
  margin-top: 15px;
  margin-left: 0px;
  padding: 15px;
  background-color: #FBF9F4;
  background-image: url(imagen/form_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
input.contacto {
  display: block;
  width: 385px;
  background: url(imagen/input_bg.png);
  border-top: 1px solid #E3E4E9;
  border-left: 1px solid #E3E4E9;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  margin-top: 3px;
  margin-bottom: 3px;
}
textarea {
  width: 385px;
  height:150px;
  background: url(imagen/input_bg.png);
  border-top: 1px solid #E3E4E9;
  border-left: 1px solid #E3E4E9;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  margin-top: 3px;
}
.boton_contacto {
	padding: 6px;
	background-color: #EAF4D9;
}
