﻿/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#000;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
	width: 330px;
	height: 220px;
	/*
	background: url('../images/home/modelos.gif');
	*/
	border: 1px solid #aaa;
	margin: 15px 0 0 50%;
	background-color: transparent;
	background-repeat: no-repeat;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
margin:0px; 
padding:0px; 
list-style-type:none; 
position:relative; 
width:300px;
left: -325px; top: 0px;
}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
	float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
float:left;
background:transparent; 
width:62px; 
height:42px; 
padding:0px;
padding-top:2px;
padding-left:2px;
/*
border:1px solid #444;
*/
margin:2px;

}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
}

/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:0px;
position:absolute; 
top:0; 
left:325px; 
visibility:hidden; 
border:0;

}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#444; 
color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}
.gallery .boton{
	visibility:visible;
}
.gallery li.splashtitulo:hover{
	margin-left:50px;
	font-family:"Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	color:white;
	text-decoration:underline;
}