/* CSS Document */
body, html{
width:100%;
height:100%;
margin:0px;
padding:0px;
background-color:#981b1f;
}

#contenedor{
width:100%;
height:100%;
margin:0px;
padding:0px;
margin-left:auto;
margin-right:auto;
}

a{
text-decoration:none;
}

.clear{
clear:both;
}


/**********************/
/*		CABECERA	  */
/**********************/

#cabecera{
position:relative;
width:1024px;
margin:0px;
padding:0px;
height:368px;
}

#mail_cabecera{
position:absolute;
width: 155px; 
height: 11px;
font-size: x-small;
font-family: trebuchet ms,geneva;
left: 103px; 
top: 6px; 
}


/**********************/
/*		CUERPO  	  */
/**********************/

#cuerpo{
position:relative;
width:1024px;
min-height:520px;
*top: -4px;
height:auto;
background-image:url(../imagenes/fondo.jpg);
background-repeat:repeat-y;

}

#menu{
position:relative;
padding-left:80px;
padding-top:5px;
width:150px;
height:auto;
float:left;
}

.boton{
height:11px;
background-position:top left;
background-repeat:no-repeat;
}

.boton:hover, .boton_activo{
background-position:bottom left;
background-repeat:no-repeat;
height:11px;
}

.boton a{
height:11px;
width:150px;
display:block;
}

#home{
position:absolute;
width:495px;
min-height:222px;
height:auto;
left: 270px;
top: 38px;
}

#home_fijo{
position:relative;
float:left;
width:495px;
min-height:222px;
height:auto;
left:18px;
top: 38px;
}

#publicidad{
position:absolute;
width:190px;
height:483px;
left: 777px;
top: -109px;
}




/**********************/
/*	     NEWS    	  */
/**********************/

#news{
position:relative;
background-image:url(../imagenes/home1.png);
background-position:top left;
background-repeat:no-repeat;
width:495px;
min-height:222px;
height:auto;
padding-top:36px;
}

.noticia_left{
position:relative;
float:left;
width:157px;
height:155px;
}

.noticia_right{
position:relative;
padding-left:10px;
float:left;
width:305px;
}

.linea{
position:relative;
background-image:url(../imagenes/linia.jpg);
background-repeat:no-repeat;
}


/**********************/
/*	   CAPOERIA    	  */
/**********************/

#capoeira{
position:relative;
background-image:url(../imagenes/apcapoeira.jpg);
background-position:top left;
background-repeat:no-repeat;
width:495px;
min-height:222px;
height:auto;
padding-top:36px;
}


/**********************/
/*	     GRUPO    	  */
/**********************/

#grupo{
position:relative;
background-image:url(../imagenes/apgrupo.jpg);
background-position:top left;
background-repeat:no-repeat;
width:495px;
min-height:222px;
height:auto;
padding-top:36px;
}

.titulo_grupo{
font-family:"Trebuchet MS", geneva;
font-size:small;
color:#800000;
}

.texto_grupo{
font-family:"Trebuchet MS", geneva;
font-size:small;
color:#000000;
}

.texto_grupo a{
color:#776d12;
}

.texto_grupo_n{
font-family:"Trebuchet MS", geneva;
font-size:small;
color:#000000;
font-weight:bold;
}

/**********************/
/*	     VIDEOS    	  */
/**********************/

#videos{
position:relative;
background-image:url(../imagenes/apfotos.jpg);
background-position:top left;
background-repeat:no-repeat;
width:495px;
min-height:222px;
height:auto;
padding-top:36px;
}

.video_left{
position:relative;
float:left;
}

/**********************/
/*   LIBRO VISITAS 	  */
/**********************/

#libro{
position:relative;
background-image:url(../imagenes/aplibro.jpg);
background-position:top left;
background-repeat:no-repeat;
width:520px;
min-height:222px;
height:auto;
padding-top:36px;
}

.text_area{
width:280px;
height:130px;
font-family:"Trebuchet MS";
font-size:12px;
overflow:auto;
}

.texto_visitas{
width:179px;
border:0px solid #000;
font-family:"Trebuchet MS";
font-size:12px;
}

.fondo_input{
width:190px;
height:32px;
background-repeat:no-repeat;
padding-top:4px;
padding-left:7px;
}

.boton_enviar{
background-image:url(../imagenes/b_enviar.jpg);
background-repeat:no-repeat;
cursor:pointer;
width:53px;
height:16px;
}

/**********************/
/*   CONTACTO   	  */
/**********************/

#contacto{
position:relative;
background-image:url(../imagenes/apcontacto.jpg);
background-position:top left;
background-repeat:no-repeat;
width:520px;
min-height:222px;
height:auto;
padding-top:36px;
}

.referencia{
position:relative;
width:585px;
/*height:auto;*/
}

.boton_contacto{
background-image:url(../imagenes/b_enviar_2.jpg);
background-repeat:no-repeat;
cursor:pointer;
width:56px;
height:26px;
}


/**********************/
/*	     PIE    	  */
/**********************/

#pie{
position:relative;
*top: -4px;
width:1024px;
background-image:url(../imagenes/fondo.jpg);
}

