/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#000;
}
.photo {/*el original esta en productShow.css*/
	position:absolute; 
	margin: 100px 0 0 0;
}

#mainContent {
	width: 1100px;
}

/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
width:600px; 
height:480px; 
border:none; /*1px solid #aaa; */
margin:0 auto;
float:right;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0 0 0 5%; 
margin:5px 0 0 0; 
list-style-type:none; 
position:relative; 
width:600px;
}
/* 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 {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
float:left; 
text-decoration:none; 
color:#000; 
background:#09C; 
text-align:center; 
width:50px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-320px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:45px;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#F60;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background: #066; 
color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}
#descripcion {
	float: right; 
	width: 25%; 
	background: none; 
	padding: 155px 0 15px 5px; 
	margin: 0;
}
#certifications {
	float: left;
	width: 25%; /* since this element is floated, a width must be given */
	background: none; /* top and bottom padding create visual space within this div */
	padding-top: 500px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
}
#descripcion h3, #descripcion p #descripcion ul {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10%;
}