@charset "UTF-8";
/* CSS Document */

* { margin:0; padding:0;}

img {border:0 none;}

body { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px; color:#383838; background:#E4E4E4;}

h1 {font-size:22px; color:#9E9962; font-family:"Times New Roman", Times, serif; font-weight:normal; margin:0 0 10px 0;}
h2 {font-size:14px; color:#999; line-height:37px; background:url(imagenes/general_13.jpg) no-repeat right top;}
p {margin:0 0 10px 0;}
ul { list-style-position:inside; margin:0 0 5px 0;}
li {margin:0 0 10px 0;}

#base { width:740px; margin:0 auto; background:#FFF; padding:16px 16px 16px 16px; overflow:hidden;}

#header { width:740px; height:225px; float:left; margin:0 0 5px 0;}

#nav { width:740px; height:23px; float:left; background:#9E9962; margin:0 0 16px;}
#nav ul {list-style:none;}
#nav ul li {float:left; width:148px; line-height:23px; font-family:"Times New Roman", Times, serif; text-align:center;}
#nav ul li a {
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	width:148px;
	line-height:23px;
	display:block;
}
#nav ul li:hover, #nav ul li.activo {background:#898140; width:148px; line-height:23px;}

#nav ul li.idioma {background:#D3CF9F; }
#nav ul li.idioma a {color:#000;}

#content {
	display:block;
	width:740px;
	overflow:hidden;
	background:url(imagenes/general_18.jpg) repeat-y 392px 50px;
	float:left;
}
#content2 {
	display:block;
	width:740px;
	overflow:hidden;
	float:left;
}
#content #colum1 {
	float:left;
	width:382px; 
	margin:0 10px 0 0;
}
#content #colum2 {
	float:left;
	width:338px;
	padding:0 0 0 10px;
}
#content #colum2 .imgGrande {
	padding:9px;
	border:1px solid #9E9962;
	width:317px;
	height:195px;
	margin:10px 0 0 0;
}
#footer {
	width:772px;
	height:45px;
	background: url(imagenes/general_24.jpg) no-repeat;
	margin:0 auto;
	padding:30px 0 0 0;
}

/*GALERIA*/
.eventGrande {
	padding:10px;
	border:1px solid #9E9962;
	width:317px;
	height:195px;
}
.imgChica a {
	color:#9E9962;
	text-decoration:none;
}
.imgChica span {
	width:15px;
	line-height:15px;
	border:1px solid #9E9962;
	margin:3px 3px 0 0;
	display:block;
	float:left;
	text-align:center;
}
.imgChica span:hover {
	background:#9E9962;
	color:#FFF;
}
