/* - - - - - - - - - - - - - - - - - - - - -

Título : PRIMA
Autor : Diego Santino

Descripción : prima.css

Creado : 24 de mayo, 2007

- - - - - - - - - - - - - - - - - - - - - */


/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
body,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
   line-height: 18px;
	color: #0a3157;
	background-color: #082642;

}
body {
	margin:0px;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #0a3157;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #add1ff;
}
h1 {
	/*margin-top: 0px;*/
	font-size: 14px;
}

p {
	font-size: 12px;
	font-weight: normal;
}

p2 {
	float: left;
	margin-top: 8px;
}
form {
	margin: 0px;
	padding: 0px;
}

/****** TOP ******/

#top {
	height: 370px;
	background-color: #082642;
	background-image: url(../gfx/fondos/f_top.gif);
	background-repeat: repeat-x;
}

#cabecera {
	width: 926px;
	height: 370px;
	margin-left: auto;
	margin-right: auto;
}

/****** MENU ******/


#botonera {
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	background-color: #082642;
	
}

/****** MENU ******/

#menu {
	width: 926px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333;
}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 114px;
}
#nav li.activo { 
	width: 94px;
	padding: 10px;
	background: #333;
	color: #fff;

}
#nav li.items { 
	width: 114px;
	border-right: #000000 1px solid;
}
#nav li.items a.items {
	width: 94px;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	background: #333;
}
#nav li.items a.items:hover {
	background: #ccc;
	color: #333;
	font-weight: bold;
}
/* ############################ */
#nav li { 
	float: left;
}
#nav li ul { 
	position: absolute;
	background-color: #2a699e;
	width: 134px;
	left: -999em;
}
#nav li ul li {
	width: 134px;
	border-bottom: #225c8d 1px solid;
}
#nav li ul li a {
	text-decoration: none;
	color: #fff;
	padding: 10px;
}
#nav li ul li a:hover {
	background-color: #fff;
	color: #0d3d6a;
}
#nav li ul ul { 
	margin: -33px 0 0 160px;
	background-color: #a2d4f1;
	color: #0d3d6a;
	width: 160px;
}
#nav li ul ul li {
	width: 160px;
	border-bottom: #78acca 1px solid;
}
#nav li ul ul li a:hover {
	background-color: #fff;
	color: #0d3d6a;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/****** CONTENIDO ******/


#contenido {
	width: 886px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 20px;
}


#columna_01 {
	width: 575px;
	float: left;
	padding-right: 20px;
}

#columna_02 {
	width: 290px;
	float: left;
}

div.seccion {
	width: 300px;
	float: left;
	
}

#columna_clasi {
	width: 245px;
	float: left;
}

#columna_clasi img {
	float: left;
	padding-right: 10px;
}

#columna_clasi h1 {
	margin: 0px;
}

#columna_clasi p {
	margin: 0px;
	width: 245px;
}

div.oferta {
	width: 245px;
	float: left;
	padding-bottom: 20px;
}

div.oferta p {
	width: 135px;
	float: left;
}

/****** CALSIFICADOS ******/

div.clasificado {
	width: 580px;
	float: left;
	background-color: #e9f4ff;
	margin-bottom: 15px;
	font-size: 12px;
   line-height: 18px;
}

div.clasificado p {
	padding: 8px;
	margin: 0px;
}

div.clasificado a:link {
	text-decoration: none;
	font-weight: normal;
	color: #0a3157;
}

div.clasificado a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #add1ff;
}




/****** RECUADROS ******/

#recuadro {
	width: 260px;
	float: left;
	background-color: #e9f5ff;
	padding-left: 15px;
}


/****** BOTTOM ******/

#bottom {
	height: 45px;
	clear: both;
	
}
#footer {
	width: 926px;
	margin-left: auto;
	margin-right: auto;
}
#images{float:left; width:100%; display:block;}
#thumbs{margin-right:15px; margin-bottom:15px; float:left;}
