@import url(formularios.css);
@import url(enlaces.css);
@import url(underground2.css);
body {
	font-family:Sans, "Arial", arial, serif;
	font-size:11px;
	color:#666666;
	text-align:center; /*aqui mandamos a centrar todo el contenido*/ 
	margin:0px 0px;
}

     a:link {
          color : #777;
          text-decoration : none;
      }
     a:active {
          color : #a27e4c;
          text-decoration : none;
      }
     a:visited {
          color : #777;
          text-decoration : none;
      }
     a:hover {
          color : #a27e4c;
          text-decoration : none;
      }
      
a.external {
	padding-left: 15px;
	background: transparent url(../elimbo_img/enlace_ori.gif) no-repeat left center;
}
a.externales {
	padding-left: 15px;
	background: transparent url(../elimbo_img/flechas/bullet_r.gif) no-repeat left center;
}
a:hover.externales {
color:#c38387;
	padding-left: 15px;
	background: transparent url(../elimbo_img/flechas/bullet.gif) no-repeat left center;
}

a.externales44 {
color:#c38387;
	padding-left: 15px;
	background: transparent url(../elimbo_img/flechas/bullet_r.gif) no-repeat left center;
}
a:hover.externales44 {
color:#333;
	padding-left: 15px;
	background: transparent url(../elimbo_img/flechas/bullet.gif) no-repeat left center;
}
a.externales55 {
color:#888;
/*color:#c38387;*/
	padding-left: 12px;
	padding-right: 10px;
	font-weight : bold; 
	background: transparent url(../elimbo_img/flechas/bullet.gif) no-repeat left center;
}
a:hover.externales55 {
color:#c38387;
/*color:#666;*/
	padding-left: 12px;
	padding-right: 10px;
	font-weight : bold; 
	background: transparent url(../elimbo_img/flechas/bullet_r.gif) no-repeat left center;
}
a.externales66 {
	padding-left: 15px;
	background: transparent url(../elimbo_img/flechas/bullet_r.gif) no-repeat left center;
}
a:hover.externales66 {
	padding-left: 15px;
	background: transparent url(../elimbo_img/flechas/bullet.gif) no-repeat left center;
}

#contenedor {
	width:975px; /*ancho total de la pagina*/ 
	/*border:1px solid #333333; encadeno los 3 atributos claves del borde en una sola linea, ahorrando codigo XD*/ 
	background-color:#FFF;
	margin:5px auto; /*10px arriba y abajo, y auto a los lados, para los navegadores nuevos es suficiente para centrar la pagina*/ 
	text-align:left; /*aqui alineamos todo de nuevo a la izquierda, pero dentro del contenedor*/ 
	padding:0px 0px 0px 0px;  
}

#encabezado {
	clear : both; 
	padding:0px 0px 0px 0px;  
 	margin:5px 0px 0px 0px; 
	width:975px; /*este ancho es para que cuadre con el texto*/ 
	height:60px; /*idem*/ 
	background-color:#fff; /*more*/ 
	float:left; /*lo flotamos a la izquierda*/ 
	display:inline;
	text-align: right;
}

#tricolor_der {
	float: left;
	width: 670px;
	height : 4px;
	background: #fff url(../elimbo_img/barra/marron_4.gif) repeat-x left bottom;
	padding:0px 0px 0px 0px;  
 	margin:0px 0px 0px 0px; 
	border:1px solid #fff;
}

#tricolor_centro {
	float: left;
	width: 3px;
	height : 4px;
	background: #fff;
	padding:0px 0px 0px 0px;  
 	margin:0px 0px 0px 0px; 
	
}

#tricolor_izqd {
	float: right;
	width: 298px;
	height : 4px;
	background: #fff url(../elimbo_img/barra/gris_4.gif) repeat-x left bottom;
	padding:0px 0px 0px 0px;  
 	margin:0px 0px 0px 0px; 
	border:1px solid #fff;
}

