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: 14px;
	line-height: 22px;
	color: #333333;
}

body p
{
	font-family: "Calibri", Tahoma, Arial, sans-serif;
	font-size: 14px}


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: 172px;
	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: 8px;
}

/*********************/

.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;
	
}

.presentacion
{
	max-width: none;
	width: 100%;
	height: 400px;
}

.fondoPresentacion
{
	height: 350px;
	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;
}

.contenidoPresentacion
{
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 5px 0 5px;
	/*overflow: hidden;*/
}

.textoPresentacion
{
	width: 35%;
	float: left;
}

.textoPresentacion h1
{
	color: #FF8E00;
	font-size: 40px;
	font-weight: 700;
	line-height: 100%;
	margin: 60px 0 30px 0;
}

.textoPresentacion p
{
	color: #EEE;
	font-size: 16px;
	font-weight: 400;
}

.contenidoPresentacion img
{
	/*width: 60%;*/
	height: 400px;
	float: right;
	margin: -20px 0 20px 0;
}

.servicios
{
	margin: 40px auto;
}

.producto
{
	width: 25.33%;
    margin-bottom: 50px;
    padding: 4%;
}

.producto h2
{
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 20px 0;
	/*text-shadow: #aaa 0 1px 0;*/
	color: #FF8E00;
}

.producto img
{	
	float: left;
	width: 100%;

	margin: 0 5px 2px 1px;

	padding:5px; /* Espacio entre la imagen y el borde */
	background:#FFF; /* Color de fondo que se ve entre el espacio */
	box-shadow: 0px 0px 5px #999;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.producto img:hover
{	
	border-radius: 0% 20%; /* Borde redondeado */
	box-shadow: 0px 0px 5px #666; /* Sombra */
	background: #FF8E00;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor:pointer;

}

.producto p
{
	float: left;
    margin-top: 15px;
    width: 100%;
    vertical-align: center;
    text-align: justify;
}

.derecha
{
	float: right;
}

.izquierda
{
	float: left;
}

footer
{
	clear: both;
	height: 50px;
	background: #FF8E00;
	margin: 30px 0 0 0;
}

footer p
{
	text-align: center;
	vertical-align: center;
	padding: 15px;
	color: #FFF;
}

footer div
{
	margin: 0 auto;
	max-width: 1000px;
}