.errorConten{
	position:absolute;
	left:40px;

	
	width:200px; 	
	height:32px;
	padding-left:35px;
		
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;

	color:#999999;
	text-align:left;
	line-height:35px;


    background: transparent url(../images/alert.png) no-repeat scroll left;
	z-index:900;
	
	display:none;

}


#contenidos-errores{
	font-size: 13px;
    left: 0;
    line-height: 15px;
    padding-top: 5px;
    position: absolute;
    top: 60px;	
	color: #eb641c;
}

#contenidos-contenidos img.shadow{
    box-shadow: 2px 3px 12px 4px #0000002e;
}