
/** 
 * Filename:    style.css
 *  
 * Theme name:	Guaicani
 * Theme URI:	http://www.guaicani.com
 * Description: ...  
 * Version		1.0 
 * Author		Freddybg
 * Author URI	http:// ...
 *
 */

/* Importar
 ****************************/

@import url(reset.css);
@import url(menu.desplegable.css);
@import url(defecto.avanzado.css);

/* Elementos básicos
 ****************************/

body {
	background: #fff url(imagenes/bg_header.gif) repeat-x left top;
    height: 151px;
    font: 75% Tahoma, Arial, Helvetica, sans-serif;
    color: #404040;
}

div.clear {
	clear: both;
}

div.clear hr, hr {
    margin: 0;
    padding: 0;
    display: none;
}

/* Enlaces
 ****************************/

a {
	text-decoration: none;
	color: #448ccb;
}

a:hover {
	text-decoration: underline;
}


/* Cabeceras
 ****************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #4A4A4A;
	margin: 0 0 5px 0;
}

h1 {
    letter-spacing: -1px;
    font-size: 2.3em;
	line-height: 1em;
}

h2 {
    font-size: 2.3em;
	text-transform: capitalize;
}

h3 {
    font-size: 1.7em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.1em;
}

/* Contenedor
 ****************************/

div.contenedor {
	margin: 0 auto;
	width: 900px;
}


/* Navegación
 ****************************/

#navegador {
	float: right;
    background: url(imagenes/bg_navegador.gif) no-repeat right top; 
    height: 31px;
    width: 780px;
}

/* #header
 ****************************/

#header {
	height: 119px;	
}

/* #logo
 ****************************/

#logo {
    float: left;
    margin: 5px 12px 0 0;
}

/* Buscador
 ****************************/

#buscador {
	float: right;
	margin: 40px 5px 0px 0;
}

#buscador form {
	float: right;
}

#buscador a.mapa_sitio {
	float: right;
	margin: 11px 7px 0 0;	
	color: #7D6A58;
}

#buscador a.idioma {
	float: right;
	margin: 10px 27px 0 0;
}

#buscador a:hover {
	text-decoration: none;
	color: #CDBA8D;
}

input#focus {
    width: 300px;
    padding: 7px;
    border: 1px solid #7E6A57;
    background-color: #514339;
    color: #CDBA8D;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input#boton {
    position: relative;
    left: -30px;
    top: 0px;
    background: url(imagenes/search.png) no-repeat;
    width: 22px;
    height: 21px;
    border: none;
}

/* Ubicación
 ****************************/

#ubicacion{
	margin: 0;
	float: left;
	height: 30px;
	width: 45%;
	background-color: #E6E6E6;
	border-bottom: 1px solid #B8BABB;
	border-top: 1px solid #FFFFFF;	
}

/* Contenido
 ****************************/

#contenido {
	position: relative;
	top: -32px;
	float: left;
	margin: 0;
	width: 651px;
}

#contenido h2 {
	padding: 55px 0 10px 0;
}

#contenido p {
	text-align: justify;
	line-height: 1.66669;
	padding: 0 0 19px 0;
}

#contenido ul li {
	list-style: square;
	margin: 10px 0;
}

/* Post
 ****************************/

div.post {
	padding: 0 25px 0 0;
}

div.post a img, div.post img {
	float: left;margin: 0 15px 2px 0;
	padding: 4px 4px 4px 0;
	display: inline;
}

div.post h3 {
	text-transform: capitalize;
	padding-bottom: 10px;
}

div.post h3 a {
	color:#4A4A4A;
}

div.post p {
	text-align: justify;
	line-height: 1.66669;
}

div.post ul {
	margin: 0px 10px 25px 25px;
}

div.post strong {
	color: #888;
}

div.post ul li {
	padding: 10px 0 0 0;
	list-style: square; 
}

div.post a.itinerario {
	float: right;
	padding: 20px 0 0 0;
}

div.separador_post {
	clear: both;
	margin: 50px 25px 25px 0;
	border-bottom:1px #EBEBEB solid;	
}

div.separador_staff {
	clear: both;
	margin: 0px 25px 10px 0;
	border-bottom:1px #ebebeb solid;
}
div.separador_post hr, div.separador_staff hr {
	display: none;
}


/* Breadcrump
 ****************************/

#breadcrump {
	float: left;
	background: #E6E6E6;	
	border-bottom: 1px solid #B8BABB;
	border-top: 1px solid #FFFFFF;	
	height: 30px;
	width: 654px;
	text-transform: capitalize;
}

#breadcrump p {
	margin: 4px 0;
}

#breadcrump p strong {
	color: #777777;
}


/* Sidebar
 ****************************/

