* {
	margin: 0px;
}
html, body {
	height: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#back-izquierda {
	position: absolute;
	width: 50%;
	background-color: #7E8486;
	height: 100%;
}
#back-centro {
	background-image: url(../Images/back-gris-gradient.gif);
	background-repeat: repeat-y;
	background-position: center top;
	position: absolute;
	width: 100%;
	height: 100%;
}

#iso {
	text-align: center;
	position: absolute;
	width: 100%;
}
#iso img {
	margin-left: 850px;
}


#contenedor {
	position: absolute;
	width: 100%;
	bottom: 0px;
}
#cabezal {
	width: 1000px;
	margin: auto;
}

#logo {
	text-align: center;
	padding-bottom: 20px;
}
#info-contacto {
	color: #FFFFFF;
	padding-left: 20px;
	font-size: 11px;
	float: left;
	line-height: 34px;
}
#info-contacto a {
	color: #FFFFFF;
	text-decoration: none;
}
#info-contacto a:hover {
	color: #4F4F56;
}


#menu {
	padding-right: 20px;
	float: right;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	width: 12em;
	float: left;
	/* Do rounding (native in Firefox and Safari, CC in IE) */
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#menu h2 {
	color: #252525;
	background-image: url(../Images/bullete-gris-blanco.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	padding-bottom: 8px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #252525;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: #69696E;
}
#menu h2:hover {
	color: #FFFFFF;
	background-color: #3B3B42;
	/* Do rounding (native in Firefox and Safari, CC in IE) */
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-image: url(../Images/bullete-gris-blanco.gif);
	background-repeat: no-repeat;
	background-position: 10px -30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #84000A;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}



#principal {
	background-image: url(../Images/back-gris-textura.gif);
	background-repeat: repeat;
	background-position: left top;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #99000C;
	border-bottom-color: #99000C;
	clear: left;
}
#principal-contenido {
	background-color: #000000;
	width: 998px;
	height: 380px;
	margin: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#columna-izquierda {
	width: 360px;
	height: 380px;
	float: left;
	overflow: hidden;
}
#columna-centro {
	background-color: #000000;
	height: 380px;
	width: 396px;
	float: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#titulo {
	background-image: url(../Images/back-gris-oscuro-textura.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#contenedor-nota  {
	background-color: #3B3B42;
	height: 291px;
	width: 356px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
}
#flechas-scroll {
	height: 44px;
	width: 44px;
	float: right;
}
#nota {
	padding-bottom: 10px;
	height: 281px;
	width: 305px;
	overflow: hidden;
}

.flecha {
	background-image: url(../Images/arrow-texto.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 22px;
	width: 44px;
	display: block;
	cursor: pointer;
	outline: 0;
}

.flecha-up {
	background-position: 0px -54px;
}
.flecha-up:hover {
	background-position: 0px 0px;
}
.flecha-down {
	background-position: 0px -76px;
}
.flecha-down:hover {
	background-position: 0px -22px;
}


#nota p {
	font-size: 11px;
	color: #B9B9BC;
	padding-bottom: 1em;
}
#nota p a {
	color: #B9B9BC;
	text-decoration: none;
}
#nota p a:hover {
	color: #69696E;
	text-decoration: none;
}


#nota  h1 {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
	padding-bottom: 1em;
}
#nota h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#nota h1 a:hover {
	color: #B9B9BC;
	text-decoration: none;
}

#nota  h2  {
	font-size: 10px;
	color: #B9B9BC;
	font-weight: bold;
}
#nota h3 {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 10px;
}

#nota ul {
	font-size: 10px;
	color: #B9B9BC;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}







#columna-derecha {
	height: 380px;
	width: 238px;
	float: right;
	overflow: hidden;
}




#presupuesto-mascara {
	position: absolute;
	overflow: hidden;
	height: 180px;
	width: 998px;
	top: 315px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#presupuesto-contenedor {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
}
#presupuesto-contenedor .show     {
	height: 27px;
	position: absolute;
	top: -27px;
	cursor: pointer;
	background-image: url(../Images/bullete-blanco-blanco.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #99000C;
	padding-right: 20px;
	padding-left: 28px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FF0000;
	overflow: hidden;
	line-height: 2.2em;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	left: 20px;
}
#presupuesto-contenedor   .hide {
	background-position: 10px -34px;
} 

#presupuesto  {
	display: none;
	background-color: #000000;
	font-size: 10px;
	color: #FFFFFF;
	height: 137px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	opacity: 0.8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99000C;
}
#presupuesto p {
	padding-top: 5px;
}
.form-izquierda {
	position: absolute;
}
.form-centro {
	position: absolute;
	left: 321px;
}

.form-derecha {
	position: absolute;
	left: 553px;
}


#slogan {
	color: #252525;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #69696E;
	width: 100%;
	text-align: center;
}
#legales   {
	text-align: center;
	color: #4F4F56;
	padding: 20px;
	width: 1000px;
	margin: auto;
}
#legales a {
	color: #4F4F56;
	text-decoration: none;
}
#legales a:hover {
	color: #000000;
}
