/* CSS Document */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#c8e0ed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

a {
	text-decoration:none;
	color:#FF0000 
}
a:hover {
	text-decoration:underline;
	color:#FF0000 
}

form {display:inline }

h1 {
	visibility:hidden
}

.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
}

.texto a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	text-decoration:underline;
}

.texto a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	text-decoration:underline;
}


.bold {
	font-weight:bold;
}

/*----------- GENERAL -----------------------*/

#main {
	float:none;
	clear:both;
	text-align:left;
	width:750px;
	margin:auto;
	background-color:#FFFFFF;
	background-image:url(../img/bg_main.gif);
	background-repeat:repeat-y;
}


#izquierda {
	float:left;
	width:177px;
	background-color:#F7F7F8;
	border-right:3px solid #c8e0ed;
}

#logo {
	background-image:url(../img/logo_cels.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:100px;
}

#derecha {
	float:left;
	width:545px; /*570 */
	padding-left:15px;
	padding-right:0px;
	padding-bottom:15px;	
	background-color:#FFFFFF;
}

#header {
	float:none;
	padding-top:20px;
	height:60px;
}

#idioma {
	float:left;
	clear:both;
	font-size:9px;
	color:#545454;
	height:20px;
	line-height:16px;
}

#idioma a, #idioma a:hover {
	color:#545454;
	text-decoration:none;
}


#idioma div {
	float:left;
	margin-right:10px;
}


#fecha{
	float:none;
	clear:both;
	font-size:10px;
	color:#000000;
	height:20px;
	line-height:16px;
	margin-top:10px;
}

#ruta {
	height:30px;
}

.td-punteada {
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px dotted #C5C5C5;
}

.textbox {
	background-color:#FFFFFF;
	border: 1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;

	color: #333333;
}

.textarea {
	background-color:#FFFFFF;
	border: 1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #333333;
}

#titulo {
	width:390px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:18px;
	font-weight:bold;
}

.titulo-seccion {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#FF0000;
}

.titulo-detalle-agenda {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

.titulo-detalle-agenda2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}


.titulo-seccion2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#000000;
}
/*----------- MENU ------------------------*/
#iconos {
	padding-left:17px;
	padding-bottom:15px;
}

#menu {
	padding-left:15px;
	font-size:12px;
}

#menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#menu ul li {
/*	line-height:22px;
*/}

#menu ul li a {
	color:#A9AAA9;
}

#menu ul li a:hover {
	color:#000000;
	text-decoration:none;
}

#menu ul li.selected {
	background-image:url(../img/menu/marcador.gif);
	background-position:right;
	background-repeat:no-repeat;
	line-height:22px;
}

#menu ul li.flechita {
	background-image:url(../img/menu/flechita.gif);
	background-repeat:no-repeat;
	background-position:2px;
	line-height:8px;
}

#menu ul li.submenu, #menu ul li.submenu-selected {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	padding-left:1px;	
	line-height:8px;
}

#menu ul li.submenu a {
	color:#000000;
}

#menu ul li.submenu a:hover, #menu ul li.submenu-selected a, #menu ul li.submenu-selected a:hover {
	color:#FF0000;
}

/*------------ FIN MENU -------------------*/
.imprimir {
	float:right;
	vertical-align:text-bottom;
	margin-top:6px;

}

.linea-punteada {
/*	float:none;*/
	clear:both;
	height:2px;
	margin-top:1px;
	font-size:-0.1em;
	border-bottom:1px dotted #C5C5C5;
}

.linea {
	float:none;
	clear:both;
	font-size:-0.1em;
	border-bottom:1px solid #C5C5C5;
}
/*------------ BUSCADOR -------------------*/

#buscador {
	float:right;
	/*padding-left:17px;*/
	padding-right:4px;
	/*padding-bottom:15px;*/
	color:#666666;
	line-height:18px;
	font-size:10px;
}

#buscador a {
	color:#666666;
}

#buscador a:hover {
	color:#FF0000;
	text-decoration:none;
}

.navegador {
	float:left;
	/*padding-top:12px;*/
}

.paginador {
	float:right;
}

/*----------- AGENDA ---------------------*/

#agenda{

}

#agenda #actividades {
	float:left;
	width:386px;
}

