html {
	background-image: url(../img/fondo.gif);
	background-repeat: repeat;
}
body {
	font-family: Georgia;
	font-size: 13px;
	color: #444444;
	margin:0;
	padding:0;
	line-height: 20px;
}
ul {
	margin-top: 0px;
}
#eventos {
	height: 100%;
}
#eventorl {
	height: auto;
}
#fotos_home {
	width: 375px;
	height: 125px;
	margin-left: -7px;
}
#fotos_home2 {
	width: 375px;
	height: 125px;
	margin-top: 28px;
	margin-left: -7px;
}
.pics {  
    height:  375px;  
    width:   125px;  
    padding: 0;  
    margin:  0;  
}  
.pics img {  
    padding: 5px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  375px; 
    height: 125px; 
    top:  0; 
    left: 0 
} 
.titulos_eventos {
	font-size: 15px;
	color: #591F00;
}
img{
	border:none;
}
a {
	color: #333333;
}
/* EVENTOS */
#eventos-menu {
	text-align: center;
	margin-bottom: 7px;
}
#eventos li {
	padding: 0;
}
#eventos-menu a {
	padding: 3px 6px;
	background-color: #EEE;
	color: #999;
	text-decoration: none;
}
#eventos-menu a:hover {
	background-color: #CCC;
	color: #000;
}
#eventos-menu a.wactive{
	padding: 3px 6px;
	background: #CCC;
	color: #000;
}
#wrapper {
	width:		950px;
	margin:		auto;
	background-color:#FFFFFF;
}

#cabecera{
	height:250px;
	background-color:#E2E65B;
}
#contenido{
	margin-top: 30px;
}
#pie {
	height: 50px;
	width:	950px;
	position: relative;
	text-align: center;
}
#left {
	width: 450px;
	padding-left: 30px;
	padding-top: 15px;
	text-align: justify;
}
#left_am1 {
	width: 200px;
	padding-left: 30px;
	padding-top: 15px;
	text-align: left;
	float: left;
	height: 400px;
}
#left_am2 {
	width: 200px;
	padding-left: 30px;
	padding-top: 15px;
	text-align: justify;
	float: left;
}
#centrado {
	width: 820px;
	padding-left: 30px;
	padding-top: 15px;
	text-align: justify;
}
#left1 {
	width: 410px;
	padding-left: 30px;
	padding-top: 15px;
	text-align: justify;
}
#right1 {
	float: right;
	width: 410px;
	border-left: 2px solid #CCCCCC;
	margin-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: justify;
}
#right {
	float: right;
	width: 380px;
	border-left: 2px solid #CCCCCC;
	margin-top: 15px;
	padding-right: 15px;
	padding-left: 30px;
}
h1 {
	font-size: 30px;
	margin-top: 7px;
	padding-left: 30px;
	font-weight: normal;
	color: #591F00;
}
.polaroids {
	padding:4px;
	border: 1px solid #BBBBBB;
	margin: 7px;
	background-color: #DDDDDD;
}
.alt {
	visibility: hidden;
}
label {
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 7px;
}
fieldset {
	border: 0px;
	padding: 7px;
}