@charset "UTF-8";
body {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #999 url(images/fondo_fijo.jpg) no-repeat center 0 fixed;
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	/*background-color: #FFFFFF;*/
	/*background-image: url(images/fondo.jpg);/* box-shadow: 10px 10px #0C0C0C; */
}
.oneColFixCtrHdr #header {
	height: 244px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/cabecera.png);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
	padding: 10px 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	overflow:hidden;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 110px;
}
.oneColFixCtrHdr #footer p {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-shadow: 1px 1px 1px #fff;
}
#menu {
	height: 55px;
	background-image: url(images/fondo_menu.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#menu ul {
	width: 950px;
	height: 35px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;/*estos márgenes consiguen centrar el diseño*/
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 105px;
}
#menu ul li {/*esto es lo que consigue que la lista sea horizontal*/
	display: block;
	float: left;
	padding: 0;
	margin: 0px;
}
#menu ul li a#contacto {
	display: block;
	width: 196px;
	height: 55px;
	margin-right: 8px;
	/*text-indent: -5000px;*/
	background: url(images/contacto.gif) top left no-repeat;
}
#menu ul li a#contacto:hover {
	background-position: 0 -55px;
}
#menu ul li a#blog {
	display: block;
	width: 111px;
	height: 55px;
	/*text-indent: -5000px;*/
	background: url(images/blog.gif) top left no-repeat;
}
#menu ul li a#blog:hover {
	background-position: 0 -55px;
}
.ficha {
	/*background-image: url(images/ficha.png);*/
	background-color: rgba(62, 61, 72, 0.8); 
	text-align: center;
	height: 266px;
	width: 177px;
	box-shadow: 0px 0px 5px #000000; /* Opera 10.5, IE 9.0 */
	border-radius: 8px; /* Opera 10.5, IE 9 */
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	clear: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 3px;
	 /* FF3+, Saf3+, Opera 10.10+, Chrome */
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3+, Chrome */
	-moz-box-shadow: 0px 0px 5px #000000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px #000000; /* Saf3.0+, Chrome */

}
.mensaje {
	/*background-image: url(images/ficha.png);*/
	background-color: rgba(62, 61, 72, 0.8); 
	text-align: center;
	height: 57px;
	width: 250px;
	box-shadow: 0px 0px 45px #000000; /* Opera 10.5, IE 9.0 */
	border-radius: 8px;
	 /* FF3+, Saf3+, Opera 10.10+, Chrome */
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3+, Chrome */
	-moz-box-shadow: 0px 0px 5px #000000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px #000000; /* Saf3.0+, Chrome */
	font-family: "Century Gothic", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #B0B0B0;
	font-size: 14px;
	color: #B0B0B0;
	line-height: 25px;
	padding: 15px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
}
.text_ficha {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #B0B0B0;
	font-size: 14px;
	text-align: right;
	padding-right: 16px;
	margin-top: 2px;
	color: #B0B0B0;
	line-height: 25px;
}
.text_ficha hr {
	color: #2e2e2e;
	background-color: #2e2e2e;
	border: 0px;
	height:  1px;
	width: 156px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;

}
.img_oculta {
	position: absolute;
	left: -1000px;
	top: -1000px;
}
.cliente {
	font-size: 11px;
	color: #CCC;
	text-align: right;
}
#footer p a {
	color: #000;
	text-decoration: none;
}
#footer p a:hover {
	color: #666;
	text-decoration: none;
}
/* contact form */

#cformsform {
	display: block;
	padding: 40px 0;
	width: 550px;
	margin-left: 20px;
}

#cf_field_1 {
	width: 252px;
	height: 32px;
	border: none;
	color: #555;
	font: normal 14px;
	background: url(images/form1.png) no-repeat 0 0;
	float: left;
	padding-top: 2px;
	padding-left: 5px;
}

#cf_field_1:focus {
	border: none;
}

#cf_field_2 {
	width: 252px;
	height: 32px;
	border: none;
	color: #555;
	font: normal 14px;
	background: url(images/form1.png) no-repeat 0 0;
	float: left;
	padding-top: 2px;
	padding-left: 5px;
	margin-left: 5px;
}

#cf_field_2:focus {
	border: none;
}

#cf_field_3 {
	width: 514px;
	height: 140px;
	overflow: auto;
	border: none;
	color: #555;
	font: normal 14px;
	line-height: 20px;
	background: url(images/textarea.png) no-repeat 0 0;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 8px;
}

#cf_field_3:focus {
	border: none;
}

#sendbutton {
	width: 145px;
	height: 40px;
	display: block;
	text-indent: -999999px;
	outline: none;
	cursor: pointer;
	border: none;
	background: url(images/enviar.png) no-repeat 0 0;
	float: left;
	margin-left: -5px;
}

#sendbutton:hover {
	background-position: 0 bottom;
}
#archivos {
	width: 400px;
	margin: 30px auto 0;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background-color: rgba(255, 255, 255, 0.5);
	text-align: left;
	color: navy;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	padding: 20px 40px 36px;
}
#archivos a {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin: 6px;
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
#archivos a:hover{
	text-decoration:none;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');

}
#archivos a:active{
	position: relative;
	top: 1px;
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');

}