#menu1 {
  float:left;
  width:675px;
  padding:0px 0px 0px 0px;  
  margin:0px 0px 0px 0px; 
  list-style-type:none;
  }

	#menu1 li {
	float:left;
	width:110px;
	border:1px solid #fff; 
	font-family: arial;
	font-size: 10px;
	font-weight : bolder; 
	text-transform:uppercase; 
	text-decoration:none; 
	}

	#menu1 li.active {
	display:block;
	width:100px;
	color:#eee; 
	background: #9b7c45 ;
	text-align:right; 
	padding:4px 10px 3px 0px; 
   margin:0px 0px 0px 0px; 
	float:left; 
	}
	
	#menu1 a {
	display:block;
	width:100px;
	color:#fff; 
	background:#b09568; 
	text-align:right; 
	padding:4px 10px 3px 0px; 
   margin:0px 0px 0px 0px;
	float:left; 
	}
	
	#menu1 a:hover {
	color:#fff; 
	background:#9b7c45;
	}

#menu2 {
  float:left;
  width:300px;
  padding:0px 0px 0px 0px;  
  margin:0px 0px 0px 0px; 
  list-style-type:none;
  }

	#menu2 li {
	float:left;
	width:98px;
	border:1px solid #fff; 
	font-family: arial;
	font-size: 10px;
	font-weight : bolder; 
	text-transform:uppercase; /*decorare los vinculos en mayusculas*/
	text-decoration:none; 
	}

	#menu2 li.active {
	display:block;
	width:88px;
	color:#fff; 
	background: #4e4e4c ;
	text-align:right; 
	padding:4px 10px 3px 0px; 
    margin:0px 0px 0px 0px; 
	float:left; 
	}
	
	#menu2 a {
	display:block;
	width:88px;
	color:#fff; 
	background:#6a6a68; 
	text-align:right; 
	padding:4px 10px 3px 0px; 
	float:left; 
	}
	
	#menu2 a:hover {
	color:#fff; 
	background:#4e4e4c;
	}
	
#banda_session {
   width: 975px;
   height: 14px;
   background: #fff;
   color: #b09568;
   margin: 0px 0;
   padding: 3px 0px 3px 0px;
   clear : both; 
	font-family: arial;
	font-size: 10px;
   font-weight: bold;  
   text-decoration: none;
	text-align: right;
  }
  
.unpixelleft {
    float: left;
    width: 100px;
    height: 1px;
    background:  url(../elimbo_img/unpixel.gif) repeat-x center;
   margin: 3px 40px 8px 40px;
   padding: 0px 0px 0px 0px;
  } 
    
 .unpixelright {
    float: right;
    width: 100px;
    height: 1px;
    background:  url(../elimbo_img/unpixel.gif) repeat-x center;
   margin: 3px 7px 3px 10px;
   padding: 0px 0px 0px 0px;
  } 
  
  .unpixelleft100 {
    float: left;
    width: 170px;
    height: 1px;
    background:  url(../elimbo_img/unpixel.gif) repeat-x center;
   margin: 3px 70px 8px 70px;
   padding: 0px 0px 0px 0px;
  }  
  
    .unpixelleft75 {
    float: left;
    width: 175px;
    height: 1px;
    background:  url(../elimbo_img/unpixel.gif) repeat-x center;
   margin: 3px 30px 8px 20px;
   padding: 0px 0px 0px 0px;
  } 
  
   .unpixelleft200 {
    float: left;
    width: 300px;
    height: 1px;
    background:  url(../elimbo_img/unpixel.gif) repeat-x center;
   margin: 3px 70px 8px 45px;
   padding: 0px 0px 0px 0px;
  } 

