/*  
Theme Name: OpenBook - Puro CafŽ
Theme URI: http://www.purocafe.cl
Description: Css adaptado para Puro CafŽ desde la plantilla OpenBook, Magazine style Wordpress theme, inspired by Darren Hoyt's "Mimbo".
Version: 2.2
Author: Flœor Estudio Ltda. - Autor del theme, Jean-Baptiste Jung
Author URI: http://www.purocafe.cl - Author of theme: http://www.lyxia.org

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
    margin:0;
    padding:0;
    line-height:13px;
}

body,html {
    min-height:101%;
	background-position:center;
	background-image:url(images/fnd.jpg);
	background-repeat:repeat;
}
	
body {
    background-color:#DED5C7;
    color: #361C0D;
    /*padding: 0px 0 25px 0;*/	
}

body, select, input, textarea {
    font: 110% Arial, Verdana, Sans-Serif;
}

.contenedor_max {
    margin-left:auto;
    margin-right:auto;
    height:1316px;
	background-repeat:no-repeat;
	background-position:center;
    background-image:url(images/fondo.jpg);
    }
	
.contenedor_imagen {
	width:100%;
    background-position:center;
	}
	
.contenedor_404 {
    margin-left:auto;
    margin-right:auto;
    width:1100px;
    height:912px;
    background-image:url(images/fnd-404.jpg);
    background-repeat:no-repeat;
    }
	
p {	
    margin: 15px 0;		
}

a:link, a:visited {
    color: #361C0D;
    text-decoration:none
}

a:hover, a:active {
    color:#6f3a1b;
    text-decoration:underline;
}

a.sup {
    text-decoration:underline;
}

hr {
    display: block;
    height:1px;
    background:#333;
    border:0;
}

small {
    font-size: 0.95em;
    margin-top:10px;
}

img, a:link img, a:visited img {
    border:0;
}


pre, code{
    background-color: #f0f0f0;
    border:1px #999 solid;
    color:#333;
    display:block;
    font-size:120%;
    overflow:auto;
    padding:10px;
    width:590px;
}
	
h5{
    font-size:100%;
    margin-top:15px;
}

table{
    margin-top:20px;
}


/* Structure */

#header{
	width:957px;
	height:220px;
    /*background:#fff;
	border: 1px solid #999;*/
}

#menu_sup{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#361C0D;
	font-size:14px;
	margin-top:-11px;
	margin-right:-245px;
	z-index:3;
}

.link_menu_sup{
	display:block;
	float:left;
	list-style:none;
	padding-top:11px;
}

.link_menu_fanaticos {
    display:block;
    float:right;
    list-style:none;
    background-image:url(images/fnd-fanaticos.png);
    width:167px;
    height:34px;
    font-family:Arial, sans-serif;
    font-size:12px;
    color:#361C0D;
    text-transform:uppercase;
    padding:12px 0 0 40px;
    text-decoration:none!important;
}

.link_menu_fanaticos:hover {
    background-position:-207px 0;
}

a.link_menu_fanaticos {
    text-decoration:none;
}

#header #logo{
    /*margin-top:10px;
    margin-left:10px;
    margin-bottom:-10px;*/
    /*background:#FCFAF3;*/
}

.contacto-enviar {
    font-size:11px!important;
}

#rss{
	background: transparent url(images/feed.png) no-repeat top left;
	display:block;
	min-height:35px;
	padding-left:40px;
}

#page {
    /*border:1px solid #999;*/
   /* background: #FCFAF3;*/
    font-size:0.7em;
    margin:0 auto;
    padding: 10px;
}

#contenedor_uno {
    width:974px;
    height:736px;
    float:left;
    margin-top:14px;
    background-image:url(images/fondo3.jpg);
    background-repeat:repeat-x;
    background-color:#452716;
    padding:23px;
    padding-bottom:40px;
}

#contenedor_interior {
    width:974px;
    float:left;
    margin:14px 0px 22px 0px;
    background-image:url(images/fondo3.jpg);
    background-repeat: repeat-x;
    background-color:#452716;
    padding:23px;
}

a.titulo_medio {
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px !important;
    font-weight:bold;
    line-height:20px;
    color:#361C0D;
}

a.titulo_medio:hover {
    color:#6f3a1b;
}


a.mas-actividades {
    font-family:Sylfaen, "Times New Roman", Times, serif;
    font-size:15px;
    font-weight:bold;	
}

