
body {
	margin: 0;
	padding: 0;
	background: #7eba00 url(images/fondo.gif) repeat-x;
	font: normal small "Comic Sans", Arial, Helvetica, sans-serif;
	color: #797272;
}



h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #561c5a;
}

a {
	color: #7eba00;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 550px;
	height: 80px;
	margin: 0 auto;
	padding: 75px 0 0 200px;
	background: url(images/logo2.png) 85% -50px  no-repeat;
}

#header * {
	text-align: center;
	text-decoration: none;
}

#header h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
}

/* Column One */

#colOne {
	float: right;
	width: 440px;
	height: 400px;
	padding: 65px 48px 85px 62px;
	background: url(images/contenido3.png);
}

#scroll {
	overflow: auto;
	height: 360px;
	padding: 20px;
}

#colOne .post {
	margin-bottom: 1em;
	border-bottom: 1px dashed #F2B8B8;
}

#colOne .title {
}

#colOne .posted, #colOne .meta {
	font-size: .8em;
}

/* Column Two */

#colTwo {
	float: left ;
	width: 180px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li ul {
	padding: 10px;
}

#colTwo .fold ul {
	display: none;
}

/* For latest browser version only*/
#colTwo .fold:hover ul {
	display: block;
}


#colTwo li a {
	color: #7eba00;
}

#colTwo h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1em;
}

#colTwo h2 a {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	background: #7eba00;
	color: #FFFFFF;
}

#colTwo form {
	margin: 0;
	padding: 10px;
}

#textfield1 {
	width: 150px;
}

#submit1 {
	display: none;
}

/* Footer */

#footer {
	width: 550px;
	margin: 0 auto;
	padding: 0 0 0 200px;
}

#footer * {
	text-align: center;
	font-size: xx-small;
	color: #FFFFFF;
}

.gallerycontainer{
position: relative;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #7eba00;
margin: 0 5px 5px 0;
}

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

.thumbnail:hover img{
border: 1px solid #561c5a;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -5px;
border: 1px dashed #7eba00;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 150px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

