@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;
}
#form_contacto {
	float: left;
	background-color: #c15715;
	position: absolute;
	left: 25px;
	top: 25px;
	height: 340px;
	width: 310px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 10px 10px 10px 5px #545454;
	box-shadow: 10px 10px 10px 5px #545454;
	padding: 20px;
}
#situ_google {
	position: absolute;
	left: 430px;
	top: 25px;
	font-family: "Futura_Lt_arq";
	font-size: 0.8em;
	text-align: center;
	background-color: #c15715;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 10px 10px 10px 5px #545454;
	box-shadow: 10px 10px 10px 5px #545454;
	padding: 10px;
}
#section_izda {
	height: 430px;
	border-right-color: #FFFFFF;
	float: right;
	width: 625px;
	top: 0px;
	position: absolute;
	text-align: center;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	left: 400px;
}
form {font-family: "Futura_Lt_arq";}
form input {
	font-family: "Futura_Lt_arq";
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	width: 300px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #CCCCCC;
}
form textarea {
	font-family: "Futura_Lt_arq";
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100px;
	width: 300px;
	padding: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #CCCCCC; resize:none
}
input[type="submit"] {
	width: 60px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	top: 10px;
	-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
label {
	display: block;
}

/*ESTILOS CONTENIDOS FOOTER*/
footer {
	background-color: #333333;
	padding-top: 5px;
	height: 75px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bk_footer {
	background-image: url(../img/bk_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 100px;
}
#img_links {
	width: 450px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	float: left;
	top: 0px;
	right: -200px;
}
#link01 {
	display: inline;
	margin-right: 5px;
}
#link02 {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#link03 {
	display: inline;
	margin-left: 5px;
	color: #333333;
}
#txt_footer {
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
	position: relative;
	top: 5px;
}

#txt_footer p {
	line-height: 120%;
}
#txt_footer a {
	color: #FFFFFF;
}