#cuerpo{
	width: 973px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	float:left;
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
		border-top : 1px solid #cccccc;
	clear: both;
  }
  
   .titlat{
	background-color:#e7e6e1;
	border-bottom : 1px solid #cccccc;
	color:#b0afab;
	padding: 10px 0px 10px 9px;
	margin: 0px 0px 0px 0px;
}
  
 #servicios{
	width: 316px;
	background-color: #f2f1ec;	
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  }

	.de_dervicios_iconos{
	height: 30px;
	background-color:#f2f1ec;
	color:#b0afab;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
	text-align : center;
	}

	.de_dervicios{      
	height: auto;
	background-color:#f2f1ec;
	color:#b0afab;
	padding: 0px 0px 5px 0px;
	margin: 2px 0px 0px 0px;
	}
	
		.de_tagcloud{      
	height: auto;
	background-color:#f2f1ec;
	color:#b0afab;
	padding: 0px 0px 5px 5px;
	margin: 5px 0px 0px 0px;
	}

	.de_dervicios_texto{
	float:left;
	width: 300px;
 	background-color:#f2f1ec; 
   color:#777;
	font-family: Arial;
	font-size:8pt;
	letter-spacing : 2px;
	padding: 0px 0px 0px 0px;
	margin:5px 0px 0px 5px;
	font-weight : bold;
	}

		.de_dervicios_texto a:link{
		color:#656565;
		}
		.de_dervicios_texto a:active{
		color:#a27e4c;
		}
		.de_dervicios_texto a:visited{
		color:#656565;
		}
		.de_dervicios_texto a:hover{
		color:#a27e4c;
		}

	.de_dervicios_texto1{
	float:left;
	width: 305px;
	background-color:#f2f1ec; 
	color:#888;
	font-family: Arial;
	font-size:10px;
	letter-spacing : 0px; 	
	margin: 3px 0px 6px 5px; 
	padding: 0px 0px 0px 0px;
	font-weight : normal;
	}

.cola_cajas_servicios{
	float:left;
	width: 316px;
	height: 18px;
	background: #e7e6e1 url(../elimbo_img/barra/m_b_18.gif) repeat-x;
	border-top : 1px solid #cccccc;
	color:#b0afab;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:inline;
}

.cola_cajas_multimedia{
	float:left;
	width: 316px;
	height: 18px;
	background: #e7e6e1 url(../elimbo_img/barra/m_b_18.gif) repeat-x;
	border-top : 1px solid #cccccc;
	color:#b0afab;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:inline;
}

.cola_cajas_multimediagris{
	float:left;
	width: 316px;
	height: 18px;
	background: #e7e6e1 url(../elimbo_img/barra/m_b_18_gris.gif) repeat-x;
		border-top : 1px solid #303030;
	color:#b0afab;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:inline;
}

.cola_cajas2{
	float:left;
	width: 833px;
	height: 18px;
	background: #e7e6e1 url(../elimbo_img/barra/m_b_18.gif) repeat-x;
	border-top : 1px solid #cccccc;
	color:#b0afab;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.underground_enlace img{
border:0px;
}
 
#pie {
    width: 975px;
    height: 65px;
    background:  url(../elimbo_img/separador_total02.jpg) no-repeat left top;
    color: #808080;
    clear: both;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 0px; 
  }

.pie_left {
    width: 128px;
    height: 48px;
    float: left;
    margin: 5px 2px;
    padding: 0px 0px 0px 0px;
     text-align:center;
  }

.pie_central {
	width: 700px;
	float: left;
	color: #558ba3;
	font-family: Arial;
	font-size:10px;
	font-weight : bold;
 	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
  }

.pie_right {
    float: right;
    width: 128px;
    height: 48px;
    margin: 5px 2px;
    padding: 0px 0px 0px 0px;
    text-align:center;
  }

