/* ------------------ GENERALES -------------------*/
* {
	padding: 0;
	margin: 0;
	list-style: none none;
	background-repeat: no-repeat;
	border: none none;
}
html, body {
		height:100%;
}
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	background: url(images/back.jpg) center center;
}
p {
 line-height: 1.7em;
}
a {
	-moz-outline-style: none; /* Saca un recuadrito que hay alrededor del link */
  	outline: none; /* Saca un recuadrito que hay alrededor del link */
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none none;
}
#header {
	background-color: #EAE7FF;
	background-image: url(images/header_back.jpg);
	height: 131px;
	position: relative;
}
#footer {
	height: 40px;
	border-top: 1px solid #666666;
    clear: both;
}
#footer img {
	display: block;
	width: 737px;
	height: 14px;
	margin: 15px auto 0 auto;
}

.hidden {
	display: none;
}
.hiddentext {
	text-indent: -9999px;
	font-size: 1px;
}
#menu {
	position: absolute;
	top: 105px;
	right: 0px;
	height: 26px;
	width: 430px;
	overflow: hidden;
	text-align: left;
    background-color: #000;
}
#menu li {
	display: inline;
	text-indent: -9999px;
	text-decoration: none;	
}
#menu a {
	display: block;
	height: 21px;
	margin-top: 4px;
	float: left;
	background: #000000 url(images/menu.gif);
	margin-left: 25px;
}
#menu #nav-inicio a {
	width: 45px;
	background-position: -32px -5px;
}
#menu #nav-inicio a:hover,#menu #nav-inicio a.selected {
	background-position: -32px -31px;
}
#menu #nav-empresa a {
	width: 76px;
	background-position: -109px -5px;
}
#menu #nav-empresa a:hover,#menu #nav-empresa a.selected {
	background-position: -109px -31px;
}
#menu #nav-servicios a {
	width: 71px;
	background-position: -217px -5px;
}
#menu #nav-servicios a:hover,#menu #nav-servicios a.selected {
	background-position: -217px -31px;
}
#menu #nav-contacto a {
	width: 82px;
	background-position: -319px -5px;
}
#menu #nav-contacto a:hover,#menu #nav-contacto a.selected {
	background-position: -319px -31px;
}
#distance { 
	width:1px;
	height: 50%;
	margin-bottom: -227px; /* half of container's height */
	float:left;
}
.container {
	width: 780px;
	border: 1px solid #666666;
	position:relative; /* puts container in front of distance */
	text-align:left;
	background-color: #FFF;
}
#inicio.container {
	margin: 0 auto;
	clear:left;
	height: 455px;
}
#contacto.container,#empresa.container,#servicios.container {
	margin: 20px auto 0 auto;
}
/* ----------------- INICIO ------------- */
#inicio .content {
	height: 281px;
}
/* ------------- EMPRESA -------------- */
#empresa .content {
	background: url(images/empresa_left.jpg) no-repeat;
	padding-left: 225px;
	padding-right: 10px;
}
#empresa h2 {
	background: url(images/empresa_header.gif) no-repeat right 10px;
	height: 31px;
	border-bottom: 2px solid #333333;
	padding-top: 10px;
	margin-bottom: 10px;
}
#empresa p {
	padding-bottom: 10px;
}
#empresa #foto {
	position: absolute;
    left: 580px;
    top: 320px;
}
/* ------------- SERVICIOS --------------- */
#servicios .content {
	background: url(images/servicios_left.jpg) repeat-y;
	padding-left: 225px;
	padding-right: 10px;
}
#servicios h2 {
	background: url(images/servicios_header.gif) no-repeat right 10px;
	height: 31px;
	border-bottom: 2px solid #333333;
	padding-top: 10px;
	margin-bottom: 10px;
}
#servicios p {
	padding-bottom: 10px;
}
#servicios .columna {
	width: 250px;
    border-right: 1px solid #333333;
    padding-right: 10px;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}
#servicios #media-images {
	margin-left: 60px;
    width: 500px;
}
#servicios #media-images img {
	border: none;
    margin: 5px 10px;
}
#servicios a {
	color: #990000;
}
#servicios a:hover {
	text-decoration: underline;
}
/* ------------- CONTACTO -------------- */
#contacto .content {
	background: url(images/contacto_left.jpg) no-repeat;
	padding-left: 225px;
	padding-right: 10px;
}
#contacto a {
	color: #990000;
}
#contacto a:hover {
	text-decoration: underline;
}
#contacto h2 {
	background: url(images/contacto_header.gif) no-repeat right 10px;
	height: 31px;
	border-bottom: 2px solid #333333;
	padding-top: 10px;
	margin-bottom: 10px;
}
#form fieldset {
    border: 1px solid #333333;
    margin: 10px 20px 0 20px;
    padding: 0 10px 5px 10px;
    position: relative;
}
#form #contacto_cotizacion {
    position: absolute;
    top: 17px;
    left: 280px;
}

#form #nombre,
#form #telefono,
#form #email,
#form #mensaje,
#form #comentarios,
#form #empresa,
#form #cantidad_invitados,
#form #lugar {
 border: 1px solid #333333;
 padding: 2px;
 width: 250px;
 background: #CCCCCC;
 color: #000;
 font: 1em Verdana, Arial, Helvetica, sans-serif;
}

#form #mensaje {
 height: 120px;
}

#form #enviar {
 border: 1px solid #333333;
 padding: 1px;
 background: #CCCCCC;
 color: #666666;
 font: bold .9em Verdana, Arial, Helvetica, sans-serif;
 margin-top: 3px;
}
/* ------- Presupuesto ----- */
#formpresupuesto {
	text-align: left;
    margin: 10px;
}
#formpresupuesto fieldset {
    border: 1px solid #333333;
    margin: 10px 20px 0 20px;
    padding: 0 10px 5px 10px;
    position: relative;
}
#formpresupuesto #contacto_cotizacion {
    position: absolute;
    top: 17px;
    left: 280px;
}

#formpresupuesto #nombre,
#formpresupuesto #telefono,
#formpresupuesto #email,
#formpresupuesto #mensaje,
#formpresupuesto #comentarios,
#formpresupuesto #empresa,
#formpresupuesto #cantidad_invitados,
#formpresupuesto #lugar,
#formpresupuesto select {
    border: 1px solid #333333;
    padding: 2px;
    background: #CCCCCC;
    color: #000;
    font: 1em Verdana, Arial, Helvetica, sans-serif;
}

#formpresupuesto #comentarios {
    height: 120px;
}

#formpresupuesto #enviar {
    border: 1px solid #333333;
    padding: 1px;
    background: #CCCCCC;
    color: #666666;
    font: bold .9em Verdana, Arial, Helvetica, sans-serif;
    margin-top: 3px;
}


#footer-idea {
	width: 780px;
    margin: 0 auto;
	padding: 10px;
	text-align: right;
	line-height: 20px;
	font-size: 10px;
	color: #666666;
    clear: both;
}
#footer-idea img {
	float: right;
	display: block;
	margin-left: 7px;
    border: none;
}
#footer-idea a {
	color: #CB8B00;
	text-decoration: none;
	font-weight: bold;
}
#footer-idea a:hover {
	color: #333333;
}