/* santiagoeventos */
html, body {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#contenedor {
	width: 900px;
	height:600px;
	margin-right: auto;
	margin-left: auto;
}


/* cabecera */


#cabecera {
	width: 784px;
	height:155px;
    margin-right: auto;
	margin-left: auto;
	}


#parte01 ul {
	height:20px;
	margin-left:50px;
	list-style-type: none;
}

#parte01 li {

	display: inline;
	padding:0px 5px 0 5px;

	
}

#parte01 a {
	text-decoration: none;
	font-size: 11px;
	color: #999999;
	
}

#parte01 a:hover {
	color: #666666;
}



#parte01 {
	height:35px;
	width: 525px;
	float: left;
	border-top: 2px #999 solid;
	border-left: 2px #999 solid;
	margin-top: 120px;



}

#parte02 {
	height:155px;
	width: 200px;
	float: left;
	
}
#parte03{
	height:35px;
	width: 55px;
	float: left;
	border-top: 2px #999 solid;
	margin-top: 120px;
	border-right: 2px #999 solid;

}


/* contenido */

#middle {
	width:780px;
	height:380px;
    margin-right: auto;
	margin-left: auto;
	border-left: 2px #999 solid;
	border-right: 2px #999 solid;
   
}

/* col_01 */

#col_01 {
	height:300px;
	width: 440px;
	margin-right: 10px;
	margin-left: 55px;
	margin-top: 60px;
	float:left;
}
#col_01 p{
color: #7D9900;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#col_01 h2{
color: #7D9900;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#topcol {
	height:15px;
	width: 180px;
		margin-bottom: 10px;
	
}
.gallerycontainer{
	position: relative;
	width: 200px;
	height: 280px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 2px 2px 0;
}


.thumbnail:active{
background-color: transparent;
}




.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 2px;
left: -490px;
visibility: hidden;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	height: 300px;
	width: 460px;
}




.thumbnail:active span{ /*CSS for enlarged image*/
	visibility: visible;
	left: -490px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	font-size: small;
	color: #313131;
	top: -50px;
}

.thumbnail:focus span{ /*CSS for enlarged image*/
	visibility: visible;
	left: -490px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	font-size: small;
	color: #313131;
	top: -50px;
}


/* col_02 */

#col_02 {
	width: 200px;
	height:300px;
	float:right;
	margin-right: 45px;
	margin-top: 60px;
	border: none;
}



	
/* pie */

#footer {
	width: 784px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
#footer p {
	margin: 0 auto;
	color: #666666;
	margin: 0 auto;
	font-size: 10PX;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#footer a {
	color: #7D9900;
	text-decoration: none;}
