/*
Estilos comunes de HTML
*/

body {
	background-color: #FFFFFF;
	background-image: url(/img/comunes/fondo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana, sans-serif;
}

/*
Maquetación
*/

.superior {
	width: 900px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.menu {
	width: 900px;
	height: 50px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.base {
	width: 830px;
	border-top: none;
	border-bottom: none;
	border-left: 5px solid #CCCC00;
	border-right: none;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left: 70px;
}

.base_unica {
	width: 830px;
	border-top: none;
	border-bottom: none;
	border-left: 5px solid #CCCC00;
	border-right: 5px solid #CCCC00;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left: 70px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;

}

.casa {
	border-top: 1px solid #CCCC00;
	border-bottom: 1px solid #CCCC00;
	border-left: 1px solid #CCCC00;
	border-right: 1px solid #CCCC00;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
	vertical-align: top;
}

.contenido {
	width: 430px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.lateral {
	width: 380px;
	background-color: #CCCC00;
	background-image: url(/img/lateral/fondo.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.firma {
	background-color: #F0F0C8;
	width: 830px;
	height: 25px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 70px;
	margin-bottom: 10px;
}
.fima td { width: 276px}
/*
Tipos de letra
*/

.titulo {
	font-family: Arial, Tahoma, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.titulo_blanco {
	font-family: Arial, Tahoma, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.texto {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.texto_blanco {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.enlace {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	margin-right: 5px;
	margin-left: 5px;
}

a.enlace:hover {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

/*
Formularios
*/

.boton {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 5px;
	border: 1px solid #000000;
}

.campo {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 5px;
	border: 1px solid #000000;
}

.campo_destacado {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCC00;
	text-decoration: none;
	margin: 5px;
	border: 1px solid #000000;
}

.lista {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 5px;
	border: 1px solid #000000;
}

.casilla {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 0px;
}

/*
Varios
*/

.tabla-preus{
	font-family: Tahoma, Verdana;
	font-size:11px;
	color:#000000;
	border-color:#CCCC00;
}


.foto {
	background-color: #FFFFFF;
	margin: 0px 10px 10px 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: right;
}
.fotoavis {
	background-color: #FFFFFF;
	margin: 2px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: right;
}
.datos {
	list-style-image: url(../img/comunes/puntito.gif);
}
.linksventas { margin:0; padding:0; text-align: center}
.linksventas img {
	vertical-align: middle; padding: 0; margin: 0
}
.linksventas a { font-weight: bold}
/***********************/
/** TABLAS AVIS       **/
/***********************/
#tablasavis {margin:20px 0px 10px 0px; padding: 0; clear: right; text-align: center }
.tavis {
margin-top: 40px; width: 750px; background-color: #ffffff; color: #000000; border-collapse: separate; }
.tavis caption {font-size: 9px; color: #969601; font-weight: bold; text-align: left; padding-bottom: 0px}
.tavis thead th, .tavis td.row {font-size: 10px;  background-color: #AAAA00; color: #ffffff; padding: 5px}
.tavis tbody td {font-size: 10px; text-align: center; padding: 5px; color: #707001}
.tavis tr.cebra {background-color: #F0F0C8;}
.tavis th.texto {width: 230px; font-weight: bold}
