/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos Ojmar CSS+XHTML
   Portada
   Diciembre 2008
*/

/* Proyecto Slider */

#contenido{  
height:  462px;  
width:   960px;  
overflow: hidden;
} 

.pics{  
    height:  462px;  
    width:   960px;  
    padding: 0;  
    margin:  0;  
    overflow: hidden;
} 
 
.pics img {  
    background-color: white;  
    width:  960px; 
    height: 462px; 
    top:  0; 
    left: 0 
} 

/* Teaser */

#teaser{
	width: 960px;
	height: 200px;
	position: absolute;
	background: #EDEBE8;
	z-index: 15000;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	float: left;
}