*{
    margin:0;
    padding:0;
}
body,td,th {
    font-family:"MS Sans Serif",sans-serif,Arial;
    font-size: 10px;
}
body{
    text-align:center;
}
#w-body{
    position:relative;
    width:1011px;
    margin:0 auto;
    margin-top:5px;
    text-align:left;
    background-color:#413C36;
    height:560px;
	background-image: url(../images/fondo_center.jpg);
    background-repeat: repeat-y;
    background-position: left bottom;	    

}
/* *********************************************** */
/*   CABECERA                                      */
/* *********************************************** */
#cabecera{
    float:left;
    width:100%;
    height:60px;
	    background-image: url(../images/fondo_top.jpg);
    background-repeat: no-repeat;
    background-position: left top;

}
#nav0{
    float:left;
	position:relative;
    width:350px;
    border-right-color:#FFF;
    border-right-style:solid;
    border-right-width:1px;
    height:60px;
/*    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
	*/
}

#logo{
	position:absolute;
	right: 10px;
	top:15px;
}
#nav1{
    float:left;
    height:29px;
    padding-top:30px;
    width:655px;
    text-align:center;
    border-bottom-color:#FFF;
    border-bottom-style:solid;
    border-bottom-width:1px;
}
/* ************** */
/* MENU Y SUBMENU */
/* ************** */
.menu, .menu-actual, #opciones, #opciones a{
    color:#FFFFFF;
    font-family: "Arial Narrow",Arial, "MS Sans Serif";
    font-size:17px;
	text-decoration:none;
}

.menu {
    margin-left:6px;
    margin-right:6px;
/*    text-decoration:none;*/
}
.menu-actual {
    margin-left:6px;
    margin-right:6px;
    /*text-decoration:none;*/
}

/* opciones nav2*/
#opciones{
    padding-top:23px;
    padding-left:25px;
}
#opciones a{
/*    text-decoration:none;*/
}

/* ********************* */
/*   PIE                 */
/* ********************* */
#pie{
    float:left;
    width:100%;
		    background-image: url(../images/fondo_bottom.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;

}
#seccion{
    float:left;
    width:350px;
    color:#de1b56;
    font-family: "Arial Narrow",Arial, "MS Sans Serif";
    font-size:35px;
    height:60px;
    text-align:right;
    border-right-color:#FFF;
    border-right-style:solid;
    border-right-width:1px;
   
}
#seccion p{
    margin-right:15px;
    margin-top:10px;
}
#mas-datos{
    float:left;
    width:655px;
    color:#000;
    position:relative;
    height:59px;
    border-top-color:#FFF;
    border-top-style:solid;
    border-top-width:1px;
}

/* ************************************** */
/*   CONTENIDO                            */
/* ************************************** */
#MAIN-CONTENT{
    float:left;
    position:relative;
    width:100%;
    height:440px;
}
#CONTENT-1{
    color:#FFFFFF;
    float:left;
    width:350px;
    height:440px;
    border-right-color:#FFF;
    border-right-style:solid;
    border-right-width:1px;
}
#CONTENT-2{
    float:left;
    width:655px;
    height:440px;
    color:#000;
    background-color:#FFF;
}

/* ******************************* */
/* bloque izquierda // maquetacion */
/* ******************************* */
#contenido_1{
    position:relative;
    margin-left:15px;
    margin-right:15px;
    margin-top:3px;
    padding-top:50px;
    width:320px;
    text-align:right; /* alinear todo a la derecha ???*/
}
.t{
    font-family: "Arial Narrow",Arial, "MS Sans Serif";
    font-size:26px;
    /*text-transform:uppercase;*/
}
.t2{
    font-family: "Arial Narrow",Arial, "MS Sans Serif";
    font-size:18px;
    /*text-transform:uppercase;*/
}
.t2 a{
    color:#FFFFFF;
    text-decoration:none;
}
.f{
    font-size:11px;
    color:#CCCCCC;
    margin-top:5px;
    margin-bottom:25px;
}
.f a{
    color:#CCCCCC;
    font-size:90%;
}
/* *********************** */
/* FRAME CARGADOR DINAMICO */
/* *********************** */
#I-FRAME{
    position:absolute;
    left:351px;
    top:60px;
    width:655px;
    height:440px;
    background-color:#FFFFFF;
    z-index:1000;
    display:none;
}


