/* -----------------------------------------------------------------------


 Layout Aixa Corpore
 http://www.estudiorosebud.com

   * Copyright (c) 2009-Present. 

----------------------------------------------------------------------- */
body {
background-color: #c0b29e;
}


/* Grid Containers */
.container {
	background:url(../images/bg_container.gif);
}
#NavCol {
}
#ContentCol {
}
#Header {
	margin-top: 16px;
}
#Navigation {
	height: 65px;
	margin-bottom: 20px;
	}
#Footer {
	background-color: #fff;
	background: url(../images/footer_barra_vert.gif) repeat-x;
}
/* Header */
#Header h1 {
	margin:0;
}
#Header h1 a {
	height: 72px;
	background: url(../images/head_logo.gif) no-repeat;
	display: block;
	text-indent: -2000px;
}
#Header h2 {
	height: 29px;
	background: url(../images/head_consultores.gif) no-repeat right;
	margin:0;
	display: block;
	text-indent: -2000px;
}
	
/* Navigation */
#AreaPrivada {
	float: right;
	width: 90px;	
	background: url(../images/nav_colores.gif) no-repeat;
	margin-left: 20px;
	padding-top: 30px;
	}
#AreaPrivada a {
	background: url(../images/lock.gif) no-repeat left center;
	padding-left: 15px;
	font-size:90%;
	color: #666;
	}
#AreaPrivada a:hover {
	color: #b1700f;
}
#Navigation li{
	float: right;
	list-style: none;
	text-align: center;
	margin: 0 0 0 10px;
}

#Navigation li a {
	width: 54px;
	display: block;
	padding-top: 52px;
	text-decoration: none;
	color: black;
	font-size:11px;
	}
	
#nav_aixa a{
	background: url(../images/nav_aixa.gif) no-repeat left top;
	}
#nav_aixa a:hover, #nav_aixa .selected {
	background: url(../images/nav_aixa.gif) no-repeat right top;
	}
#nav_servicios {
	background: url(../images/nav_servicios.gif) no-repeat left top;
	}
#nav_servicios a:hover, #nav_servicios .selected {
	background: url(../images/nav_servicios.gif) no-repeat right top;
	}
#nav_legal {
	background: url(../images/nav_legislacion.gif) no-repeat left top;
	}
#nav_legal a:hover, #nav_legal .selected {
	background: url(../images/nav_legislacion.gif) no-repeat right top;
	}
#nav_noticias {
	background: url(../images/nav_noticias.gif) no-repeat left top;
	}
#nav_noticias a:hover, #nav_noticias .selected {
	background: url(../images/nav_noticias.gif) no-repeat right top;
	}
#nav_contacto {
	background: url(../images/nav_contacto.gif) no-repeat left top;
	}
#nav_contacto a:hover, #nav_contacto .selected {
	background: url(../images/nav_contacto.gif) no-repeat right top;
	}
	
/* Submenu */
	
#Submenu {
	text-align: right;
	padding-top: 20px;
}
#Submenu li {
	list-style: none;
	line-height:2;
}	
#Submenu a {
	font-size:1.2em;
	color:#666;
}
#Submenu a:hover, #Submenu .selected{
	color: #b1700f;
}
#SubSubmenu {
	background-color: #6d6d70;
	text-align: left;
	padding: 20px 0;
}
.vacio {
	height: 150px;
}
#SubSubmenu li {
	list-style: none;
	line-height:2.4;
}	

	
#SubSubmenu a{
	margin-left: 20px;
	padding: 2px 0;
	color:#fff;
}
#SubSubmenu h3{
	margin-left: 20px;
	padding: 2px 0;
	color:#fff;
	font-size:1em;
}
#SubSubmenu a:hover, #SubSubmenu .selected {
	color: #ffa116;
}	

/* Content */
#FlashContent{
}

#Content, #Contacto, #Intro {
	padding: 20px 30px 20px 30px;
	min-height: 350px;
 	height:auto !important;
	height:350px;

}
#Content h2, #Contacto h2, #Intro h2 {
	text-transform: uppercase;
	font-size:1.2em;
	color: #746025;
}
#Content h3, #Contacto h3 {
/* 	text-transform: uppercase; */
	font-size:1em;
	font-weight:bold;
	color: #746025;
}

#Content img, #Intro img {
	float:right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.noticias img {
	margin-left: 20px;
}

/* Footer */
.lastfloat {
	float:left;
	width:950px;
	margin-right: -3px; 
}

#Footer {
	font-size:90%;
}
#Footer h4 {
	height: 18px;
	background: url(../images/nav_colores.gif) no-repeat left top;
	margin-left: 20px;
	padding: 2px 0 0 100px;
	color: #fff;
	font-size:12px;
}
#Footer ul {
	float:left;
	margin-right: 10px;
}
#Footer ul li a {
	margin-left: 20px;
	padding-left: 20px;
	color: #666;
}
#Footer ol {
	margin-right: 20px;
}
#Footer a[href^="http:"] {
	background-image: none;
	padding: 0;
}
#Footer ol li {
	float:right;
	padding-left: 10px;
	margin: 0;
}	
#Footer a:hover {
	color: #b1700f;
}
#Footer p {
	font-size:95%;
	color: #666;
	float: left;
	margin-bottom: 10px;
}
#footer_contacto {
	background: url(../images/footer_contact.gif) no-repeat left center;
}
#footer_avisoLegal {
	background: url(../images/footer_legal.gif) no-repeat left center;
}


