@charset "iso-8859-1";
/* CSS Document */

/*ESTILOS PLANTILLA WEB*/
.centrado {width: 1000px; margin-right: auto; margin-left: auto;}
body {
	background-color: #CCCCCC;
	background-image: url(../img/bk_body.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
}
#fondo {
	background-color: #CCCCCC;
}
.futura {font-family: "Futura_Lt_arq";}

/*ESTILOS CONTENIDOS WEB*/
#content {
	background-color: #FFFFFF;
}

/*ESTILOS CONTENIDOS CABECERA*/
header {
	height: 150px;
	background-color: #333333;
	background-image: url(../img/bk_header.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 950px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#logo_header {
	float: left;
}

#lenguage {
	position: absolute;
	top: 10px;
	right: 25px;
}
#txt_header {
	float: right;
	text-align: right;
	color: #FFFFFF;
	position: relative;
	top: 20px;
}
nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
	position: absolute;
	bottom: 0px;
	right: 25px;
}

nav li {
	font-family: "Futura_Lt_arq";
	font-size: 0.8em;
	list-style-type: none;
	float: right;
	border-left-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	margin: 5px;
	display: inline;
}

nav li a {
	padding-left: 10px;
	font-family: "Futura_Lt_arq";
	color: #FFFFFF;
}

nav ul li:last-child {
	border-left-style: none;
	border-left-color: #F00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

nav li:hover a{ color:#CC6633}
nav li:active a{ color:#CC6633}

/*ESTILOS CONTENIDOS SECTION*/
section {
	background-color: #ffd3aa;
	height: 380px;
	padding: 25px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#cuadro_const {
	background-color: #c15715;
	height: 150px;
	width: 450px;
	left: 25px;
	top: 100px;
	position: absolute;
}
#txt_const {
	font-size: 0.8em;
	color: #FFFFFF;
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 40px;
}
#tira_img {
	position: absolute;
	left: 475px;
	top: 50px;
}
#cuadro_dossier {
	font-family: "Futura_Md_arq";
	font-size: 0.8em;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	float: left;
	position: absolute;
	left: 400px;
	top: 175px;
	width: 450px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#cuadro_dossier a {
	font-family: Futura_Md_arq;
	font-size: 1em;
	color: #333333;
	padding: 5px;
}
#img_obras {
	width: 450px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	float: left;
	left: 25px;
	top: 250px;
}
#img01 {
	display: inline;
	margin-right: 20px;
}
#img02 {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
#img03 {
	display: inline;
	margin-left: 20px;
	color: #333333;
}
#txt_main {
	float: left;
	font-size: 0.7em;
	color: #333333;
	font-family: "Futura_Lt_arq";
	text-align: justify;
	margin: 20px;
	height: 200px;
	width: 450px;
	position: absolute;
	left: 500px;
	top: 200px;
}
#section_izda {
	height: 430px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	float: left;
	width: 375px;
	top: 0px;
	position: absolute;
	text-align: center;
}

#arq_saecon {
	position: absolute;
	left: 60px;
	top: 35px;
}
#arq_pjp {
	position: absolute;
	top: 35px;
	right: 60px;
}

/*ESTILOS CONTENIDOS FOOTER*/
footer {
	background-color: #333333;
	padding-top: 5px;
	height: 75px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#img_links {
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	float: left;
	top: 0px;
	right: 25px;
}
#link01 {
	display: inline;
	margin-right: 5px;
}
#link02 {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#link03 {
	display: inline;
	margin-left: 5px;
	color: #333333;
}
#bk_footer {
	background-image: url(../img/bk_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 100px;
}

#txt_footer {
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
	position: relative;
	top: 5px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}

#txt_footer p {
	line-height: 120%;
}
#txt_footer a {
	color: #FFFFFF;
}
#txt_footer:hover a{ color:#CC6633}
