body {
	background-color: #000000;
	align:center
}

.textocol {
	font-family:  "Tw Cen MT", Type-Ra, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align:justify;
}

A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none; color: #000000;}
A:hover {text-decoration: none; color: red;}

#col {
	position:absolute;
	left:265px;
	top:224px;
	width:227px;
	height:401px;
	z-index:1;
}

/* IE6 Only */
* html #col {
	position:absolute;
	left:255px;
	top:224px;
	width:227px;
	height:401px;
	z-index:1;
}

/* IE6 Only */
*:first-child+html #col {
	position:absolute;
	left:255px;
	top:224px;
	width:227px;
	height:401px;
	z-index:1;
}


.textodatos {
	font-family: Type-Ra, "Tw Cen MT", sans-serif;
	font-size: 16px;
	color: #8a176d;
	font-weight:600;	
}

.construccion {
	font-family: Type-Ra, "Tw Cen MT", sans-serif;
	font-size: 24px;
	color: #ED2F49;
	font-weight:400;
}

#datos {
	position:absolute;
	left:258px;
	top:620px;
	width:225px;
	height:81px;
	z-index:3;
}

#aclaracion {
	position:absolute;
	left:496px;
	top:199px;
	width:122px;
	height:27px;
	z-index:4;
}

.menu {
	font-family: Type-Ra, "Tw Cen MT", "Typewriter New Roman", sans-serif;
	font-size: 22px;
	font-style: bold;
	color: #FFFF00;
}

A.menu {
	font-family: Type-Ra, "Tw Cen MT", "Typewriter New Roman", sans-serif;
	font-size: 22px;
	font-style: bold;
	text-decoration:none;
	color: #FFFFFF;
}

A.menu:hover {
	font-family: Type-Ra, "Tw Cen MT", "Typewriter New Roman", sans-serif;
	font-size: 22px;
	font-style: bold;
	text-decoration:none
	color: #FFFF00;
}



#menu1 {
	position:absolute;
	left:-25px;
	top:-128px;
	width:43px;
	height:31px;
	z-index:2;
}

#menu2{
	position:absolute;
	left:34px;
	top:-128px;
	width:39px;
	height:31px;
	z-index:2;
}

#menu3 {
	position:absolute;
	left:88px;
	top:-128px;
	width:71px;
	height:31px;
	z-index:2;
}

#menu4 {
	position:absolute;
	left:179px;
	top:-128px;
	width:71px;
	height:31px;
	z-index:2;
}

.pie {
	font-family:  "Tw Cen MT", Type-Ra, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.titulosCopia {

	font-family: Type-Ra, "Tw Cen MT", sans-serif;
	font-size: 18px;
	color: #ED2F49;
	font-weight:400;
}



.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.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*/
visibility: visible;
top: 0;
left: 280px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