a.mas-actividad:hover {
    color:#6f3a1b;
}

#contenedor_noticias{
    width:620px;
    height:450px;
    float:left;
    /*border:1px solid #06C;*/
    background-color:#E4C596;
    background:url(images/fondo2.jpg);/* FONDO PARA NOTICIAS*/	
}

.thumbnail {
    width:66px;
    height:48px;
    background-image: url(images/fnd_chica.jpg);
    font-size:11px;
    float:left !important;
}

.thumbnail-agenda {
    width:88px;
    height:58px;
    background-image: url(images/fnd_chica.jpg);
    font-size:11px;
    float:left !important;
    border:2px solid #361c0d!important;
    margin-top:10px;
    margin-right:15px;
}

.title-chico {
    display:block;
    clear:left;
    line-height:120%;
}

a.title-chico {}

a.title-chico:hover {
    color:#6F3A1B !important;
    }

.titulo-noticias {
	padding:10px 0 10px 34px;
	font-family:Sylfaen, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:bold;
	color:#361C0D;
	width:586px;
	height:15px;
	float:left;
	background:#E7D5A5;
	background-image:url(images/fondo_titulos.jpg);
	background-repeat:no-repeat;
	margin-top:0;
	z-index:2;
}

#head-news{
    color:#000;
    /*float:left;*/
    width:246px;
    float:left;
    /*height:230px;*/
    margin:-85px 0 0 0 !important;
    margin-right:5px; /* ie6 */	
}

.bordes{
	border:2px solid #000;
}

.actividad {
    display:block;
    clear:left;
}

.excerpt-noticia {
    height:400px;
    line-height:130%;
    margin-top:10px;
}

.excerpt-noticia-chica {
    font-size:12px;
    line-height:120%;
    margin:10px 0 10px 0;
}

.noticia-central {
	width:244px;
	height:410px;
	float:left;
	display:block;
	margin:20px 0 0 0;
	z-index:2;
}

#head-news li{
/*line-height:115%;*/
    /*margin-left:15px;*/
	list-style:none;
	width:285px;
	margin-left:25px;
	margin-top:10px;
	padding: 0 0 5px 0;
	border-bottom:1px solid #997C5C;
	display:block;
}


#ver_mas_noticias{
	display:block;
	width:155px;
	float:left;
	margin-top:-485px;
	margin-left:310px;	
}
 
#head-news ul li a{
	color:#361C0D;
	font-weight:bold;
	font-size:15px;
    text-decoration:none;
	list-style:none;
}

#head-news ul li a:hover{
	color:#361C0D;
}

#head-news span{
    float:right;
    margin-right:10px;
}

#head-news span a{
    color:#109dd0;
}

#branding {
    /*padding-bottom:15px;*/
	margin-top:30px;
	margin-left:0px;
    width:300px;
	height:133px;
	/*border: 1px solid #000;*/
}

.left {
    float:left;
}

.right {
    float:right;
}

#titulo-twitter{
    width:314px;
    height:15px;
    float:right;
    background-image:url(images/titulo_twitter.jpg);
    background-repeat:no-repeat;
    margin-top:-34px;
    padding:10px;
    font-family:Sylfaen, "Times New Roman", Times, serif;
    font-size:25px;
    font-weight:bold;
    color:#361C0D;
}

#modulo-twitter {
	height:450px;
	float:left;
	/*background:#361C0D;*/
	/*background-image:url(images/fondo_twitter.png);*/
	background-repeat: repeat;
	background-position: top center;
	width:304px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	text-align:left;
	margin-left:20px;
	margin-top:-15px;
	*margin-top:0px;
	/*padding: 0 15px;*/
}

.page_item {
	margin-bottom:-5px;
	border-top:1px solid #6D391A;
}

#redes_sociales{
	/*display:block;*/
	width:972px;
	height:240px;
	float:left;
	margin-top:22px;
}

.grano{
	margin-left:5px;
	margin-top:2px;
}

#el_flickr{
	display:block;
	width:300px;
	height:207px;
	float:left;
	background:#000;
	margin-left:-300px;
	margin-top:33px;
}

#estilo_flickr{
	margin-left:25px;
	margin-right:25px;
	margin-top:-35px;
	font-family:Sylfaen, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FAF8F0;	
}

#el_vimeo{
	display:block;
	width:270px;
	height:182px;
	float:left;
	background:#000;
	margin-right:15px;
	margin-top:33px;
	margin-left:-300px;
	padding:10px 15px 15px 15px;
	list-style:none!important;
}

