@charset "utf-8";

/* CSS Document */

body{	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 14px;
}

body.index{
	background: url(../images/fondoBody.jpg) top left no-repeat;
}

h1, h2{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	margin: 0;
}

h1{
	height: 30px;
	line-height: 30px;
	color: #333;
	text-indent: 10px;
	border-bottom: 2px solid #E6E6E5;
	background: #E6E6E5;
	margin-bottom: 10px;
}

h2{
	color: #F15E22;
	float: left;
	font-size: 13px;
	padding-right: 10px;
	height: 18px;
	line-height: 20px;
}

.SP{
	color: #F15E22;
	font-weight: bold;
	font-size: 13px;
	margin-right: 5px;
}

#contenedor{
	margin: 0 auto;
	width: 950px;
	height: 650px;
	border: 1px solid #FFF;
	background: url(../images/blur.png) top left repeat;
	overflow: hidden;
}

hr{
	border: 1px solid #FFF;
	margin: 5px 0;
}

#header{

	float: left;

	clear: both;

	width: 900px;

	height: 90px;

	padding: 25px 25px 0 25px;

}

#header img{

	border: none;

	color: none;

}

a{

	color: #F15E22;

	text-decoration: none;

}

a:hover{

	text-decoration: underline;

}

.naranja{

	color: #F15E22;

	font-weight: bold;

}

#contenidos{
	width: 890px;
	padding: 5px;
	margin: 0 25px;
	height: 500px;
	float: left;
	clear:both;
	background: url(../images/blurNegro.png) top left repeat;
}

#contenedor p{
	text-align: justify;
	padding: 0 10px;

}

#footer{

	text-align: center;
	font-size: 11px;
	width: 100%;

	color: #000;

	float: left;

	margin: 0;

	height: 18px;

	line-height: 18px;

}

.boxImagenes{

	float: left;

	margin: 0 auto;

	padding-left: 80px;

	margin-top: 10px;

}

.boxImagenes img{

	float: left;

	margin: 5px;

	border: 1px solid #FFF;

}

/*************************MENU********************************/

.menu {
	float: left;
	height: 25px;
	text-align: right;
	background: url(../images/blur.png) top left repeat;		
	width: 100%;

}
.menu ul{
	list-style-type :none;
	float: right;
	padding: 0;
	margin: 0;
	height: 25px;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	height: 30px;
	width: auto;
	margin-right: 15px;
	position: relative;
	z-index:100;
}

/* style all the links */
.menu ul a{
	z-index: 1;
	font-weight: bold;
	width: 100%;
	height: 30px;	
	color: #2f2f2f;
	text-indent: 10px;
	line-height: 25px;
	text-decoration: none;
	width: 100%;
}
/* style the links hover */
.menu ul a:hover{
	height: 30px;
	color: #F15E22;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
}
.menu ul ul li{
	width: 120px;
	padding: 0;
	border-bottom: 1px solid #AAA;	
	background: url(../images/blurNegro.png) top left repeat;		
}
.menu ul ul li a{
	text-align: left;
	width: 100%;
	color: #FFF;
	float: left;
	margin: 0;
	text-indent: 5px;
}
.menu ul ul li a:hover{
	background-color: #999;
	color: #FFF;	
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	top: 30px;
	z-index: 80;
}



/*************************** OBRAS **************************/



.boxObras{

	float: left;

	width: 100%;

	height: 500px;

}

.boxObras strong{

	margin: 2px 0;

}

.fotos{

	float: left;

	width: 480px;

	margin-right: 5px;

}

.fotos img{

	float: left;

	margin: 2px;

	border: 2px solid #555;

}

.fotos a{

	color: none;

}

.fotos img:hover{

	border-color: #F15E22;

}

.fotos img.resultado{

	margin-top: 5px;

}
ul.lista{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.lista li{
	height: 18px;
	line-height: 18px;
	padding-left: 10px;
	float: left;
	clear: both;
	margin-bottom: 5px;
	height: auto;
}
ul.lista li p{
	float: left;
	width: 90%;
}
.detalles h2{
	display: block;
	width: 100%;
	margin-bottom: 10px;

}

.detalles{

	float: left;

	width: 360px;

	margin-left: 20px;

	line-height: 13px;

	height: 110px;

}

.detalles p{

	margin: 3px 0;

}

.previaObras{

	float: left;

	width: 100%;

	border-bottom: 1px solid #CCC;

	margin-bottom: 5px;

}

.previaObras h2{

	margin-bottom: 5px;

	margin-left: 10px;

	border-bottom: none;

	clear: right;

}

.previaObras img{

	float: left;

	margin: 5px;

}

.previaObras p{

	float: left;

	margin: 0;

	padding: 0;

	width: 85%;

	margin-bottom: 20px;

}

input, textarea{

	color: #333;

	width: 200px;

	border: none;

	height: 20px;

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 11px;	

}

textarea{

	height: 100px;

}

a.btnDetalles, 

input.btn{

	float: right;

	margin-right: 20px;

	height: 23px;

	width: 80px;

	line-height: 23px;

	color: #000;

	background: url(../images/fndoDetalles.jpg) top left no-repeat;

	text-align: center;

}

a.btnDetalles:hover,

input.btn:hover{

	background: url(../images/fndoDetallesHover.jpg) top left no-repeat;

	color: #FFF;

	text-decoration: none;

}

.50{

	float:left;

	width: 50%;

}

a.mas{
	background: url(../images/mas.png) left top no-repeat;
	padding-left: 20px;
}
a.pdf{
	background: url(../images/pdf.png) center left no-repeat;
	padding-left: 18px;
	height: 16px;
	line-height: 16px;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
}

/*************************MENU********************************/

.legal{
	background-color:#6A0204;
	color:#FFF;
}

h3{
	color:#999;
}
	
.texto{
	width:425px;
	float: left;
}

.slide{
	width: 427px;
	float: right;
	margin-top: 10px;
	margin-right:10px;
}


