<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Definiciones previas */
p, h1, h2, h3, h4, h5, h6, ul, li{padding:0px;margin:10px 0px;}
ul{margin-left:23px;}

/* CSS de la web */

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	BACKGROUND-COLOR:  #666666; 
}

.separador{
	clear:both;
}

h1{font-size:1.8em;}
h2{font-size:1.6em;}
h3{font-size:1.4em;}
h4{font-size:1.2em;}
h5{font-size:1em;}
h6{font-size:0.8em;}

#wrap{
	width:1000px;
	margin:auto;
	margin-top:100px;
	border:1px solid #EEE;
	BACKGROUND-COLOR: #FFF;
}
    

  #cabezal{
	width:auto;
	height:60px;
	float:inherit;
	/*background-image:url(../img-clasificados-uruguay/fondo-superior.png);*/
	BACKGROUND-COLOR: #FF9;
}

.Layer1 { 
position:absolute; 
float:left; 
width:1000px; 
height:200px; 
top:9px; 
BACKGROUND-COLOR: #FFF;
} 

#cabezal_admin{
	width:auto;
	height:200px;
	float:inherit;
	background-position:center;
	background-repeat:no-repeat;
	border-bottom:1px solid #EEE;
	background-image:url(logovb.jpg);
	BACKGROUND-COLOR: #FFF ;
}

#lateral{
	float:right;
	width:170px;
	padding:0px;
	BACKGROUND-COLOR: #FFF ;
	/*background-image:url(../img-clasificados-uruguay/guia-clasificados-urugua-08.jpg)*/;
	background-repeat: repeat;
}
#imagen{
	float:left;
	width:60%;
	padding:8px;
	BACKGROUND-COLOR: #FFF ;
	
}
#contacto{
	float:right;
	width:34%;
	padding:8px;
	BACKGROUND-COLOR: #FFF ;
	
}
#detalle{
	float:left;
	width:95%;
	padding:8px;
	BACKGROUND-COLOR: #FFF ;
	
}
#mapa{
	float:left;
	width:55%;
	padding:8px;
	BACKGROUND-COLOR: #FFF ;
	
}
#promo{
	float:center;
	float:inherit;
	width:100%;
	padding:8px;
	BACKGROUND-COLOR: #FFF ;
	
}
#promo_titulo{
	float:center;
	width:90%;
	padding:16px;
	BACKGROUND-COLOR:#FC6 ;
	
}
#promo_img{
	float:left;
	width:30%;
	padding:16px;
	BACKGROUND-COLOR:#FFF;
	
}
#promo_descrip{
	float:right;
	width:60%;
	padding:12px;
	BACKGROUND-COLOR:#FFF ;
	
}
#login{
	float: inherit;
	width:90%;
	height:30px;
	padding:15px;
	
}
#lateral_der{
	float:left;
	width:600px;
	padding:15px;

	
}

#LISTADO_tareas{
	margin:10px;
	width:auto;
	padding:15px;
	BACKGROUND-COLOR: #FFF ;
	
}


		#formulario {
			float:inherit;
			width:auto;
			text-align:left;
			font: Helvetica ;
			font-size:15px;
			
			
			}

#lateral ul.listado_categorias{
	list-style:none;
}

#lateral ul.listado_categorias, #centro ul.listado_categorias li{
	margin:0px;
}

#lateral ul.listado_categorias li a{
	display:block;
	border-bottom:1px dashed #CCCCCC;
	color:#999999;
	text-decoration:none;
	padding:10px 0px 3px 3px;
}

#lateral ul.listado_categorias li a:hover{
	BACKGROUND-COLOR: #FFF ;
}

#centro{
	float:left;
	width:650px;
	padding:15px;
	BACKGROUND-COLOR: #FFF;
	text-align:left;
}
#centro2{
	float:left;
	width:650px;
	padding:15px;
	border-left:1px solid #FFF;
	
}
#centro_cliente{
	float:left;
	width:790px;
	padding:15px;
	border:#F00;
}

#centro ul.listado_noticias li a{
	color:#999999;
}

#centro ul.listado_noticias li a strong{
	display:block;
	color:#666666;
}

#pie{
	padding:3px;
	background-color: #03C;
	color:#FFFFFF;
	text-align:center;
}
#link {
	COLOR:#00C; TEXT-DECORATION: none
}
a:link {
	COLOR: #333333; 
}
a:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
a:active {
	COLOR: #00F;
	TEXT-DECORATION: none
}
.link:hover {COLOR: #CCCCCC; TEXT-DECORATION: none
}
.gris {
	color: #666;
}
</pre></body></html>