#pie_end {
    width: 975px;
    height: 20px;
    background: #fff;
    color: #808080;
	font-family: Arial;
	font-size:10px;
	font-weight : normal;
    text-align:left;
    clear: both;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
  }
    #pie_endderecha {
  float:right;
    width: 300px;
    height: 20px;
    background: #fff;
    color: #808080;
	font-family: Arial;
	font-size:10px;
	font-weight : normal;
    text-align:right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  #pie_endizquierda {
    float:left;
    width: 665px;
    height: 20px;
    background: #fff;
    color: #808080;
	font-family: Arial;
	font-size:10px;
	font-weight : normal;
    text-align:left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
    
.TITULAR {
color:#558ba3;
font-family: Verdana;
font-weight : 900;
line-height : 0.9em ;
font-size:18px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#central_registro{
		width: 503px;
		margin: 10px 0px 0px 9px;
		background-color: #f2f1ec;
		float:left;
		padding: 0px 0px 0px 0px;
		text-align : left;
		display:inline;
} 

.base_der_seccion{
	width: 647px;
	float:left;
	background: #fff;
	color: #808080;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  }
  
  .base_der_izq_cat{
	width: 643px;
	float:left;
	background-color: #f2f1ec; 
	margin: 1px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	display:inline;
  }

.base_der_der{
	width: 316px;
	margin: 1px 0px 0px 5px;
	background-color: #fff;
	float:left;
	padding: 0px 0px 0px 0px;
  }

h2 {
	font-family: Arial;
	color:#b0afab;
	font-size: 10px;
	font-weight : bolder;
	letter-spacing : 2px;
	letter-spacing : 0px;
	text-transform : uppercase;
	margin-bottom: 5px;
	color: #333333;
	background: inherit;
  }

.menu1_secciones {
float:left;
width:958px;
color:#fff; 
font-family: arial;
font-size: 10px;
font-weight : bolder; 
 text-transform:uppercase; /*decorare los vinculos en mayusculas*/
text-decoration:none; 
padding:4px 0px 3px 5px; 
margin:4px 0px 3px 5px; 
list-style-type:none;
background:#85abb8; 
display:inline;
}

a.xxxx:link {
      color:#fff;  
}

a.xxxx:visited { 
      color:#fff; 
}

a.xxxx:active {
      color:#ff0000; 
}

a.xxxx:hover {
      color:#555; 
}
a.xxxx_active {
      color:#a27e4c; 
}
a.xxxx_active:hover {
      color:#555; 
}
.menu1_subsecciones {
float:left;
width:958px;
color:#718991; 
font-family: arial;
font-size: 9px;
font-weight : bolder; 
text-transform:uppercase; /*decorare los vinculos en mayusculas*/
text-decoration:none;
padding:4px 0px 3px 5px; 
margin:0px 0px 3px 5px; 
list-style-type:none;
background:#d5e0e4; 
display:inline;
}

a.xxxx_1:link {
      padding:0px 0px 3px 0px; 
      color:#718991; 
}

a.xxxx_1:visited { 
      padding:0px 0px 3px 0px; 
      color:#718991; 
}

a.xxxx_1:active {
      padding:0px 0px 3px 0px; 
      color:#ff0000; 
}

a.xxxx_1:hover {
      padding:0px 0px 0px 0px; 
      color:#333; 
}
.xxxx_1_active {
		padding:0px 0px 0px 0px; 
      color:#558ba3; 
}

.destacada_seccion{
	width: 643px;
	background-color: #f2f1ec;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  }

#central_derecha_ct{
		width: 630px;
		margin: 5px 0px 0px 10px;
		background-color: #f2f1ec;
		float:left;
		padding: 0px 0px 0px 0px;
		display:inline;
} 

.categorias_caja{
	width: 630px;
	 height: 20px;
	background-color: #f2f1ec;
	float:left;
	margin: 0px 0px 0px 0px;
	color:#a27e4c;
	font-size:8pt;
	letter-spacing : 2px;
	padding: 2px 0px 0px 0px;
	font-weight : bold;
  }
  
  .categorias_caja a:link{
			/*	color:#c56066;*/
		color:#558ba3;
		}
		.categorias_caja a:active{
		color:#c56066;
		}
		.categorias_caja a:visited{
			/*	color:#c56066;*/
		color:#558ba3;
		}
		.categorias_caja a:hover{
		color:#a27e4c;
		}

.imagenes_caja{
	width: 105px;
	 height: 75px;
	background-color: #f2f1ec;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  }

.texto_catalogo_ct{
	float:left;
	width: 410px;
	height: 75px;
	background: #f2f1ec;
	color:#b0afab;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:inline;
	font-size:8pt;
	font-weight : bold;
}

	.texto_catalogo_ct a:link{
		color:#969590;
		}
		.texto_catalogo_ct a:active{
		color:#a27e4c;
		}
		.texto_catalogo_ct a:visited{
		color:#969590;
		}
		.texto_catalogo_ct a:hover{
		color:#a27e4c;
		}

.texto_catalogo_ct_1{
	float:left;
	width: 410px;
	height: 15px;
	background: #f2f1ec;
	color:#b0afab;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:inline;
font-family: arial;
	font-size:9px;
	font-weight : bold;
}

.numeros_caja{
	width: 105px;
	 height: 75px;
	background-color: #f2f1ec;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size:40px;
	font-weight : bold;
  }

		.numeros_caja a:link{
	/*	color:#c56066;*/
		color:#558ba3;
		}
		.numeros_caja a:active{
		color:#a27e4c;
		}
		.numeros_caja a:visited{
			/*	color:#c56066;*/
		color:#558ba3;
		}
		.numeros_caja a:hover{
		color:#a27e4c;
		}

.cola_cajas_ct{
	float:left;
	width: 643px;
	height: 18px;
	background: #e7e6e1 url(../elimbo_img/barra/m_b_18.gif) repeat-x;
	border-top : 1px solid #cccccc;
	color:#b0afab;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:inline;
}

#buscador_interior {
	padding:0px 0px 0px 0px;  
 	margin:0px 0px 0px 0px; 
	width:975px; /*este ancho es para que cuadre con el texto*/ 
	height:38px; /*idem*/ 
	background-color:#fff; /*more*/ 
	float:left; /*lo flotamos a la izquierda*/ 
}

.capa_buscador_interior_izq {
	float: left;
	width: 700px;
	background: #fff;
	padding:10px 0px 0px 0px;  
 	margin:0px 0px 0px 0px; 
}

.capa_buscador_interior_der {
	float: left;
	width: 274px;
	background: #fff;
	padding:12px 0px 0px 0px;  
 	margin:0px 0px 0px 0px; 
        font-family: arial;
	color:#b09568; 
	font-size: 11px;
 	font-weight : bolder;
	text-decoration:none; 
	text-align: right;
		display:inline;
}

#central_underground1000{
		width: 961px;
		 height: 103px;
		margin: 0px 0px 0px 0px;
		background-color: #333;
		float:left;
		padding: 0px 0px 0px 0px;
		text-align : left;
} 
.underground_1000{
	width: 961px;
	 height: auto;
	background-color: #c7c8c3;
	float:left;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
  }  

