@charset "UTF-8";
body {
	background-color: #3366CC;
	background-attachment: fixed;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#col1 {
	width: 220px;
	float: left;
	margin: 0px;
	text-align: right;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#col2 {
	margin-left: 220px;
	width: 690px;
	padding-top: 35px;
}
.cont {
	width: 600px;
}
ul {
	color: #000000;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 90%;
	color: #BCCB28;
	margin-left: 220px;
	font-weight: bold;
	text-transform: capitalize;
}
.top {
	background-image: url(images/top.png);
	height: 20px;
	width: 690px;
}
.middle {
	background-image: url(images/middle.png);
	padding-left: 35px;
	background-repeat: repeat-y;
	width: 605px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 20px;
}
/*.bottom {
	height: 36px;
	width: 680px;
	background-image: url(../images/images/recuadro_03.png);
}*/
.bottom {
	background-image: url(images/bottom.png);
	width: 690px;
	height: 32px;
}

p {
	color: #000000;
	line-height: 150%;
}
h1 {
	font-size: 250%;
	font-weight: bolder;
	color: #0643B0;
}
a {
	color: #0033FF;
	text-decoration: none;
}
h2 {
	font-size: 200%;
	font-weight: bolder;
	color: #000000;
}
h3 {
	font-size: 150%;
	font-weight: bolder;
	color: #333333;
}
h4 {
	font-size: 120%;
	color: #666666;
	font-weight: bold;
}
#col1 p {
	margin-right: 10px;
	color: #FFFFFF;
	text-indent: 20px;
}
a:hover {
	color: #FF6600;
}
.rightimg {
	text-align: right;
	margin-right: 0px;
	margin-left: 10px;
}

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

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
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 on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