#estilo_vimeo{
	/*margin-left:25px;
	/*margin-right:25px;*/
	margin-top:5px;
	*margin-left:-17px!important;
}

.estilo1{
	font-family:Sylfaen, , serif;
	font-size:16px;
	font-weight:bold;
	color:#FAF8F0;
	text-transform:uppercase;
	margin-left:19px;
	margin-right:25px;
	margin-top:0px;
}

#minus{
	width:50px;
	float:left;
	margin-top:-11px;
	margin-left:215px;
	font-family:Sylfaen, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FAF8F0;
	font-weight:normal;
	text-transform:none;
}

#bloque1{
	width:290px;
	height:29px;
	float:left;
	margin-left:20px;
	background-color:#ED7D57;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:3px 5px;
	font-family: Georgia, serif;
}

#bloque2{
	width:290px;
	height:29px;
	float:left;
	margin-left:0px;
	background-color:#FE6763;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:3px 5px;
	font-family: Georgia, serif;
}

#bloque3{
	width:325px;
	height:29px;
	float:right;
	background-color:#F2A58A;
	margin-top:0;
	margin-left:0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:3px 5px;
	font-family: Georgia, serif;
}

#el_facebook{
	display:block;
	width:335px;
	height:205px;
	float:right;
	background:#000000;
	margin-top:0;
}

#estilo_facebook{
	width:300px;
	height:170px;
	border-bottom:1px solid #AAAAAA;
	margin-top:18px;
	margin-left:auto;
	margin-right:auto;	
}

#contenedor-facebook {
	border:none;
	overflow:hidden;
	width:300px;
	height:170px;
	background:#fff;
}
	
#sidebar {
    width:310px;
	float:left;
	list-style:none;
	margin:0;
}

/*#monthly-archives li{
    float:left;width:150px;
}*/

#leftcol {
    padding-right:18px;
    padding-top:20px;
    width:286px;
}

#leftcol, #rightcol {
    float:left;
    margin-top:0px;
}	
	
#rightcol {
    width:318px;
    float:right;
    margin-top:-360px;
    margin-right:18px;
}

#leftcol p, #rightcol p{
    margin-bottom:15px;
}

#fuck-ie{
	clear:both;background-color:#fff;color:#fff;
	display:none;		
}

/*Subnav */
.subnav li {
    border-bottom:1px solid #FFF;
    list-style:none;
}

.subnav li a:link, .subnav li a:visited {
    background:#eef5e1;
    border-left:4px solid #e4efd5;
    display:block;
    padding:4px 4px 4px 8px;
}
		
.subnav li a:hover, .subnav li a:active {
    background:#e4efd5;
    color: #7da939;
    text-decoration:none;
}

.subnav li li a:link, .subnav li li a:visited {
    border-left:none
}
		
/*	Headers */

h1, h2 {
    /*color:#109ECE;
    font: 2.3em arial, serif;*/
	font-family:Sylfaen, Georgia, serif;
	color:#361c0d;
	font-size:18px;
	margin-right:10px;
	margin-bottom:15px;
	line-height:normal!important;
}

.titulo-fanatico {
    /*color:#109ECE;
    font: 2.3em arial, serif;*/
	font-family:Sylfaen, Georgia, serif;
	color:#361c0d;
	font-size:18px;
	margin-right:10px;
	margin-bottom:15px;
	line-height:130%!important;
	font-weight:bold;
}

h3, #sidebar h2, .post h2 {
    /*color:#109dd0;
    font: bold 1em Arial, Helvetica, sans-serif;
    letter-spacing:0.1em;
    margin-bottom:4px;*/
    font-family:Sylfaen, Georgia, Times, serif;
    color:#361C0D;
    font-size:21px;
    font-weight:500;
}

.entry {
    margin-top:40px !important;
    line-height:130%;
}

.entry p {
    line-height:130% !important;
}

.entry-post p {
    margin-top:20px !important;
    font-size:13px;
    line-height:130%;
}

.entry-post {
	border-bottom: 1px solid #997C5C;
}

.entry-interior {
    margin-top:10px !important;
}

.lista-noticias {
	list-style:none;
} 

.post h1{
	margin-top:15px;
}

.post h2{
	margin-bottom:-20px;
}

#content .post h3{
    text-align:left;
}

.entry img{
    max-width:600px;
}

.entry ul{
    margin-top:20px;
}

