@import url("_ita_comun.css");

/** CONTENIDO PRINCIPAL **/


.INDICE{
	display : none;
}

/***********************************************/
/** PORTADA_SECCIONES *********************************/
/***********************************************/

.REVISTA,
.NUESTRO_FOLLETO,
.CASO_DE_EXITO,
.CONSORCIO_ACTIS{
	width:350px;
    font-size: 1.2em;
}
    .CONSORCIO_ACTIS img{
        width: 100%;
    }
    .CONSORCIO_ACTIS .body a{
        text-decoration: underline;
    }
    .NUESTRO_FOLLETO .body{
        text-align: right;
    }
    .NUESTRO_FOLLETO .pdf{
        border: 1px solid #006ba6;
        color: #006ba6;
        font-weight: bold;
        border-radius: .5em;
        background: url(../lib_img/page_white_acrobat.png)	no-repeat scroll .5em 50%;
    	padding : .5em .5em .5em 1.8em;
    	display : inline-block;
    }

/************************************************************/
/** ACTUALIDAD : NOTICIAS, EVENTOS, CONVOCATORIAS **/
/************************************************************/
.ACTUALIDAD {
	float:right;
	margin:0 0 3em 0;
	position:relative;
	width: 520px;
	clear: right;
	}
.ACTUALIDAD .registro{
	padding: 5px 20px;
	/* FLOAT trick for container */
	overflow : hidden;
	width : 100%;
}

.ACTUALIDAD .Fecha{
	float : left;
	overflow : hidden;
	height: 15px;
	text-align:right;
}
.ACTUALIDAD .Titulo{
	float : right;
	width : 400px;
	/*padding-right: 10px*/
}
.ACTUALIDAD .body a{
	display:block;
	text-align : left;
}
.ACTUALIDAD .registro.hover,
.ACTUALIDAD .registro:hover{
	opacity: .7;
	cursor : pointer;
}
.linkTitulo{
	position: absolute;
    right: 0;
    bottom: .3em;
	font-size: .5em;
}
