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

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/bg.jpg) repeat-x top left;
	
}
a {
	color: #555555;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}
/* Header */

div#header
   {
	width:961px;
	height:270px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
}
#maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align: justify;
	line-height: 30px;
	width: 600px;
	height: 320px;
	padding: 15px 22px 15px 20px;
	background-color: #FFFEF9;
	margin-left: 30px;
	filter: alpha(opacity=85);
	opacity: .8;

}
  
#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #444444;
	padding: 15px 22px 15px 50px;
	margin: 0 15px 0 15px

}


/* Page */

#page {
	width: 900px;
	height: 600px;
	padding-top: 30px;
	background-color: #FFFFFF;
	background-image: url(../img/page.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
}


/* Content */

#sidebar1

 {
	float: left;
	width: auto;
	background-color: #FFFFFF;
	padding: 8px;
	border: thin dotted #CCCCCC;
}
#widebar {
	float: left;
	width: 700px;
}

#col1 {
	float: left;
	width: 180px;
	padding-left: 20px;
}

#col2 {
	float: left;
	width: 180px;
	padding-left: 20px;
}

#col3 {
	float: left;
	width: 180px;
	padding-left: 20px;
}
#conmaintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align: justify;
	line-height: 30px;
	width: 600px;
	height: 450px;
	padding: 15px 22px 15px 20px;
	background-color: #FFFEF9;
	margin-left: 30px;
	filter: alpha(opacity=85);
	opacity: .8;

}
/* Footer */

#footer {
	height: 127px;
	background-color: #000000;
	background-image: url(../img/footer.jpg);
}
#footer p {
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 50px;
}

#footer a {
	background: #BB096B;
	padding: 2px 7px;
	color: #FFFFFF;
}


/* Menu */

#menu {
	height: 47px;
	width: 976px;
	margin: 0 auto;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


#menu li {
	float: left;
}


#menu a {
	display: block;
	float: left;
	padding: 15px 30px 16px 30px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #444444;
}

#menu .current_page_item a {
	background: #009FC2;
	padding: 15px 30px 16px 30px;
	color: #FFFFFF;
}

#menu .last{
	
}
.subtitle {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	text-decoration: underline;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 20px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	width: 700px;
	height: 400px;
	position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}




.thumbnail img{
border: 1px groove gray;
margin: 0 5px 5px 0;
cursor: crosshair;
}

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

.thumbnail:hover img{

cursor: crosshair;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed lightgray;
visibility: hidden;
color: black;
text-decoration: none;
cursor: crosshair;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 450px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	cursor: crosshair;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
