*
{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body
{
	font: 14px/1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:  #666;

	background: linear-gradient(#EDEDED, #E6E3E3);
	background: -webkit-linear-gradient(#EDEDED, #E6E3E3);
	background: -o-linear-gradient(#EDEDED, #E6E3E3);
	background: -moz-linear-gradient(#EDEDED, #E6E3E3);
}
/*Estilo del #scrollUp en el mismo CSS */
#scrollUp {
	bottom: 20px;
	right: 10px;
	height: 38px;  /* Height of image */
	width: 38px; /* Width of image */
	background: url(top.png) no-repeat;
}
/*Estilo del header*/
header
{
	width: 100%;
	height: 80px;
	margin-top: 61px;
	position: relative;
	background: linear-gradient(#000, #303030);
	background:-webkit-linear-gradient(#000, #303030);
	background:-o-linear-gradient(#000, #303030);
	background:-moz-linear-gradient(#000, #303030);
}
header#contenidoHeader,
div#contenedor
{
	max-width: 960px;
	margin: 0px auto;
}
#logo
{
	float: left;
	position: absolute;
	top: 0px;
	left: -86px;
	margin-top: -61px;
}
#nombreEmpresa
{
	float: left;
	position: absolute;
	margin-top: -61px;
}
#nombreEmpresa h1
{
	color: #000000;
	font-family: Times New Roman;
	font-size: 3rem;
	line-height: 61px;
	margin-left: 20px;
	letter-spacing: 10px;
	/* padding: 20px 20px 10px 20px; */ 
}
/*Estilo del nav principal*/
nav#menuPpal
{
	float: right;
	display: block;
	position: relative;
	font: 16px; 
	background: linear-gradient(#000, #303030);
	background:-webkit-linear-gradient(#000, #303030);
	background:-o-linear-gradient(#000, #303030);
	background:-moz-linear-gradient(#000, #303030);
}
nav#menuPpal ul
{
	padding: 0px;
}
nav#menuPpal li
{
	position: relative;
	/*float: left;*/
	list-style-type: none;
	min-width: 155px;
	max-width: 165px;
	display: inline-block;
}
nav#menuPpal li:hover
{
	background: linear-gradient(#AAAAAA, #DCDCDC);
	background:-webkit-linear-gradient(#AAAAAA, #DCDCDC);
	background:-o-linear-gradient(#AAAAAA, #DCDCDC);
	background:-moz-linear-gradient(#AAAAAA, #DCDCDC);	
}
nav#menuPpal li:active,
nav#menuPpal li.seleccionado,
nav#menuPpal li.seleccionado a:hover
{
	color:#A7A7A7;
	background: linear-gradient(#2A2A2A, #585858);
	background:-webkit-linear-gradient(#2A2A2A, #585858);
	background:-o-linear-gradient(#2A2A2A, #585858);
	background:-moz-linear-gradient(#2A2A2A, #585858);
}
nav#menuPpal li:hover a,
nav#menuPpal li:hover ul,
nav#menuPpal li:hover li
{
	z-index: 100;
}
nav#menuPpal li a
{
	display: block;
	border-right: 1px solid #222;
	color:#A7A7A7;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 15px 10px 15px 10px;
	height: 50px;
}
nav#menuPpal li a:hover
{
	color: #303030;
}
nav#menuPpal li:hover ul
{
	display: block;
}
nav#menuPpal ul ul
{
	display: none;
	width: 100%;
	position: absolute;
	left: 0px;
}
nav#menuPpal ul ul li
{
	float: none;
}
nav#menuPpal ul ul li a
{
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color:#A7A7A7;
	text-decoration: none;
	text-align: left;
	height: 25px;
	background-color: white;
	width: 150px;
	box-shadow: 5px 5px 5px rgba(40,40,40,0.6);
}
nav#menuPpal ul ul li a:hover
{
	background-color: #DCDCDC;
}
nav#menuPpal ul a span
{
	display: block;
	float: right;
	margin-left: 5px;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 
	-webkit-transform:rotate(180deg); 
}
nav#menuPpal ul a small
{
	display: block;
	float: middle;
	text-align:center;
	font-weight: normal;
	color:#A7A7A7;
}
/*Fin de Estilo del nav principal*/
/*Fin de estilo del header*/

/*Estilo del contenedor principal*/

div#contenedorAsides
{
	float: left;
	width: 366px;
	
	display: none;
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	div#contenedorAsides
	{
		float: left;
		width: 366px;
		
		display: none;
	}
}


aside#contenidoAdicional
{
	margin-top: 10px;
	margin-bottom: 30px;
	top: 10px;
}
aside#contenidoAdicional ul li
{
	list-style-type: none;
	margin: 0px 34px;
	height: 70px;
	border-bottom: 1px solid #666;
}
aside#contenidoAdicional ul li a
{
	display: block;
	line-height: 70px;
	font-size: 18px;
	font-weight: bold;
	color:#A7A7A7;
	margin-left: 10px;
}
aside#contenidoAdicional ul li a:hover
{
	color: #303030;
}
aside#contenidoAdicional li:active,
aside#contenidoAdicional li.seleccionado2 a,
aside#contenidoAdicional li.seleccionado2 a:hover
{
	color:#303030;
}
aside#presupuesto
{
	margin-top: 60px;
	text-align: center;
}
aside#presupuesto img
{
	border: 2px solid white;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 3px rgba(110,110,110,0.6);
	width: 250px;
}
section#contenido
{
	/* float: right; */
	/* width: 775px; */
	max-width: 960px;
	min-height: 520px;
	background-color: white;
	/* margin-top: 10px; */
	margin: 20px auto 0px auto;
}
#contenido h2
{
	color: #9C0001;
	font-family: Times New Roman;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 20px 10px 20px; 
}
#contenido h3
{
	font-family: Century Gothic;
	font-size: 22px;
	font-weight: lighter;
	text-shadow: 1px 1px #000;
	padding: 10px 20px 15px 20px;
}
#contenido h4
{
	font-size: 18px;
	padding: 10px 20px 5px 20px;
}
#contenido p
{
	text-align: justify;
	padding: 10px 20px 5px 20px;
}
article
{
  display: none;
}
article.oculto
{
  display: none;
}
#menuMovil
{
	display: none;
	position: fixed;
}
#logoMiniImg
{
	display: none;
	position: fixed;
}
/* Mobiles */
/*
@media only screen and (max-width : 480px) 
*/


article.visible
{
  display: block;
}
/*
article#articuloEmpresa
{
  display: block;
}
*/
article img,
#mapa img
{
	/* width: 600px; */
	/* height: 450px; */
	display: block;
	margin: 10px auto;
	box-shadow: 5px 5px 5px rgba(40,40,40,0.6);
}
article a
{
	color: #9C0001;
}
#mapa img
{
	width: 800px;
	height: 500px;
}
nav#menuSecundario ul li
{
	list-style-type: none;
}
nav#menuSecundario ul li a
{
	display: block;
	color:#A7A7A7;
	margin: 8px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #CCC;
}
nav#menuSecundario ul ul li a
{
	margin-left: 40px;
}
nav#menuSecundario ul li a:hover
{
	color: #303030;
}
.formu
{
	margin: 10px auto;
	width: 700px;
	border: 0px;
	border-spacing: 10px;	
}
th
{
	text-align: right;
	width: 150px;
	height: 40px;
	margin-right: 30px;
}
td input
{
	height: 30px;
}
#enviar
{
	width: 80px;
}
/*Estilos del Footer*/
div#footerEmpresas
{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	background: linear-gradient(#D9D7D0, #E9E7E7);
	background:-webkit-linear-gradient(#D9D7D0, #E9E7E7);
	background:-o-linear-gradient(#D9D7D0, #E9E7E7);
	background:-moz-linear-gradient(#D9D7D0, #E9E7E7);
}
aside#empresas img
{
	margin: 20px;
	border: 1px solid white;
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	width: 220px;
}
div#footerabajo
{
	width: 100%;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	padding: 20px 0px;

	background: linear-gradient(#000, #303030);
	background:-webkit-linear-gradient(#000, #303030);
	background:-o-linear-gradient(#000, #303030);
	background:-moz-linear-gradient(#000, #303030);
}
div#footerabajo a
{
	color: #9C0001;
	text-decoration: none;
	cursor: hand;
}
/*FIN de estilos del Footer*/
.limpia
{
	width: 100%;
	clear: both;
}

@media only screen and (max-width : 960px) and (min-width : 480px)
{
	#logoImg
	{
		display: none;
	}
	#logoMiniImg
	{
		display: inline;
		top: 0px;
		left: 0px;
		margin-top: 0px;
		position: static;
	}
	#logo
	{
		left: 0px;
	}
	#nombreEmpresa
	{
		padding-left: 40px;
	}
/*
body
{
border: 10px solid red;
}
*/
}
@media only screen and (max-width : 480px) 
{
/*
body
{
border: 10px solid blue;
}
*/
	article
	{
		padding-top: 70px;
	}
	article.oculto
	{
	  display: block;
	}
	#nombreEmpresa
	{
		margin-top: 0px;
		margin-left: 24px;
	}
	header
	{
		position: fixed;
background: linear-gradient(#EDEDED, #E6E3E3);
background: -webkit-linear-gradient(#EDEDED, #E6E3E3);
background: -o-linear-gradient(#EDEDED, #E6E3E3);
background: -moz-linear-gradient(#EDEDED, #E6E3E3);
		margin-top: 0px;
		top: 0px;
		left: 0px;
		height: 62px;
	}
	header
	{
	/*
		height: 0px;
		*/
	}
	nav#menuPpal
	{
	  display: none;
	}
	nav#menuPpal[consumed="false"]
	{
	  display: block;
		top: 62px;
	}
	#menuMovil
	{
	  display: block;
		right: 10px;
		top: 20px;
	}
	#logo
	{
		top: 0px;
		left: 0px;
		margin-top: 0px;
		/*
		float: left;
		position: absolute;
		top: 0px;
		left: -86px;
		margin-top: -61px;
		*/
	}
	#logoImg
	{
		display: none;
	}
	#logoMiniImg
	{
		display: inline;
	}
}





/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}


}

