@charset "utf-8";
/* CSS Document */

#titulo-cuadro{
	width:1024px;
	height:65px;
	background: url(../img/linea-tituto-obras.png);
	background-repeat:no-repeat;
	border-top:1px solid #ccc;

	
	}
	
#titulo-texto-obras{
	width:243px;
	height:65px;
	margin: -0px 0px 0px 400px;
	
	}

#contenido-obr{
	width:1024px;
	}
#cuadro-obras-mayor{
	width:auto;
	height:400px;
	margin-left:20px;
	position:fixed;
	}
#cuadro-obras{
	margin:10px 15px 10px 15px;
	width:160px;
	height:350px;
	border:5px solid #fff;
	transition-duration:0.4s;
	cursor:pointer;
	float:left;	
	overflow: hidden;
	box-shadow:#CCC 0px 4px 5px 0px;

}
#cuadro-obras:hover{
	margin:5px 5px 5px 5px;
	width:180px;
	height:380px;
	border:5px solid #fff;
	box-shadow:#999 0px 3px 5px 0px;
	transition-duration:0.4s;
	font:none;
	
}
#texto-obras{
	width:auto;
	height:50px;
	padding-top:5px;
	background:#fff;
	border:1px solid #ccc;border:1px solid #E2A064;
}

#titulo-texto-obras{
	width:250px;
	height:65px;
	margin: -0px 0px 0px 410px;
	}