h3 span {
    color: #361c0d;
    padding-right:1px;
}

#content .post h3 span{
    padding-bottom:15px;
}

#sidebar h3, #sidebar h2 {
    /*background:transparent url(images/stri.gif) repeat top left;*/
    /*border-bottom:1px solid #BBB;
    /*border-top:1px solid #BBB;*/
    font-size:1em;
    margin:22px 0 15px 0;
    padding:6px 0 6px 2px;
	font:sylfaen, Sylfaen;
	color:#FAF8F0;
	font-size:16px;	
}

.fecha {
	margin-bottom:15px;
	font-size:18px;
	font-weight:600;
}

.fecha-home {
	padding-bottom:10px;
	font-size:18px;
	font-weight:600;
	margin:15px 0;
	border-bottom: 1px solid #997C5C;
	width:243px;
}

h3#respond {
    padding-top:45px;
    *padding-bottom:15px;
    border-top: 1px solid #EDD7C2;
}

h3#comments {
    margin-top:32px
}

h4 {
    font-size:1.6em;
    margin-bottom:6px;
}

.titulo-agenda {
    font-size:1.6em;
    margin-bottom:6px;
    font-weight:normal;
}

a.titulo-agenda {
    font-family: Georgia, serif;
    font-size:20px;
    line-height:24px;
    color:#6f3a1b;
}

a.titulo-agenda:hover {
    color:#6f3a1b;
    font-family: Georgia, serif;
    font-size:20px;
}
	
	
/* Content */

#content {
    float:left;
/*    margin-top:18px; ie*/
    width:623px;
    margin-top:20px;
}

#content-agenda {
    float:left;
/*    margin-top:18px; ie*/
    width:551px;
    margin-top:20px;
    background-image: url(images/fondo2.jpg);
    margin-left:22px;
}


.description {
    color:#545454;
    font-size: 1.3em;
    font-style:italic;
    font-weight: bold; 
    margin-top:-4px;
}

.feature {
    background:#f2f2f2;
    padding:15px;
}

.feature p, #rightcol p {
    margin:15px 0;
	/*border-bottom:1px solid #997C5C;*/
}

.feature img, #rightcol img {
   /*padding:1px;*/
	border:2px solid #361C0D;
	margin-top:15px;
}
			
#leadpic {
    float:left;
    margin: 0 18px 8px 0;
}

#lead {
    background-color:#fff;
    margin-top:15px;
}

.title {
    font-size:1.2em;
    font-weight:bold;
    line-height:115%;
}
	
.feature#lead .title {
    font:1.8em Arial, Times, serif;
    display:block;
    line-height:100%;
    padding-bottom:7px;
}

#leftcol .feature {
    background-color:#fff;
    border-bottom:none;
    margin-bottom: 5px;
}

#rightcol img {
    float:left;
    margin:10px 10px 4px 0;
}

#leftcol img {
    display:block;
    margin-bottom: 4px;
}
	
#rightcol .clearfloat {
    background-color:#fff;
    margin-top:10px;
    padding:12px;
}	

#sidelist li {
    background-color:#000;	
    list-style:none
}
	
.bullets li {
    border-bottom:1px solid #000;
    list-style:none;
}
	
#sidelist .bullets li {
    line-height:115%;
    /*list-style:square;*/
    margin-bottom:5px;
    margin-left:22px;
}

#sidelist .children {
    background:#e4efd5;
}
	
#sidelist .children li {
    border-bottom:1px solid #e4efd5;
    /*list-style: square;*/
    margin-left:28px;
}
	
#sidelist .children li a, #sidelist .children li a:visited {
    background:#e4efd5;
    border:0;
    color: #818d6f;
    padding:2px 2px 2px 0px;
}

#sidelist .children li a:hover, #sidelist .children li a:active	{			
    color:#465d23
}

.postmetadata {
    margin: 30px 0;
}

#writer {
    background:#eef5e1;
    display:none;
    margin:25px 0 15px 0;
    padding:12px;
}

#writer img {
    border:1px solid #7da939;
    float:left;
    padding:1px;
    width:80px;
}

#writer span {
    border-top:1px solid #cbd8b4;
    display:block;
    margin-top:12px;
    padding-top:4px;
}

#writer p {
    margin:0;
    width:482px;
}	

h3 a:link, h3 a:visited {
    color:#361C0D;
}

/*Post Formatting*/
.picleft {
    border:7px solid #f2f2f2;
    float:left;
    margin:3px 14px 10px 0;
}

