@charset "utf-8";

/* CSS Document */



body{

background:url(../img/fondo.jpg) repeat;

background-color:#5f863b;

margin:0 auto;
font-family:Arial, Helvetica, sans-serif;

}



#header{

width:787px;

height:40px;

margin:0 auto;

text-align:right;

}

#menu{

width:787px;

height:140px;

margin:0 auto;

}



#container-inter{

width:787px;

height:100%;
background:url(../img/fondo-contenido.jpg)  no-repeat bottom;
background-color:#5D823D;

margin:0 auto;
font-family: Arial, Helvetica, sans-serif;
}

#container-cafe{

width:235px;

height:400px;
background:url(../img/fondo-cafe.jpg)  no-repeat bottom;
background-color:#371C15;

margin:0 auto;


}



#container{

width:787px;

height:537px;

margin:0 auto;

padding:5px 0 20px 0;

}



#container2{

width:787px;

height:133px;

margin:0 auto;

padding:10px 0 10px 0;

}



#futer{

width:100%;
height:200px;
background:url(../img/fondo2.jpg) repeat-x top;
background-color:#5f863b;
}


#abajo{

width:262px;
height:129px;
background:url(../img/fondo-linea.jpg) no-repeat right;
padding: 2px 0px 0px 4px;
}

#abajo2{

width:262px;
height:129px;
background:url(../img/fondo-linea.jpg) no-repeat right;
padding: 2px 0px 0px 4px;
}

#abajo3{

width:262px;
height:129px;
padding: 2px 0px 0px 4px;
}


#container-txt{

width:512px;

height:100%;
padding: 0px 0px 0px 20px;
}


h1 {

font-size:10px;
color: #5f863b;
font-weight: 700;

}

.titulo-blanco {

font-size:16px;
color: #FFF;
font-weight: 700;

}

.titulo-CAFE {

font-size:16px;
color: #463420;
font-weight: 700;

}


.titulo-amarrilllo{

font-size:16px;
color: #c0b61a;
font-weight: 700;

}
.texto-CAFE {

font-size:12px;
color: #463420;
text-align:justify;

}



.texto-amrillo {

font-size:12px;
color: #c0b61a;
text-align:justify;

}

.texto-BLANCO {

font-size:12px;
color: #FFF;

}

.foto-section {
	margin: 0px 0px 3px 10px;
    padding:0px 0px 3px 10px;
}


h2 {

font-size:18px;

color: #333333;

font-family:Arial, Helvetica, sans-serif;

}





h3 {

font-size:18px;

color: #333333;

font-family:Arial, Helvetica, sans-serif;

}


a:link {
	color: #c0b61a;
	text-decoration: underline;
}

a:visited {
  color: #c0b61a;
  text-decoration: underline;
}

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

a:active {
	color: #c0b61a
	text-decoration: underline;
}