BODY {
	font-size: 0.9em;
	padding: 0;
	padding-left: 20px;
	margin: 0;
	font-family:helvetica, Arial, helve, sans-serif;
	text-align: center;
}

body.uno {
background: #244888 url(/img/bgs/13_GU002_350A.jpg) repeat;
}

body.dos {
background: #244888 url(/img/bgs/13_GU097_350A.jpg) repeat;
}

body.tres {
background: #244888 url(/img/bgs/13_GU013_350A.jpg) repeat;
}

body.cuatro {
background: #244888 url(/img/bgs/GU028_350A.jpg) repeat;
}

h1,h2,h3,h4,h5 {
	color: #fff;
}

H1 {
	margin-top: 0;
}

h1,h2 {
	margin-bottom: 0;
}

A {
	color: #000;
}
A:active {
	color: red;
}

A:visited {
	color: #000;
}
A:hover {
	color: #FFA83D;
}

body.inicio #inicio a,
body.apartamentos #apartamentos a,
body.entorno #entorno a,
body.localizacion #localizacion a,
body.tarifas #tarifas a,
body.contacto #contacto a {
	color: #FFA83D;
	background: url(/img/arrow_over-trans.png) no-repeat left center;
}



A IMG {
border: none;
}

#logo {

}


#header {
	float: left;
	background: url(/img/bgs/fondo_menu-trans.png) repeat-x;
	width: 220px;
	text-align: center;
	padding: 10px;
	min-height: 400px;
}

#menu {
	list-style-type: none;
	text-align: left;
	text-transform: uppercase;
}

#menu li {
}

#menu li a {
	text-decoration: none;
	display: inline-block;
	padding: 3px 0;
	font-size: 0.8em;
	border-bottom: 1px dotted #858FA1;
	color: #225266;
	padding-left: 30px;
	background: url(/img/arrow-trans.png) no-repeat left center;
}

#menu li a:hover {
	color: #FFA83D;
	background: url(/img/arrow_over-trans.png) no-repeat left center;
}

#wrapper {
	width: 900px;
	position: relative;
	margin: 0 auto;
}

#contenido {
	margin-left: 260px;
/* 	margin-top: 50px; NO FUNCIONA EN FF */
	position: relative;
	top: 30px;
	padding: 15px;
	background: url(/img/bgs/fondo_contenido-trans.png) repeat-x 0 bottom;
	padding-bottom: 40px;
	text-align: left;
}

#contenido p {
	margin-top: 0;
}

#footer {
clear: left;
}

.oculto {
	display: none;
}

#submenu {
	position: absolute;
	right: 10px;
	top: 10px;
}

#submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}

#submenu li {
	display: inline;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #fff;
}

#contenido {
/* 	background-position: 0 -200px; */
}
#contenido ul {
	display: table-row;
	list-style-type: none;
}
#contenido li {
	display: table-cell;
}

body.localizacion #maptext {
	display:none;
}

body.apartamentos #contenido li {
	padding: 0 3px;
}

body.apartamentos #contenido {
	padding-bottom: 50px;
}

body.contacto #contenido .content2 ul {
	list-style-type: square;
	padding-left: 20px;
	margin-left: 20px;
	display: block;
}

body.contacto #contenido li {
	display: block;
}

body.contacto .content1 {
	float: left;
}

body.contacto textarea {
	display: block;
	width: 280px;
}

body.contacto .content2 {
	margin-left: 300px;
	padding-left: 20px;
	border-left: 1px solid #fff;
}

body.contacto .alert {
	background-color: #DFFAFF;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

body.aviso_legal #contenido ul,
body.aviso_legal #contenido li {
	display: block;
}

body.aviso_legal #contenido li ul,
body.aviso_legal #contenido li ol {
	padding-left: 2em;
	margin-left: 2em;
	list-style-type: square;
}

body.tarifas #contenido ul {
	margin-left: 40px;
	display: block;
	list-style-type: square;
}

body.tarifas #contenido li {
	display: block;
	margin-bottom: 5px;
}

body.tarifas table {
	border: 1px solid #fff;
	border-collapse: collapse;
	margin-bottom: 1em;
}

body.tarifas td,
body.tarifas th {
	padding: 0.3em;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

body.tarifas caption {
	display: none;
}

body.tarifas th {
	color: #fff;
	background-color: #29697B;
	text-align: center;
}

body.entorno #contenido li {
	padding: 10px;
}

#iha {
	position: fixed;
	bottom: 20px;
	right: 10%;
}



