/* CSS Document */
/* Header */
#header-portada {
	position: relative;
	margin: 0 auto;
	height: 165px;
	z-index:10;
}


#header-portada h1#logo-text { margin: 0; padding: 0; }
#header-portada h1#logo-text a {
	position: absolute; 
	margin: 0; 
	padding: 0 5px 0 0;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;  
	font-weight:bold;
	letter-spacing: -2px;
	color: #141494;	
	text-decoration: none;
	top: 90px; 
	left: 186px;	
}
#header-portada h1#logo-text a:hover { border: none; }
#header-portada p#slogan {
	position: absolute;
	margin: 0; padding:  0 5px 0 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.8em;
	font-style: italic;
	letter-spacing: -.3px;
	color: #999;
	top: 145px; 
	left: 280px;		
	text-transform:uppercase;
}	

#header-portada #header-image {
	position: absolute;
	top: 40px; 
	left: 30px;
	width: 150px;
	height: 103px;	
	background:url(../images/logo_pladyten.png) no-repeat;
}


#left-portada{
	width: 150px;
	float: left;	
}
#right-portada{
	width: 750px;	
	float: left;
	position:relative;
}

#cont_controles{
	position:absolute;
	top:80px;
}

p.thumbs-portada { 
	padding: 10px 0 0 0px; 
	margin: 0px;
}

.thumbs-portada img { 
	position: relative;
	padding: 8px;
	margin: 4px;
	background: #FAFAFA;
   border: 1px solid #EDEDED;	
}
.thumbs-portada img:hover	{
	border: 1px solid #D2D2D2;	
}



.texto-portada{
	border:0 solid #333333;
	bottom:14px;
	color:#000000;
	display:none;
	font-size:25px;
	font-weight:bold;
	left:0;
	padding:8px 8px 8px 36px;
	position:absolute;
	text-align:left;
	width:232px;
}
