        #planestcontenedor {

            background: #fafafa;

            padding: 20px 20px 20px 20px;

        }

        .arcotitulo, .cursotitulo {

            color: #CE6F05;

            border-bottom: 1px solid #CE6F05;

            display: block;

            margin: 20px 20px 20px 20px;

            width: 100%;



        }



        .bloquetitulo {

            color: #003366;

            background: #FFFFFF;

            display: block;

            margin: 10px 0px 10px 0px;

            width: 100%;

            -webkit-box-shadow: -4px 9px 5px -7px rgba(0,0,0,0.2);

            box-shadow: -4px 9px 5px -7px rgba(0,0,0,0.2);

            padding-left: 26px;

            padding-right: 26px;

            background: url('https://web.ua.es/es/comun/imagenes/-gestadm/sprites/iconos-vuala.png') no-repeat;

            background-position: -118px -979px;

            cursor: pointer;

        }



        .bloqasi{

            margin: 0px 20px 0px 20px;

        }



        .titulootorga {

            margin: 0px 40px 0px 40px;

            padding-left: 26px;

            padding-right: 26px;

            display: block;

            background-color: #FFFFC5;

            color: #003366;

            box-shadow: -4px 9px 5px -7px rgba(0,0,0,0.2);

        }


        /* 2023-3-7 - Cambiado por Felix. Creo que no se utiliza este css completo y se carga al incluir el componente webService */
		/* En particular la siguiente regla saca un borde lateral rojo que no tiene sentido ya en V2 */
		/* opto por comentarla */
		/*
					  
        .bloque {

            margin: 0px 40px 0px 40px;

            border-left: 1px solid #CE6F05;

        }
		*/


        .cabeceraasi {

            background-color: #003366;

            color: #FFFFFF;

        }



        .asi, .cabeceraasi{

            width: 100%;

            display: table;

            text-align: center;

        }

        .col1 {

            width: 10%;

            display: table-cell;

        }

        .col2 {

            width: 10%;

            display: table-cell;

        }

        .col3 {

            width: 20%;

            display: table-cell;

        }



        .col4 {

            width: 50%;

            display: table-cell;

        }

        .colizq

        {

            text-align: left;

        }

        .col5 {

            width: 10%;

            display: table-cell;

        }





        .colredu1 {

            width: 20%;

            display: table-cell;

        }

        .colredu2 {

            width: 70%;

            display: table-cell;

        }

        .colredu3 {

            width: 10%;

            display: table-cell;

        }





        .der {

            float: right;

        }



        .desplegablenodos {

            width: auto;

            margin-left: auto;

            margin-right: 70px;

        }



        .nodocencia{

            background-color: #FFCC33;

        }



        .noofertada{

            background-color: #fc7878;

        }



        .iconoazulua{

            padding-right: 10px;

        }



        .leyenda {

            color: #003366;

        }

        .leyendabloque{



        }


.leyenda {
            float: right;
            padding-top: 7px;
        }

 

        .leyendaimagen {
            margin-left: 15px;
            margin-right: 5px;
        }

 

        .leyendatitulo {
            font-weight: bold;
        }

 

        .leyendanodocencia {
            background: none repeat scroll 0 0 #FFCC33;
            border: 1px;
            border-style: solid;
            border-color: #FFCC33;
        }

 

        .leyendanoofertada {
            background: none repeat scroll 0 0 #fc7878;
            border: 1px;
            border-style: solid;
            border-color: #fc7878;
        }

 

        .leyendacuadro {
            height: 10px;
            margin-left: 15px;
            margin-right: 5px;
            width: 10px;
            display: inline-block;
        }

 

        .bloqueleyenda {
            display: inline-block;
        }