.picright {
    border:7px solid #f2f2f2;
    float:right;
    margin:3px 0 10px 14px;
}	

.post{
    background-image: url(images/fondo2.jpg);
    background-repeat:repeat-y;
    padding:15px;
    margin:0 0 0 20px;
    width:520px !important;
}

.post-contacto {
    background-image: url(images/fondo2.jpg);
    background-repeat:repeat-y;
    padding:15px;
    margin:0 0 0 20px;
    width:529px !important;
    height:331px;
    background-image:url(images/fnd-contacto.jpg);
}

.titulo-contacto {
	font-family: Georgia, serif;
	font-size:30px;
	margin:10px;
}

.casillas {
	font-family:arial, sans-serif;
	font-size:11px;
	color:#653519;
	margin-left:10px;
}

.post-agenda{
    padding:15px 0;
    margin:0 0 0 20px;
    width:507px !important;
    border-bottom:1px solid #997C5C;
    border-top:1px solid #EDD7C2;
}

.post blockquote {
    background:#f2f2f2;
    border-right:1px solid #DDD;
    border-bottom:1px solid #DDD;
    color:#76767a;
    margin:18px 35px;    
    padding:6px 14px;
}	

.post ul li {
    line-height:115%;
    list-style:none;
    padding: 15px 0 0 0;
    border-bottom: 1px solid #997C5C;
    display:block;
}

.post ol li {
    line-height:115%;
    margin-left:20px;
    padding:10px 0;
    border-bottom: 1px solid #997C5C; 
}
	
.post .cat-image{
	float:left;
	margin-bottom:3px;
	margin-right:3px;
}
 
#tags {
    padding:0;
	margin-top:20px 0;
	height:20px!important;
}	
				

/* Form Elements */

select {
    background:#f2f2f2;
    width:100%
}
	
#searchform {
    float:right;
    margin-top:50px;
    margin-right:0px;
    border:none !important;
}

#searchform #s{
    color:#4C2812;
    height:13px;
    *height:15px;
    width:150px;
    padding:5px;
}


#searchform #s:focus{
    color:#4C2812;
}

.button {
    margin-top:15px;
    background-color:#4C2812;
    background-image:url("images/fondo-menu.jpg");
    background-repeat: repeat-x;
    padding:7px;
    font-family: Arial, sans-serif;
    font-size:14px;
    height:30px !important;
    font-weight:400;
    text-align: center;
    -moz-border-radius:5px 5px;
    -webkit-border-radius:5px 5px;
    color:#fff;
    border:none !important;
    cursor: pointer;
}

.button:hover {
    background-image:none;
    background-color:#733C1C;
}

#commentform input {
    margin: 5px 5px 1px 0;
    padding:7px;
    min-height:4px;
}

#commentform textarea {
    margin-top:5px;
    width: 497px;
    padding:5px;
}

/* Comments*/

.commentlist {
}

.commentlist li {
    margin: 15px 0 0px;
    padding: 8px 15px 10px 0px;
    border-bottom: 1px solid #997C5C;
}

#commentform small {
    font-weight:bold;
    padding:0;
    font-size:12px;
}
	
.commentmetadata {
    display: block;
}

.commentlist small {
}

.commentlist cite {
    font: 1.3em Arial, Georgia, serif;
    font-weight:bold;
    letter-spacing:-0.05em;
}

.campos {
	float:left;
	width:210px;
	margin-right:30px;
	margin-bottom:20px;
}
	
/* Float Properties*/
.clearfloat:after {
    content:".";
    clear:both;
    display:block;
    height:0;
    visibility:hidden;
}
	
.clearfloat {
    display:block;
	width:1000px;
}

.noticias {
	width:287px;
}
	
/* Footer*/
.footer {
    color: #999;clear:both;
    background-color:#361C0D;
    background-image:url(images/footer.png);
    background-repeat: repeat-x;
    font-size:0.7em;
    margin: 0 0 20px 0;
    padding:22px;
    width: 976px;
    height:233px;	
}

.color_textos{
	font:Arial, Helvetica, sans-serif;
	color:#FBF8F0;
}

a.links_footer {
    font-family:Sylfaen, Georgia, serif;
    font-size:24px;
    margin-bottom:10px;
    color:#F9F4E0;
    text-decoration:underline;    
}

a.links_footer:hover {
    color:#E6C751;
    text-decoration:underline;    
}

