@charset "iso-8859-1";
A:link {font-Family: Papyrus,Verdana,Arial,Helvetica;font-size: 13px;color: #AA8877;}
A:link:active {font-Family: Papyrus,Verdana,Arial,Helvetica;font-size: 13px;color: #DDAAAA;}
A:link:visited {font-Family: Papyrus,Verdana,Arial,Helvetica;font-size: 13px;color: #886655;}
A:link:hover {font-Family: Papyrus,Verdana,Arial,Helvetica;font-size: 14px;color: #DDAAAA;background-color: #FF0000 ;}
A:link:visited:hover {font-Family: Papyrus,Verdana,Arial,Helvetica;font-size: 14px;color: #DDAAAA;background-color: #FF0000 ;}
A {TEXT-DECORATION: none}
body,td,select,input,textarea,img {
	color: #75777A;
	text-decoration: none;
	font-size : 9 px;
	font-style : normal;
	font-family : Verdana, Tahoma,Arial;
}

a.linkblanco:link {
	color: #ffffff;
	text-decoration: none;
	font-size : 10 px;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.linkblanco:active {
	color: #ffffff;
	text-decoration: none;
	font-size : 10 px;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.linkblanco:visited {
	color: #ffffff;
	text-decoration: none;
	font-size : 10 px;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


a.linkgris:link {
	color: #75777A;
	text-decoration: none;
	font-size : 10 px;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.linkgris:active {
	color: #75777A;
	text-decoration: none;
	font-size : 10 px;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.linkgris:visited {
	color: #75777A;
	text-decoration: none;
	font-size : 10 px;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}



a.linkrojo:link {
	color: #cc0000;
	text-decoration: none;
	font-size : 12 px;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.linkrojo:active {
	color: #cc0000;
	text-decoration: none;
	font-size : 12 px;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.linkrojo:visited {
	color: #cc0000;
	text-decoration: none;
	font-size : 12 px;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.letragris {
	color: #75777A;
	text-decoration: none;
	font-size : 10 px;
	font-style : normal;
	font-family : Verdana, Tahoma,Arial;
}

.letrablanca {
	color:  #ffffff;
	text-decoration: none;
	font-size : 10 px;
	font-style : normal;
	font-family : Verdana, Tahoma,Arial;
}

.letraazul {
	color:  #5B92E6;
	text-decoration: none;
	font-size : 10 px;
	font-style : normal;
	font-family : Verdana, Tahoma,Arial;
}



.letratarot {
	color: #9AA813;
	text-decoration: none;
	font-size : 13 px;
	font-style : normal;
	font-family : Papyrus,Verdana, Tahoma,Arial;
}

.tablatarot{
font-face: arial, helvetica;
font-size: 16 px;
font-weight: bold;
}

.menutarot{
background-color: black ;
color: #FF5555 ;
font-family : Papyrus,verdana; 
font-size=14px;
font-weight: bold;
}

.menutarot:link{
background-color: black ;
color: #FF5555 ;
font-family : Papyrus,verdana; 
font-size=13px;
font-weight: bold;
}

.menutarot:link:active{
background-color: black ;
color: #FF5555 ;
font-family : Papyrus,verdana; 
font-size=13px;
font-weight : bold;
}

.menutarot:link:visited{
background-color: black ;
color: #FF5555 ;
font-family : Papyrus,verdana; 
font-size=13px;
font-weight : bold;
}

.menutarot:hover{
background-color: #FF0000;
color: #75777A;
font-face :verdana; 
font-size=15px;
font-style : bold;
}



a.menu:link
 { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #ffffff;
text-decoration: none;
font-size: 12 px;
font-weight: bold
}
a.menu:visited {
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-decoration: none; 
color: #ffffff; 
font-size: 12 px; 
font-weight: bold
}
a.menu:hover { font-family: Verdana, Arial, Helvetica, sans-serif; 
text-decoration: none; 
color: #5Bf2E6; 
font-size: 12 px; 
font-weight: bold}

a.menu:active { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #5b92ff; 
text-decoration: none;  
font-size: 12 px; 
font-weight: bold
}


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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -100px;
border: 1px dotted  gray;
visibility: hidden;
color: #ffffff;
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: -90;
left: -130px; /*position where enlarged image should offset horizontally */
}