#agenda #resultados, #areas #resultados {
	float:left;
	width:356px;
}

#agenda #resultados #titulo {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:15px;
	font-weight:bold;
}


#agenda #actividades .actividad {
	float:left;
	width:163px;
	margin-right:30px;
	padding-top:20px;
}

#agenda .fecha {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:19px;
	line-height:25px;
	border-bottom:1px solid #000000;
}

#agenda .titulo-actividad {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	line-height:15px;
}

#agenda .bajada {
	font-family: Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:10px;
	padding-top:5px;
}

#agenda #resultados .resultado, #areas #resultados .resultado  {
	border-bottom:1px dotted #c5c5c5;
	float:none;
	padding-top:5px;
	padding-bottom:10px;

}

#agenda #resultados .resultado .titulo {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:14px;
	font-weight:bold;	
}

#agenda #resultados .resultado .fecha {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:bold;	
	border:0;
	text-decoration:none;
}

#agenda #destacadas, #destacadas {
	float:right;
	width:130px;
}


.destacado {
	line-height:11px;
	/*padding:10px;*/
	float:right;
	width:130px;
	background-color:#f7f7f8;
}

.menuBot {
	/*padding:10px;*/
	float:right;
	width:145px;
	margin-left:2px;
	padding-left:5px;
	overflow:hidden;
}

#agenda #detalle {
	float:left;
	width:356px;
	margin-right:26px;
	padding-bottom:13px;	
}


#agenda #detalle .titulo {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	padding-top:3px;	
	padding-bottom:4px;	
}

#agenda #detalle .fecha {
	font-size:12px;
	color:#000000;
	font-weight:bold;	
	padding-bottom:2px;	
	border:0;
	line-height:15px;
}

.ampliar {
	padding-top:8px;
	width:60px;
	height:15px;
	float:left;
	vertical-align:middle;
}
/*----------- AREAS ---------------------*/
#areas {
}

.area-titulo-principal {	
	margin-top:7px;
	float:left;
	width:205px;
	font-size:25px;
	line-height:25px;
	color:#ff0000;
	text-transform:uppercase;
}

.recuadro {

	padding-left:19px;
	padding-right:12px;
	padding-top:16px;
	padding-bottom:16px;
	border-top:2px solid #c6c5c4;
	border-bottom:2px solid #c6c5c4;
	border-right:2px solid #c6c5c4;	
	/*background-image:url(../img/borde_izq_recuadro.gif);
	background-repeat:no-repeat;
	background-position:top left;
*/
}

.recuadro2 {

	padding-left:0px;
	padding-right:4px;
	padding-top:0px;
	padding-bottom:0px;
	border-top:2px solid #c6c5c4;
	border-bottom:2px solid #c6c5c4;
	border-right:2px solid #c6c5c4;	

}

#areas #resultados {
	width:390px;
}

#areas #resultados .resultado {
	/*width:356px;*/
}

#areas #resultados .resultado .titulo {
	font-size:13px;
	font-weight:bold;
	color:#000000;
}

/*----------- NOTICIAS -----------------------*/

#noticias{
	width:540px;
}

#noticias #resultados, #noticias #nota {
	float:left;
	width:356px;
	margin-right:26px;
}

#noticias #resultados .resultado {
	border-bottom:1px dotted #c5c5c5;
	float:none;
	padding-top:20px;
	padding-bottom:13px;	
}

#noticias #nota {
	/*border-bottom:1px solid #c5c5c5;*/
	padding-bottom:13px;
}

#noticias #nota .titulo {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	padding-top:3px;	
	padding-bottom:4px;	
}

#noticias #resultados .resultado .fecha, #noticias #nota .fecha {
	color:#000000;
	font-weight:bold;	
	padding-bottom:2px;	
}

#noticias #resultados .resultado .titulo  {
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	padding-bottom:3px;	
}


#noticias-buscador {
	float:right;
	width:128px;
}

/*----------- FOOTER-----------------------*/

#footer {
	float:none;
	clear:both;
	height:50px;
	width:714px;
	padding:18px;
	color:#545454;
	font-size:9px;
	background-image:url(../img/bg_main.gif);
	background-repeat:repeat-y;	
}

/*----------- FINALES -----------------------*/

