html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, strong, ul, li, article, footer, header, nav, section
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, footer, header, nav, section
{
	display: block;
}

body
{
	font-family: 'Titillium Web', Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}
body p
{
	font-family: "Calibri", Tahoma, Arial, sans-serif;
}


html
{
	background: #fefefe;
	overflow-y: scroll;
}

/*falta la zona central de la imagen*/
header, section.servicios
{
	padding: 0 5px 0 5px;
}

a, a:active, a:visited, a:link
{
	outline: none;
	color: #FF8E00;
	text-decoration: none;

	transition: color 1s, padding 1s;
	-webkit-transition: color 1s, padding 1s;
}

footer a
{
	color: #FFFFFF;
}

a:hover
{
	color: #333;
	/*padding-bottom: 50px;*/
}

nav ul, nav li
{
	margin: 0;
	list-style: none;
	list-style-image: none;
}

/* MENU DESPLEGABLE */
#specialNav
{
	width: 50px;

	overflow: hidden;
}

#specialNav ul
{
	display: block;
	position: absolute;
	margin-left: -9999999px;
	height: 0;
	overflow: hidden;
	opacity: 0;

	-moz-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

#specialNav:hover ul
{
	margin-top: 4px;
	margin-left: 140px;
	display: block;
	position: absolute;
	background-color: #eee;
	border-radius: 5px;
	font-size: 13px;
	box-shadow: 0 0 5px #999;
	text-align: center;
	height: auto;
	overflow: visible;
	opacity: 1;
}

#specialNav li
{
	overflow: hidden;
	display: block;
	padding: 10px;
}

/*********************/

.fila
{
	width: 100%;
	margin: 10px auto;
	max-width: 1000px;
	min-width: 860px;
	overflow: hidden;
}

a.zonaLogo
{
	width: 350px;
	height: 66px;
	float:left;
	/*text-indent: -9999px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../imagenes/logo.jpg);*/
}

.logo
{
	width: 66px;
	height: 66px;
	float:left;
	background-color: #eee;
	border-radius: 0 20%;	 
}

.contenidoLogo
{
	color: #FF8E00;
	font-size: 60px;
	font-weight: 800;
	padding: 19px 17px;
	/*text-indent: 0;*/
}

.textoLogo
{
	color: #333;
	font-size: 44px;
	float:left;
	margin: 20px 0 0 20px;
}

nav.menuPrincipal
{
	float: right;
	margin: 25px 0;
	font-size: 16px;
}

nav.menuPrincipal ul li
{
	display: inline;
	margin: 0 12px;

	font-weight: 700;
	color: #333;
	padding: 3px 5px 3px 5px;
	
}


.derecha
{
	float: right;
}

.izquierda
{
	float: left;
}

/* TABLAS ************************/
#sectionInfo
{
	width: 100%;
	margin: 40px auto;
	max-width: 1000px;
	min-width: 760px;
}

#sectionInfo h1
{
	font-size: 30px;
	color: #999;
	padding-bottom: 20px;
}

.presentacion
{
	max-width: none;
	width: 100%;
}

.fondoPresentacion
{
	height: 10px;
	margin-top: 20px;

	background:
	linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
	linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
	linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
	linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
	linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
	linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
	background-color: #131313;
	background-size: 20px 20px;
}

.textoPresentacion
{
	float: left;
}

.textoPresentacion h1
{
	color: #FF8E00;
	font-size: 40px;
	font-weight: 700;
	margin: 5px 15px;
	/*text-shadow: #555 0 1px 0;*/
}

article
{
	/*clear: both;*/
	margin: 25px 0;
}

.contenedor
{
	width: 25%;
	max-width: 1000px;	
	float: left;
	max-height: 120px;
}

.contenedor img
{
	width: 25%;
	margin-right: 2%;
}

.contenedor div
{
	width: 78%;
}

.contenedor img, .contenedor div
{
	float: left;
}

table
{
	width: auto;
	padding-top: 20px;
	margin-bottom: 60px;
	font-size: 10px;
	text-align: left;
}

table td
{
	padding: 0 8px 0 0;
}

.contenedor td
{
	font-size: 12px;
}

td[colspan]
{
	padding-left: 20px;
}

.contenedor h3, #informacionAdicional h3
{
	color: #FF8E00;
	font-size: 16px;
}

.contenedor div
{
	width: 60%;
}

.contenedor p
{
	color: #333;
	font-size: 14px;
}

.datos
{
	color: #ccc;
	font-size: 12px;
	text-align: left;
}

.numeros
{
	color: #999;
	text-align: right;
}

#informacionAdicional ul
{
	margin-top: 5px;
	padding-left: 30px;
	font-size: 14px;
}

#informacionAdicional #listaVentajas
{
	list-style-image: url(../imagenes/tick.png);
}

#informacionAdicional  p
{
	color: #333;
	font-size: 14px;
}

aside
{
	position: fixed;
	right: 5;
	top: 22%;
	color: #333;
}

div a:active, div a:visited, div a:link
{
	color: #333;
	outline: none;
	text-decoration: none;

	transition: color 1s, padding 1s, opacity 0.3s;
	-webkit-transition: color 1s, padding 1s, opacity 0.3s;
}

div a:hover
{
	color: #FF8E00; 
	opacity: 1;
}

#presupuesto {
position: fixed;
top: 10px; /* Distancia desde abajo */
right: 10px; /* Distancia desde la derecha */
opacity: 0.2;
text-align: center;
}

#presupuesto span {
width: 48px; /* Ancho del botón */
height: 48px; /* Alto del botón */
display: block;
background: url(../imagenes/presupuesto.png) no-repeat center center;
}

#presupuesto p
{
	padding-top: 50px;
	margin-left: -15px;
	font-size: 12px;
}

#IrArriba {
position: fixed;
bottom: 10px; /* Distancia desde abajo */
right: 10px; /* Distancia desde la derecha */
opacity: 0.3;
}

#IrArriba span {
width: 48px; /* Ancho del botón */
height: 48px; /* Alto del botón */
display: block;
background: url(../imagenes/flecha.png) no-repeat center center;
}

/*********************************/

footer
{
	clear: both;
	height: 50px;
	background: #FF8E00;
	margin: 40px 0 0 0;
}

footer p
{
	text-align: center;
	vertical-align: center;
	padding: 15px;
	color: #FFF;
}

footer div
{
	margin: 0 auto;
	max-width: 1000px;
}