#sidebar {
	position: relative;
	top: -32px;
	float: right;
	margin: 0;
	padding-bottom: 50px;
	width: 247px;
	background-color: #E6E6E6;
	border:1px solid #B8BABB;
	border-top:1px solid #FFFFFF;
	border-left:none;	
}

#sidebar a img {
	margin: 14px 24px 0px;
}

#sidebar h3 {
	text-transform: capitalize;
	padding: 30px 0 0 30px;
}

ul#lista {
	margin: 20px 0 ;
	padding: 0;
}

ul#lista li {
	background: url(imagenes/bg_list_sidebar.gif) repeat-x top left;
	line-height: 30px;
}

ul#lista li a {
	position: relative;
	top: -1px;
	padding: 0 0 0 30px;
	color: #404040;
}

ul#lista li a:hover {
	text-decoration: none;
	color: #448ccb;
}

ul#lista li.activo {
	background: url(imagenes/bg_list_active.gif) no-repeat top left;
	padding: 0 0 0 15px;
	font-weight: 700;
	color: #404040;
	cursor: default;
}

ul.lista-galerias {
	margin: 0;
}

ul.lista-galerias li {	
	padding: 0 0 0 8px;
	margin: 0 10px;	
}

ul.lista-galerias li:first-child {
	background: url(imagenes/bg_list_sidebar.gif) repeat-x bottom left;
	padding-bottom: 25px;
	
}

ul.lista-galerias li img {
	position: relative;
	top: 14px;
	margin: 5px 0;
}

ul.lista-galerias li a {
	padding: 0 0 0 5px;
}

/**
 * Sidebar error 404
 */

#sidebar-error-404 {
	position: relative;
	top: -32px;
	float: right;
	margin: 0 0 13px 0;
	width: 247px;
	background-color: #E6E6E6;
	border:1px solid #B8BABB;
	border-top: solid 1px #FFFFFF;
	border-left:none;	
}

#sidebar-error-404 ul {
	border-bottom: 1px solid #B8BABB;
}

#sidebar-error-404 ul li:first-child{
	margin: 23px 24px 0;
}

#sidebar-error-404 ul li{
	margin: 10px 24px 23px;
}

ul#sidebar_top img {
	border: none
}

ul#sidebar_middle, ul#sidebar_bottom, ul#fast_form {
	border-top: 1px solid #FFFFFF;
}

ul#sidebar_middle img {
	border: 1px solid #333333;
}

#sidebar-error-404 ul li  h4 {
	position: relative;
	top: -2px;
	background: #333333;
	padding: 5px 0;
	width: 200px;
	text-align: center;
	font-size: 1em;
}

#sidebar-error-404 ul li h4 a {
	color: #FFFFFF;	
}

#sidebar-error-404 ul li h4 a:hover {
	text-decoration: none;
	color:#448ccb;	
}

ul#sidebar_bottom h4 {
	padding: 10px 23px 0;
}

ul#sidebar_bottom li img {
	border: 1px solid #333333;
}

ul#sidebar_bottom li {
	margin: 0 23px;
}

ul#sidebar_bottom p {
	margin: 10px 0px 20px ;
	background-color: #FFFFFF;
	padding: 10px 10px;
	font-size: .8em;
	text-align: justify;
	
}
ul#sidebar_bottom li a {
 	cursor: pointer;	
}


ul#fast_form  {
	margin: 0;
	padding: 0 0 22px 10px;
}

ul#fast_form li {
	position: relative;
	top: -10px;
}

ul#fast_form li a:hover {
	color: #404040;
	text-decoration: none;
}

ul#fast_form li a span  {
	
	text-align: justify;
}

ul#fast_form li a img {
	position: relative;
	top: 10px;
	padding: 0 5px 5px 0;
}
 
p.map {
	color: #4A4A4A;
	width: 250px;
}

/* Footer
 ****************************/

#footer {
	background-color: #514339;
	border-top: 1px solid #7E6A57;
}


/* Links
 ****************************/

#links {
	background: url(imagenes/bg_footer.gif) repeat-y top left;
}


/* Copyright
 ****************************/

#copyright {
	background: url(imagenes/bg_footer.gif) repeat-y top left;
	padding: 20px 0 35px 0;	
}

p.copyright {
	float: left;
	color: #7D6A58;
}

p.navegador_footer {
	float: right;
	color: #CDBA8D;
}

p.navegador_footer a {
	color: #CDBA8D;
}

p.navegador_footer a:hover {
	color: #7D6A58;
	text-decoration: none;
}

div.separador {
	padding: 0;
	background: url(imagenes/separador.jpg) no-repeat top left;
	width: 900px;
	height: 2px;
}





















