.titulos {
	font-family: Tahoma;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}
.titulos-chico {
	font-family: Tahoma;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.txt-contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.txt-proyecto-cont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*Enlaces Pie de pagina*/
a.enlaces {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.enlaces:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.enlaces:visited {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #063316;
}
a.enlaces:hover {
	font-family: Trebuchet MS;
	color: #CC0000;
}
a.enlaces:active {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #063316;
}

/*Enlaces Ver detalles*/
a.ver-detalles {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}
a.ver-detalles:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a.ver-detalles:visited {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}
a.ver-detalles:hover {
	font-family: Trebuchet MS;
	color: #CC0000;
	font-weight: bold;
}
a.ver-detalles:active {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #063316;
}

.pie{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.formulario {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px dashed #CC0000;
}
.boton {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CC0000;
	border: 1px solid #757575;
	color: #FFFFFF;
}
.captcha {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px dashed #CC0000;
}

/*----------------------VENDIDO-------------------------*/

#vendido
{
width:600px;
position:absolute;
height:120px;
z-index:1;
	
}
.vend
{
float:right;
width:100px;
margin-top:10px;

}
#listado
{
 position: absolute; /*Posicionamiento absoluto*/
 height: 100px; /*Le ponemos el valor del alto*/
 width: 500px; /*Le ponemos el valor del ancho*/
 margin-right:200px;
 z-index:1;
/*Restamos la mitad de alto para centrarlo verticalmente*/

}
.listadodet
{
 
width:100px;
padding-right:500px;


}
/*#vendido_ini
{
	width:617px;
	position:absolute;
	height:90px;
	z-index:1;
	left: 381px;
	
}
.vend2
{
float:right;
padding-right:355px;
width:100px;
margin-top:0px;

}
*/