h20 {
	font-family:Sylfaen, Georgia, serif;
	font-size:24px;
	margin-bottom:10px;
	color:#FBF8F0;
}

#contacto {
	display:block;
	height:90px;
	float:left;
}

.espacio_footer{
	line-height:20px;
	padding-bottom:10px;
	font-size:12px;
	color:#fff;
	width:280px;
}

#menu_inferior {
	display:block;
	float:right;
	height:18px;
	*height:25px;
	*padding:10px 0;
	text-align:right;
	margin-left:-10px;
	font-size:24px;
}

#siguenos{
	display:block;
	float:left;
	height:62px;
	padding-top:15px;
	/*margin-left:56px;*/	
	border-top:1px dashed #F3EAD1;
	width:220px;
}

#social_media{
	display:block;
	width:188px;
	margin-top:10px;
	padding-top:0px;
	padding-bottom:28px;
}

#horario{
	display:block;
	width:255px;
	height:45px;
	clear:right;
	margin-top:85px;
	margin-left:230px;
	font-family:Sylfaen, "Times New Roman", Times, serif;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:15px;
}

.iconos_social_media {
	padding-right:22px;
} 

.twitter-icon {
    background-image:url(images/twitter.jpg);
    width:32px;
    height:32px;
    background-position:0;
    display:block;
    float:left;
    margin-right:10px;
    margin-top:-13px;
}

.twitter-icon:hover {
    background-position:-32px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .twitter-icon { margin-top:0; }
}

.flickr-icon {
    background-image:url(images/flickr.jpg);
    width:32px;
    height:32px;
    background-position:0;
    display:block;
    float:left;
    margin-right:10px;
}

.flickr-icon:hover {
    background-position:-32px 0;
}

.facebook-icon {
    background-image:url(images/facebook.jpg);
    width:32px;
    height:32px;
    background-position:0;
    display:block;
    float:left;
    margin-right:10px;
}

.facebook-icon:hover {
    background-position:-32px 0;
}

#fluor_creditos{
	display:block;
	clear:right;
	width:255px;
	height:70px;
	margin-top:0;
	margin-left:230px;
	border-top:1px dashed #C0B6AC;
	padding-top:10px;
	line-height:12px;
}

a.links{
	color:#FFF;
}

a.links:hover{
	color:#fe6763;
}

.texto_creditos {
    font:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#FBF8F0;
}

#footer-nav, #footer-nav li{
    display:inline;
}

#fluor{
	float:right;
	margin-top:-2px;
	*margin-top:-15px!important;
	margin-right:51px;
}

#footer a {
    color:#d3d1d1;
}


.clear{
	clear:both;
	height:1px;
}

.contactform{
	margin-top:20px;
}

.attention {
    font-family:arial;
    font-size:1em;
    border:2px #F07362 solid;
    background-color:#FDF495;
    display:block;
    overflow:auto;
    padding:10px;
    width:590px;
}

.similar{
    background:transparent url(images/stri.gif) repeat top left;
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
    margin-top:15px;
}

.similar h2{
    margin-top:5px;
}

.similar .bullets{
    margin-top:20px;
}

.similar .bullets li{
    border:none;
}

.pic-item {
	width:60px;
	height:60px;
	float:left;
	padding:1px;
}
	
.flickr_mini {
	width:60px;
	margin-top:45px;
}
	
.footer_izq {
	float:left;
	width:280px;
}

.footer_der {
	float:right;
	margin-right:10px;
}

.fondo-titulo-interior {
    background-image: url(images/fondo-titulo-interior.jpg);
    background-repeat: no-repeat;
    width:957px;
    height:15px;
    padding: 10px;
    font-family:Sylfaen, "Times New Roman", Times, serif;
    font-size:25px;
    font-weight:bold;
    color:#361C0D;
}

.fondo-interior-purocafe {
	width:977px;
	min-height:650px;
	background-image: url(images/fnd/01-purocafe.jpg);
	background-repeat: no-repeat;
}


.fondo-interior-nuestracarta {
	width:977px;
	min-height:780px;
	background-image: url(images/fnd/02-nuestracarta.jpg);
	background-repeat: no-repeat;
}

.fondo-interior-culturadelcafe {
	width:977px;
	min-height:1021px;
	background-image: url(images/fnd/03-culturadelcafe.jpg);
	background-repeat: no-repeat;
}

.fondo-interior-agendacultural {
	width:977px;
	min-height:1000px;
	background-image: url(images/fnd/04-agendacultural.jpg);
	background-repeat: no-repeat;
}

