/**************************************************
* Página Web creada por Daniel de Castro Portillo *
* Página creada para Rancho Texano S.L            *
* Todos los drechos reservados        2005        *
**************************************************/
/**Inicio Premio1**/

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

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

.thumbnailp1 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;
}

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

.thumbnailp1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 200px; /*position where enlarged image should offset horizontally */
top: 50px;
background-color:#000000;

}
/**Fin Premio1**/

/**Inicio Premio2**/

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

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

.thumbnailp2 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;
}

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

.thumbnailp2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 50px; /*position where enlarged image should offset horizontally */
top: 50px;
background-color:#000000;
}
/**Fin Premio2**/

/**Inicio Premio3**/

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

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

.thumbnailp3 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;
}

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

.thumbnailp3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -100px; /*position where enlarged image should offset horizontally */
top: 50px;
background-color:#000000;
}
/**Fin Premio3**/

/**Inicio Premio4**/

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

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

.thumbnailp4 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;
}

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

.thumbnailp4:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -250px; /*position where enlarged image should offset horizontally */
top: 50px;
background-color:#000000;
}
/**Fin Premio4**/

/**Inicio Premio5**/

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

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

.thumbnailp5 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;
}

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

.thumbnailp5:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -400px; /*position where enlarged image should offset horizontally */
top: 50px;
background-color:#000000;
}
/**Fin Premio5**/

.letrasimg
{
color:#FFFFFF;
font-weight:bold;
font-style:oblique;
font-size:12px;
}

/* STYLES FOR CROSSFADER */
	/*div.cf_element
	{
		width: 450px;
		height: 340px;
		background-color: #eee;
		border:  1px solid #ccc;
	}
	div.cf_element div.content
	{
		padding: 10px;
	}
	div.cf_element div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}*/
