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

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* RESET */ 

@font-face {
	font-family: 'Conv_TradeGothicLH-Extended';
	src: url('fonts/TradeGothicLH-Extended.eot');
	src: local('☺'), url('fonts/TradeGothicLH-Extended.woff') format('woff'), url('fonts/TradeGothicLH-Extended.ttf') format('truetype'), url('fonts/TradeGothicLH-Extended.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background:url(img/fondo.jpg) center top no-repeat;
	z-index:1;
}

#logo {
	position:absolute;
	margin:auto;
	left:50%;
	margin-left:-480px;
}

#header {
	position:absolute;
	margin:auto;
	left:50%;
	margin-left:-100px;
	font-family:'Conv_TradeGothicLH-Extended',Sans-Serif;
	text-transform:uppercase;
	font-size:12px;
}

.botonera {
	padding:0 18px 0 18px;
}

.botonera a {
	color:#9b825d;
	text-decoration:none;
}
.botonera a:hover {
	color:#a9a6a6;
	text-decoration:underline;
}
.botonera a.selected {
	color:#a9a6a6;
	text-decoration:none;
}

#main-container {
	width:100%;
	overflow:hidden;
}

#slider {
	margin:auto;
	width:100%;
	margin-left:-200px;
	background:url(img/flia.png) center no-repeat;
	height:329px;
	position:relative;
	z-index:2;
	top:100px;
}

#texto-slider {
	position:absolute;
	top:50px;
	margin:auto;
	left:50%;
	width:647px;
	background:url(img/texto-slider.fw.png) right top no-repeat;
	padding-right:40px;
	padding-top:25px;
	z-index:3;
	min-height:91px;
	text-align:right;
}

#texto-slider p, #texto-slider-home p {
	font-family:'Conv_TradeGothicLH-Extended',Sans-Serif;
	font-size:16px;
	text-transform:uppercase;
	color:#9b825d;
}

#texto-slider p span, #texto-slider-home p span {
	font-family:'Conv_TradeGothicLH-Extended',Sans-Serif;
	font-size:24px;
	text-transform:uppercase;
	color:#a9a6a6;
}

#content-head {
	margin:auto;
	left:50%;
	margin-left:-700px;
	position:relative;
	z-index:3;
	background:url(img/container-head.fw.png) no-repeat bottom center;
	width:1800px;
	height:390px;
}

#content {
	z-index:4;
	margin:auto;
	margin-top:125px;
	background:url(img/content-background.png) repeat-y top center;
	width:100%;
}

#texto-content {
	z-index:5;
	position:relative;
	margin:auto;
	left:50%;
	margin-left:-450px;
	margin-top:0px;
	width:890px;
	line-height:125%;
	font-family:'Conv_TradeGothicLH-Extended',Sans-Serif;
	color:#777575;
}

#footer {
	z-index:3;
	background:url(img/footer.png) no-repeat bottom center;
	width:100%;
	margin:auto;
	height:280px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#cfcfcf;
	line-height:150%;
}

#texto-footer {
	position:absolute;
	margin:auto;
	left:50%;
	margin-left:-225px;
	margin-top:120px;
}

#footer strong {
	font-weight:bold;
	color:#FFF;
}

.raquo {
	width:50px;
	text-align:right;
	padding-right:15px;
}

.botonera-footer a {
	color:#cfcfcf;
	text-decoration:none;
}
.botonera-footer a:hover {
	color:#fff;
	text-decoration:underline;
}
.botonera-footer a.selected {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#servicios {
	font-size:12px;
	color:#777575;
}

.txt {
	padding-bottom:20px;
}

.smtxt {
	padding-bottom:10px;
}

#contacto {
	font-size:12px;
}

input[type='text'], input[type='number'] {
	height:30px;
	width:300px;
}

textarea {
	height:100px;
	width:610px;
	resize:none;
}

input[type='submit'] {
	height:45px;
	width:199px;
	background:url(img/extra_03.png) no-repeat top center;
	border:none;
	font-family:'Conv_TradeGothicLH-Extended',Sans-Serif;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
}

#errores-contacto {
	margin:0 0 20px 130px;
	font-family:Tahoma, Geneva, sans-serif;
}

#errores-contacto li {
	color:#F00;
	font-weight: bold;
	list-style-type: circle;
	margin-left: 35px;
}