.fondo-interior-contacto {
	width:977px;
	min-height:405px;
	background-image: url(images/fnd/05-contacto.jpg);
	background-repeat: no-repeat;
}

.fondo-interior-post {
	width:977px;
	min-height:875px;
	background-image: url(images/fnd/06-post.jpg);
	background-repeat: no-repeat;
}

.fondo-interior-local {
	width:977px;
	min-height:780px;
	background-image: url(images/fnd/07-local.jpg);
	background-repeat: no-repeat;
}

a.agenda {
	color:#E9D8A9 !important;
}

a.agenda:hover {
	color:#f9b700 !important;
}

.alignleft {
    font-size:18px;
    font-weight:bold;
    margin:5px;
    border: 2px solid #361C0D !important;
}

.alignright {
    padding:20px;
    font-size:18px;
    font-weight:bold;
    float:right;
}

.align-left {
    font-size:18px;
    font-weight:bold;
    margin:5px;
    display:block;
}

.align-right {
    padding:20px;
    font-size:18px;
    font-weight:bold;
    float:right;
}

.local {
    margin:10px;
    float:left;
}

.contacto-izq {
	width:252px;
	float:left;
	height:330px;
}

.contacto-der {
	width:246px;
	float:left;
	height:330px;
	margin-left:263px;
	margin-top:-75px;
}

.contacto-mensaje {
	width:160px;
	font-weight:bold;
}

.contacto-mensaje-comentarios {
	margin-top:25px;
	font-family: Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
}

#flickr {
	float:left;
	width:50px;
	height:50px;
}

.widget Simple_Flickr_Photos {
	float:left;
	width:50px;
	height:50px;
}

#flickr img {
	border:none !important;
	width:55px;
	height:55px;
	float:left;
}

#simple-flickr-photos-widget-3 li {
	float:left !important;
}

.flickr_badge_image {
	float:left !important;
	width:50px;
	height:50px;
	display:block;	
	padding: 4px;
}

.contenedor-flickr {
	width:270px;
	float:left;
	margin-left:5px;
	padding-top:30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .contenedor-flickr { margin-top:-10px!important}
}

.contacto-nombre {
	width:200px;
	height:14px;
	border-top:1px solid #68371A;
	padding:5px;
	margin-top:15px;
	margin-bottom:5px;
	font-family:Arial sans-serif;
	font-size: 13px;
	color: #653519;
}

.contacto-email {
	width:150px;
	height:14px;
	border-top:1px solid #68371A;
	padding:5px;
	font-family:Arial sans-serif;
	font-size: 13px;
	color: #653519;
	margin-top: 15px;
}

.contacto-comentario {
	width:244px;
	height:138px;
	border-top:1px solid #68371A;
	padding:5px;
	font-family:Arial sans-serif;
	font-size: 13px;
	color: #653519;
	margin-top:45px;
}

.contacto-enviar {
    margin-top:17px;
    background-color:#4C2812;
    background-image:url("images/fondo-menu.jpg");
    background-repeat: repeat-x;
    padding:7px;
    font-family: Arial, sans-serif;
    font-size:14px;
    width:70px !important;
    height:30px !important;
    font-weight:400;
    text-align: center;
    -moz-border-radius:5px 5px;
    -webkit-border-radius:5px 5px;
    color:#fff;
    border:none !important;
    cursor: pointer;
    float:right;
}

.contacto-enviar:hover {
    background-image:none;
    background-color:#733C1C;
}

.enviar-form {
	margin-top:-5px;
	float:right;
}

.formulario {
	width:220px;
}

.formulario-contacto {
	margin-left:10px;
	font-size:15px;
	font-family: Arial, sans-serif;
	color: #361C0D;
	font-weight: bold;
}


.comentario-form {
    margin-left:253px;
    margin-top:-180px;
}

.widget_video {
    list-style:none;
}

.titulo-contacto-home {
    font-family: Georgia, serif !important;
    font-size:24px !important;
}

.titulo-siguenos {
    font-family: Sylfaen,Georgia,serif;
    font-size: 18px;
    color: #fbf8f0;
}

.correo {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fbf8f0;
}

.img-indice {
    margin:0 15px 15px 0; 
}

a.titulo-seccion {
    text-decoration: underline;
    font-weight:bold;
    color: #4A2712;
}

a.titulo-seccion:hover {
    text-decoration: underline;
    color:#6f3a1b;
}

