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;
}

.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;
}

#container h1
{
	font-size: 30px;
	color: #999;
	padding-bottom: 20px;
}

/*** FORMULARIO *****************************/
		
img{
	border:none;
	}			
hr{
	display:none;
	}	
table{
	margin:1em 0;
	width:100%;
	border-collapse:collapse;
	}
th, td{	
	padding:2px 5px;
	}	
th{	
	text-align:left;
	}
li{
	display:list-item;
	}	
	
#container{	
	margin: 40px auto;
	background:#fff;
	max-width: 1000px;
	width:100%;
	text-align:left;
	}		


/* form 1 */

	#form1{
		margin:1em 0;
		padding-top:10px;
		border: 2px solid #eee;
		border-radius: 0 15px 0 15px;
		width: 585px;
		float: left;
		}
	#form1 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:260px;
		margin-left:25px;
		}		
	#form1 legend{display:none;}	
	#form1 p{margin:.5em 0;}	
	#form1 label{display:block;}	
	#form1 input, #form1 textarea, #form1 select{		
		width:252px;
		border:1px solid #ddd;
		background:#fff url(../images/form1/form_input.gif) repeat-x;
		padding:3px;
		}		
	#form1 textarea{
		height:122px;
		width:252px;
		overflow:auto;
		font-family: Arial;
		}					
	#form1 p.submit{
		float: right;
		padding:0 25px 20px 25px;
		margin-top:30px;
		}	
	#form1 button{
		width:250px;
		height:37px;
		line-height:37px;		
		border:none;
		color:#fff;
		background-color: #FF8E00;
		cursor:pointer;
		text-align:center;
		font-size: 16px;
		}				

/* // form 1 */

#textRadio input[type="radio"]
{
	margin: 10px;
	margin-left: 30px;
	display: inline;
	text-indent: 0;
	text-align: left;
	width: 20px;
}

#mapa
{
	float: right;
	margin:1em 0;
}

/********************************************/

footer
{
	clear: both;
	height: 50px;
	background: #FF8E00;
	/*margin: 5px 0 0 0;*/
}

footer p
{
	text-align: center;
	vertical-align: center;
	padding: 15px;
	color: #FFF;
}

footer div
{
	margin: 0 auto;
	max-width: 1000px;
}