@charset "utf-8";
/* CSS Document */
<!--
.Texto {
	font-family: arial;
	font-size: 12px;
	color: #666666;
}

.Direccion {
	font-family: verdana;
	font-size: 10px;
	color: #c47598;
}

.LinkMail:link {
	color: #c47598;
	text-decoration: none;
}
.LinkMail:visited {
	text-decoration: none;
	color: #c47598;
}
.LinkMail:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.LinkMail:active {
	text-decoration: none;
	color: #c47598;
}

.Resaltar {
	font-family: arial;
	font-size: 12px;
	color: #780337;
}

.TitulosExtras {
	font-family: arial;
	color: #647418;
	font-size: 16px;
	font-weight: bold;
}

.Vineta {
	font-family: tahoma;
	font-size: 10px;
    color: #910242;
	font-weight: bold;
}

.hand {
cursor: pointer;
}

.fototest {
width: 100px;
height: 100px;
border:1px solid #FF9900;
margin: 0px 0px 14px 20px;
float: right;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -100px;
border: 1px dashed gray;
visibility: hidden;
color: #FFFF00;
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;
center: 0px; /*position where enlarged image should offset horizontally */

}

.LinkL:link {
	color: #59005C;
	text-decoration: none;
}
.LinkL:visited {
	text-decoration: none;
	color: #59005C;
}
.LinkL:hover {
	text-decoration: underline;
	color: #c47598;
}
.LinkL:active {
	text-decoration: none;
	color: #59005C;
}


-->