.cola_cajas1000{
	float:left;
	width: 961px;
	height: 18px;
	background: #e7e6e1 url(../elimbo_img/barra/m_b_18.gif) repeat-x;
	border-top : 1px solid #cccccc;
	color:#b0afab;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	display:inline;
}
 .titlatgris{
/*	background-color:#e7e6e1;*/
background-color:#454545;
	border-bottom : 1px solid #303030;
	border-left : 1px solid #333;
	border-right : 1px solid #333;
	border-top : 1px solid #333;
/*	color:#b0afab;*/
color:#558ba3;
	padding: 10px 0px 10px 9px;
	margin: 0px 0px 0px 0px;
}
.cola_cajas1000gris{
	float:left;
	width: 961px;
	height: 18px;
	background: #e7e6e1 url(../elimbo_img/barra/m_b_18_gris.gif) repeat-x;
	border-top : 1px solid #303030;
	color:#b0afab;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	display:inline;
}

.destacada_subseccion{
width: 400px;
 height: 845px;
background-color: #f2f1ec;
float:left;
margin: 1px 0px 0px 0px;
padding: 0px 0px 0px 0px;
	display:inline;
  }

#central_derecha_subct{
		width: 380px;
		margin: 5px 0px 0px 10px;
		background-color: #f2f1ec;
		float:left;
		padding: 0px 0px 0px 0px;
		display:inline;
			text-align: justify;
} 