.textocorrido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	color: #333333;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0000;
	text-align: left;
	line-height: 20px;
	padding-top:3px;
}

.subtitulos_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0000;
	text-align: left;
	line-height: 12px;
	padding-top:7px;
}

.subtitulos_documentos {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0000;
	text-align: left;
	line-height: 13px;*/
	margin-top:10px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: 13px;
    font-weight: bold;
    color: #FF0000;
	
}

.subtitulos_documentos2 {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0000;
	text-align: left;
	line-height: 13px;
	margin-top:10px;*/
	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    font-weight: bold;
    color: #FF0000;
	margin-bottom:3px;
}

.tituloprincipal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.subtitulosnivel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.fechasHomeAgenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000000;

}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	}

.links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	}

.links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;

}
a.links_tablitas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	text-decoration: none;
	}

a:hover.links_tablitas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FF0000;
	text-decoration: underline;
}

.titulo_tablitas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

a.titulo_tablitas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

a:hover.titulo_tablitas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;

}
/*
.linkrojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FF0000;
	text-decoration: none;
	}

.linkrojo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FF0000;
	text-decoration: none;
}

.linkrojo a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FF0000;
	text-decoration: underline;
}*/




a.linkrojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FF0000;
	text-decoration: none;
	}

a:hover.linkrojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FF0000;
	text-decoration: underline;
}
.bajada_tablita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

.bajada_tablita_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
}

.bajada_tablita_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
}

.bajada_tablita_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: underline;
}

#ruta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	}

#ruta a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	}

#ruta a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
.menu_izq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 11px;
}

#menu ul li.item_menu_izq a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height:11px;
}

#menu ul li.item_menu_izq a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	line-height:11px;
}

#menu ul li.item_menu_izq-selected a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	line-height:11px;
}

#menu ul li.item_menu_izq-selected a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	line-height:11px;
}


/* home */
#home {
	width:535px;
	height:640px;
}

#home #tit_seccion {
	float:left;
	width:174px;
	height:115;
}

#home #bg_texto_seccion {
	background-image:url(../img/bg_texto_portal.gif);
	float:right;
	width:359px;
	height:115px;
	background-repeat:no-repeat;
}

#home #bg_texto_seccion #texto_seccion {
	padding:12px 11px 9px 32px;
	width:315px;
	height:90px;
}

#home #principal_1 {
	margin-top:10px;
	float:left;
	width:340px;
	height:160px;
}

#home #principal_1 #texto1{
	margin-top:10px;
	margin-left:8px;
	width:320px;
}

#home #principal_2 {
	margin-top:10px;
	float:left;
	width:340px;
	height:160px;
}

#home #principal_2 #texto2{
	margin-top:10px;
	margin-left:8px;
	width:320px;
}


#home #cuadro_derecha {
	background-image:url(../img/bg_home_der.gif);
	float:right;
	width:168px;
	height:136px;
	margin-top:20px;
}

#home #cuadro_derecha #texto_derecha {
	width:152px;
	height:120px;
	padding: 8px 8px 8px 8px;
}



#home #trio {
	margin-top:10px;
	width:535px;
	height:160px;
}

#home #trio #uno {
	float:left;
	width:170px;
	height:160px;
	margin-right:12px;
}

#home #trio #dos {
	float:left;
	width:170px;
	height:160px;
	margin-right:12px;
}

#home #trio #tres {
	float:left;
	width:170px;
	height:160px;
}

.links_agenda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	}

.links_agenda a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	}

.links_agenda a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}

/*----------------------------SECCION CLICMULTIMEDIA------------------------*/

/* HOME CARCELES*/

#seccionEspecial {
	float:left;
	width:146px;
	height:106px;
	background-color:#f7f7f8;
	border:2px #d4d4d5 solid;
	padding:10px;

}

#seccionEspecial .pic{
	overflow:hidden;
	width:20px;
	height:17px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}

#seccionEspecial .titulo {
	color:#ff0000;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:14px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}

#seccionEspecial .secLinks {
	float:left;
	margin:0px;
	padding:0px;
}

#seccionEspecial .secLinks a:link , #seccionEspecial .secLinks a:visited {
	color:#3f3f3f;
	text-decoration:none !important;
	margin:0px;
	padding:0px;
}

