/*DEFINICIONES*/

body{
    background-color:#fff;
	margin:auto;
	padding:0;
	text-align:center;
}

form{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
}

img {
	border:0px;
	margin:0px;
	padding:0px; 
}

span {
	margin:0px;
	padding:0px; 
	border:0px;
}

p {
	margin:0px;
	padding:0px; 
	border:0px;
	line-height:1.2em;	
}

li {
	margin:0px;
	padding:0px; 
	list-style: none;
}

a{
	text-decoration:none;
}

.ocultar{
	display:none;
	visibility: hidden;
}

.no_encontrada{
	position:relative;
	clear:both;
	float:left;
	display:block;
	height:50px;
	width: 869px;
}

/* GENERALES */
#contenedor_general{
    position:relative;
    clear:both;
    float:none;
    width:100%;
    height:auto;
    margin:0;
    background-color:#fff;
}


#contenido_general{
    position:relative;
    clear:both;
    float:none;
    height:585px;
    width:1011px;
    margin: 0 auto;
}

#cabecera{
    position:absolute;
    display:block;
    width:1011px;
    height:198px;
    left:0px;
    top:0px;
    background-position:0px 0px;
	background-image:url('../img/bkg_cabecera.gif');
	background-repeat:repeat-y;

}

#centro{
    position:absolute;
    display:block;
    width:1011px;
    height:334px;
    left:0px;
    top:198px;
}

#pie{
    position:absolute;
    display:block;
    width:1011px;
    height:53px;
    left:0px;
    top:532px;
    background-position:0px 0px;
	background-image:url('../img/bkg_pie.gif');
	background-repeat:repeat-y;
}

/*CONTENIDOS*/
#texto_why{
    position:absolute;
    display:block;
    width:642px;
    height:305px;
    left:190px;
    top:28px;
    text-align: justify;
}

#texto_what{
    position:absolute;
    display:block;
    width:642px;
    height:305px;
    left:190px;
    top:28px;
    text-align: justify;
}

#video_who{
    position:absolute;
    display:block;
    width:560px;
    height:315px;
    left:228px;
    top:9px;
    text-align: justify;
    overflow:hidden;
    border: 1px solid #000;

}

#texto_when{
    position:absolute;
    display:block;
    width:642px;
    height:305px;
    left:190px;
    top:20px;
    text-align: justify;
}

#texto_where{
    position:absolute;
    display:block;
    width:642px;
    height:305px;
    left:190px;
    top:28px;
    text-align: justify;
}


#tit_av{
    position:absolute;
    display:block;
    left:397px;
    top:2px;
    }

#texto_contact{
    display:block;
    position:absolute;
    top:27px;
    left:300px;
    width:430px;
    height:19px;
}   
/*FUENTES DE LETRA*/
.textonormal{font-family:arial;font-size:20px;color:#000;text-decoration:none;font-weight:normal;}
.textonormalgrande{font-family:arial;font-size:26px;color:#000;text-decoration:none;font-weight:normal;}
.textopie{font-family:arial;font-size:18px;color:#000;text-decoration:none;}


/*MENU*/
#btn_who{position:absolute;left:193px;top:156px;display:block;width:69px;height:36px;background-position:0px 0px;background-image:url('../img/btn_who.gif');background-repeat:no-repeat;}
#btn_who_seleccionado{position:absolute;left:193px;top:156px;display:block;background-position:0px -36px;width:69px;height:36px;background-image:url('../img/btn_who.gif');background-repeat:no-repeat;}
#btn_who:link{background-position:0px 0px;}
#btn_who:hover{background-position:0px -36px;}
#btn_who:active{background-position:0px -36px;}

#btn_why{position:absolute;left:318px;top:156px;display:block;width:69px;height:36px;background-position:0px 0px;background-image:url('../img/btn_why.gif');background-repeat:no-repeat;}
#btn_why_seleccionado{position:absolute;left:318px;top:156px;display:block;background-position:0px -36px;width:69px;height:36px;background-image:url('../img/btn_why.gif');background-repeat:no-repeat;}
#btn_why:link{background-position:0px 0px;}
#btn_why:hover{background-position:0px -36px;}
#btn_why:active{background-position:0px -36px;}

#btn_what{position:absolute;left:442px;top:156px;display:block;width:81px;height:36px;background-position:0px 0px;background-image:url('../img/btn_what.gif');background-repeat:no-repeat;}
#btn_what_seleccionado{position:absolute;left:442px;top:156px;display:block;background-position:0px -36px;width:81px;height:36px;background-image:url('../img/btn_what.gif');background-repeat:no-repeat;}
#btn_what:link{background-position:0px 0px;}
#btn_what:hover{background-position:0px -36px;}
#btn_what:active{background-position:0px -36px;}

#btn_when{position:absolute;left:578px;top:156px;display:block;width:89px;height:36px;background-position:0px 0px;background-image:url('../img/btn_when.gif');background-repeat:no-repeat;}
#btn_when_seleccionado{position:absolute;left:578px;top:156px;display:block;background-position:0px -36px;width:89px;height:36px;background-image:url('../img/btn_when.gif');background-repeat:no-repeat;}
#btn_when:link{background-position:0px 0px;}
#btn_when:hover{background-position:0px -36px;}
#btn_when:active{background-position:0px -36px;}

#btn_where{position:absolute;left:714px;top:156px;display:block;width:102px;height:36px;background-position:0px 0px;background-image:url('../img/btn_where.gif');background-repeat:no-repeat;}
#btn_where_seleccionado{position:absolute;left:714px;top:156px;display:block;background-position:0px -36px;width:102px;height:36px;background-image:url('../img/btn_where.gif');background-repeat:no-repeat;}
#btn_where:link{background-position:0px 0px;}
#btn_where:hover{background-position:0px -36px;}
#btn_where:active{background-position:0px -36px;}