.error {
    font-size: 48px;
    font-family: Georgia, serif;
    color: #361C0D;
    float:left;
}

.error-numero {
    font-size:96px;
    font-family: Georgia, serif;
    float:left;
    color: #361C0D;
    margin: -15px 0 0 15px;
}

#content-error {
	margin:200px 0 0 50px;
}

.error-titulo {
    font-size: 48px;
    font-family: Georgia, serif;
    color: #361C0D;
    width: 450px;
    padding:40px 0 15px 0;
    line-height:48px;
    clear:left;
    border-bottom: 1px solid #9F7564;
}

.volver-error {
    font-family: Arial, sans-serif;
    font-size:15px;
    font-weight:bold;
    margin-top:20px;
}

a.volver-error {
    color:#663300;
    text-decoration:underline;
}

a.volver-error:hover {
    color:#935214;
}

.contacto-error {
    font-size:14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-top:147px;
}

.texto-error {
    font-family: Arial, sans-serif;
    font-size:11px;
    margin-top:20px;
    line-height: 120% !important;
    width: 345px;
    border-bottom:1px solid #9F7564;
    padding-bottom: 15px;
}

.bajada-error {
    padding-top:15px;
    font-family: Arial, sans-serif;
    font-size:11px;
    line-height: 120% !important;
    width: 345px;
}

.post-fanaticos {
    background-image: url(images/fondo-fb.jpg);
    background-repeat:repeat;
    padding:15px;
    margin:-20px 0 0 0px;
    width:590px !important;
}

.blanco {
    width:565px;
    background-color:#fff;
    min-height:20px;
    padding:10px;
}

#logo-fanaticos {
    background-image:url(images/logo-fanaticos.png);
    background-repeat:no-repeat;
    width:223px;
    height:145px;
    position:relative;
    margin:-80px 0 0 -30px;
    float:left;
    padding-right:15px;
}

.fanaticos-titulo-1 {
    width:385px;
    height:15px;
    background-image:url(images/fanaticos-titulo1.jpg);
    background-repeat:no-repeat;
    padding: 15px 10px 10px 230px;
    font-family:Sylfaen, "Times New Roman", Times, serif;
    font-size:25px;
    font-weight:bold;
    color:#361C0D;
}

.fanaticos-texto {
    font-size:15px;
    width:370px;
    height:170px;
    margin-top:15px;
}

.entry-fanaticos {
    margin-top:0;
    display:block;
}

.mensaje {
    margin-left:215px;
    line-height:130%!important;
    font-size:15px;
    margin-bottom:20px;
}

#fanaticos-facebook {
    width:153px;
    height:72px;
    background-image:url(images/fanaticos-facebook.png);
    position:relative;
    margin-top:-40px;
    margin-right:-30px;
    float:right;
}

#fanaticos-flickr {
    width:314px;
    height:25px;
    background-image:url(images/fnd-fanaticos-titulo2.png);
    float:right;
    margin:-35px 0 0 0;
    padding:10px 0 0 20px;
    font-family: Georgia, serif;
    font-size:21px;
    font-weight:bold;
}

#fnd-fanaticos-flickr {
    background-image:url(images/fnd-fanaticos-flickr.jpg);
    width:294px;
    min-height:219px;
    float:right;
    margin:0;
    padding:0 20px 20px 20px;
    background-repeat:repeat;
    list-style:none!important;
}

#fnd-fanaticos-flickr2 {
    width:294px;
    min-height:219px;
    float:right;
    margin:-15px 20px 0 0!important;
    *margin:0px 20px 0 0!important;
    padding:0 20px 20px 0;
    background-repeat:repeat;
    list-style:none!important;
}

#fondo-flickr {
    background-image: url(images/fondo-flickr.png);
    width:107px;
    height:54px;
    float:right;
    position:relative;
    margin:-20px 35px 0 0;
}

#fondo-twitter {
    background-image: url(images/fondo-twitter.png);
    width:152px;
    height:49px;
    float:right;
    position:relative;
    margin:-25px -20px 0 0;
}

#fnd-sabiasque {
    background-image: url(images/fondo-fb.jpg);
    background-repeat:no-repeat;
    background-position:right;
    padding:15px;
    margin:0;
    float:right;
    width:304px;
    min-height:100px;
    font-size:16px;
    font-style:italic;
    line-height:140%;
}

.flickrpress-items {
    width:300px!important;
    height:200px!important;
}