.destacada_subseccion_der{
width: 237px;
 height: 845px;
background-color: #f2f1ec;
float:left;
margin: 1px 0px 0px 5px;
padding: 0px 0px 0px 0px;
	display:inline;
  }
  
 #central_izquierda_subct{
		width: 214px;
		margin: 5px 0px 0px 10px;
		background-color: #f2f1ec;
		float:left;
		padding: 0px 0px 0px 0px;
		display:inline;
			text-align: justify;
}  
  
.cola_cajas_subct{
	float:left;
	width: 400px;
	height: 18px;
	background: #e7e6e1 url(../elimbo_img/barra/m_b_18.gif) repeat-x;
	border-top : 1px solid #cccccc;
	color:#b0afab;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:inline;
}  
  
.cola_cajas_subct_der{
	float:left;
	width: 236px;
	height: 18px;
	background: #e7e6e1 url(../elimbo_img/barra/m_b_18.gif) repeat-x;
	border-top : 1px solid #cccccc;
	color:#b0afab;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	display:inline;
}  
  
.base_der_izq_sub{
	width: 642px;
	float:left;
	background-color: #fff; 
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	display:inline;
  }

.titulares_autor_azul{
	color:#558ba3;
	font-family: Arial;
	line-height : 16px;
	font-size:10px;
	font-weight : normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.titulares_texto{
	background: #f2f1ec ;
	color:#6a6965;
	font-family: Arial;
	font-size:10px;
	font-weight : normal;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#titulares_texto44{
	background: #f2f1ec ;
	color:#6a6965;
	font-family: Arial;
	font-size:10px;
	font-weight : normal;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.colorcomentario{
	color:#DE9393;
	font-family: Arial;
	line-height : 12px;
	font-size:10px;
	font-weight : normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.historico_sub{
	width: 316px;
	height: 360px;
	background-color: #f2f1ec;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  }

.historico_fechado{
 	color:#558ba3;
	font-family: arial;
	font-size:9px;
	font-weight : bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.multimedia{
	width: 316px;
   height: auto;
	background-color: #c7c8c3;
	float:right;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
  }
  
.central_contenido_multimedia{
	width: 316px; 
height: 208px;
	background-color: #333;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	} 
	
	.de_multimedia{
	height: 60px;
	background-color:#333;
	color:#b0afab;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 5px 0px;
	}

	.de_multimedia_imagen{
	float:left;
	width: 90px;
	height: 60px;
 	background-color:#333; 
	color:#b0afab;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 4px;
	}

	.de_multimedia_texto_blanco{
	width: 208px;
	float:left;
 	background-color:#333;
	color:#777;
	font-size:8pt;
	letter-spacing : 2px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-weight : bold;
	}

		.de_multimedia_texto_blanco a:link{
		color:#777;
		}
		.de_multimedia_texto_blanco a:active{
		color:#a27e4c;
		}
		.de_multimedia_texto_blanco a:visited{
		color:#777;
		}
		.de_multimedia_texto_blanco a:hover{
		color:#a27e4c;
		}

	.de_multimedia_texto1_blanco{
	float:left;
	color:#888;
	font-size:7pt;
	letter-spacing : 0px;
	padding: 0px 0px 0px 0px;
	font-weight : normal;
}



  
  
  
  