body
{
    font-family:verdana,sans-serif;
    margin:0px;
    color:#66ccff;
    background-color:#750021;
	
	scrollbar-face-color: #930025;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #930025;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #FFFF99;
	scrollbar-track-color: #00356A;
}

/** 1. maquetacion contenido **/
.pagina_cabecera
{
    height:105px;
    color:#ffffff;
/*    background-color:#750021;*/
	background-color:#2C2C7D;
    border-bottom:solid 2px #ffff00;
    text-align:center;
    padding:3px 0px 5px 0px;
}



.pagina_contenido
{
    min-height:77%;
    background-color:#2c2c7d;
	background-image:url(../img/borde-menu.jpg);
	background-position:175px 0px;
	background-repeat:repeat-y;
}
* html .pagina_contenido{ height:77%; }

.pagina_pie
{
    height:30px;
    color:#ccff00;
/*    background-color:#750021;*/
	background-color:#2C2C7D;
    text-align:center;
    font-size:0.75em;
    border-top:solid 2px #ffff00;
    padding:5px 0px 0px 0px;
}

    /*1.3 maquetacion cabecera*/
    .pagina_cabecera img
    {
        height:100%;
        width:auto;
    }
    .texto_cabecera
    {
        text-align:center;
        vertical-align:middle;
		font-size:1.25em;
    }
      
    /* 1.2 maquetacion menu */
    .contenido_menu
     {
        float:left;
        min-width:200px;
        min-height:77%;
        color:#ffffff;
        background-color:#2c2c7d;
		font-family:"Comic Sans MS";
		background-image:url(../img/borde-menu.jpg);
		background-position:right;
		background-repeat:repeat-y;
     }
     * html .contenido_menu {width:200px;height:100%;}


	.contenido_menu ul{
		margin-top:5px;
		/*position:relative;
		left:-4px;*/
	}
	.contenido_menu ul li{
		margin-bottom:6px;
		padding:2px 0px 2px 7px;	
		/*border-bottom:solid 1px #750021;*/
	}	
	.contenido_menu ul li a{

        color:#ccff00;
	}
	.contenido_menu ul li a:hover{
		font-weight:bold;
		margin-left:2px;			
	}
	.contenido_menu .menu_seleccionado {
/*		position:relative;
		left:1px;*/
		padding-left:15px;
        background-color:#750021;
		background-image:url(../img/borde-menu_selec.jpg);
		background-position:left top;
		background-repeat:no-repeat;
		/*border:solid 1px #FFFF00;
		border-right:0px;*/
	}
	
	.contenido_menu .menu_seleccionado a{
        color:#ccff00;
	}	



    .item_menu_nivel1
    { 
        margin-top:8px;
        font-size:0.95em;
    }    
    
    .item_menu_nivel1 a
    { 
        margin-left:15px;
        /*border-bottom:solid 1px #ffff00; 
        border-left:solid 1px #ffff00; */
    }
     
    .item_menu_nivel2
    {
        margin-top:5px;
        font-size:0.95em;
    }
    .item_menu_nivel2 a
    {
        margin-left:30px;
        /*border-left:solid 1px #ffff00; 
        border-bottom:solid 1px #ffff00;*/
    }
    
    
	.item_menu_opcionactual
    {
        text-decoration:none;
        color:#750021;
        background-color:#ccff00;
    }
    /* 1.3 maquetacion contenido*/
    .contenido_web
     {
	 	min-height:450px;
        margin-left:200px;
        padding: 20px 10px 20px 25px;
        font-size:0.85em;
		background-color:#750021;
		/*border-left:solid 1px #ffff00;*/
     }
	* html .contenido_web{ height:580px;margin-left:200px; position:relative;left:-3px; }
	 
	/* 2. CAJAS nivel 2*/
	.contenedor_cajas
	{
		display:block;
	}
	.caja_izq
	{
		text-align:center;
		float:left;
		width:30%;
	}
	.caja_der
	{
		text-align:center;
		float:right;
		width:30%;
	}
	.caja_cen
	{
		text-align:center;
		float:left;
		width:39%;
		margin-left:auto;margin-right:auto;
	}
	
	#col_izqda{
		width:80%;
	}
	
	#col_derecha{
		width:20%;
		float:right;
	}
     