.goto {
	position:absolute;
	margin:40px 0 0 40px;
}



/*-------- HOME HABEAS-----------*/




#botonera {
	width:142px;
	background-color:#dfdfdf;
	padding-left:3px;
	padding-bottom:3px;
	padding-top:5px;
	overflow:hidden;
}

#botonera a:visited ,  #botonera a:link {
	text-decoration:none;
}

#botonera .labelItem {
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
	float:left;
}

#botonera .labelItem a {
color:#545454;
}

#botonera .pic {
	margin-left:10px;
	margin-bottom:33px;
	overflow:hidden;
}

#botonera .picIn {
	float:left;	
	overflow:hidden;
	width:31px;
	height:23px;
	text-align:center;
}

#botonera .itemLevel0_off {
	width:136px;
	height:23px;	
	background-color:#d1d1d1;
	border:2px #c0c0c0 solid;
	margin-bottom:2px;
}

#botonera .itemLevel0_on {
	width:138px;
	height:25px;	
	background-color:#FFFFFF;
	margin-bottom:2px;
}

#botonera .itemLevel1 {
	width:138px;
	overflow:hidden;
	border-bottom:2px #efefef solid;
	margin-bottom:2px;
}

#botonera .itemLevel1 .select {
	color:#000000;
	
	font-weight:bold !important;
}

#botonera .itemLevel0_on .select {
	color:#000000;
}

#botonera .itemLevel1 .labelItem {
	font-size:11px;
	color:#545454;
	font-weight:normal;
	margin-top:1px;
	float:left;
	padding:1px 0px 1px 10px;
}

/* PARTE DEL CONTENEDOR CON LINKS DE DETALLE COMUNENTO */
#myLinks {
	width:350px;
	background-color:#f5f4f4;
	overflow:hidden;
	padding:20px;
	margin:0px;
	
}

#myLinks ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#myLinks a {
	color:#ff0000;
	text-decoration:none;
}

#myLinks a:hover {
	text-decoration:underline;
}

#myLinks .imgFloat {
	position:absolute;
	margin-left:-12px;
	margin-top:-25px;
}





/*-------- HOME HABEAS NUEVA JUEVES 12/06/2008-----------*/


#contHome {
	width:538px;
	overflow:hidden;
	}

#contHome h2 {
	font-size:16px;
	padding:0px;
	margin:0px;
	line-height:28px;
}

#contHome .descItemC h2 {
	font-size:14px;
	padding:0px;
	margin:0px;
	line-height:23px;
}

.down {
	color:#FF0000;
}

.upC{
	color:#000000;
}

.textHome {
	color:#000000;
	font-size:11px;
	width:240px;
	margin-right:18px;
	line-height:14.5px;
}

.cajaLinks {
	padding:0px 0px 0px 0px;
	overflow:hidden;
	margin-top:0px;
}

.cajaLinks .pic {
	overflow:hidden;
	padding:0px;
	margin:0px;
	width:30px;
	float:left;
}

.cajaLinks .descItem {
	float:left;
	width:222px;
	padding:0px;
	margin:0px;
}

.cajaLinks .item{
	padding:0px;
	margin:0px;
	float:left;
	overflow:hidden;
}

.cajaLinks .cuarto .descItem h2{
	color:#FF0000;
	font-size:20px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.cajaLinks .cuarto .descItem p{
	color:#666666;
	font-size:10px;
	padding:0px;
	margin:0px;
}

.cajaLinks .cuarto .descItem p a:link , .cajaLinks .cuarto .descItem p a:visited , .cajaLinks .cuarto .descItem p a:hover{
	color:#666666 !important;
}

.cajaLinks .cuarto .descItem p a:hover {
	text-decoration:underline;
}

.cajaLinks .cuarto a:visited , .cajaLinks .cuarto a:link {
	text-decoration:none;
}

.cuarto {
	float:left;
	padding-top:5px;
	padding-left:13px;
	}

.lineaSepMenus {
	float:none;
	clear:both;
	font-size:-0.1em;
	border-bottom:1px solid #c2a36d;
}
.boxArte{
	float:left;
	width:250px;
	margin:5px 10px 0 0;
}
/*----------------------------SECCION CLICMULTIMEDIA------------------------*/