/*
	anuncio.css
	20050912
	Cratom Servimedia, S.L.
	desarrollo@cratom.com
																																					*/
#anuncio {
	width			: 760px;
	padding		: 0px;
	margin		: 0px;
}

#anuncio fieldset {
	border		: 1px Solid Gray;
	padding		: 0px 12px 12px 12px;
	font			: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align	: left;
	color			: Black;
}

#anuncio fieldset p
	{
		margin		: 0px;
	}

#anuncio fieldset form
	{
		margin	: 0px;
		padding	: 0px;
	}

#anuncio legend
	{
		font		: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color		: Black;
		padding	: 8px 4px 12px 4px;
	}

.anuncioEncabezado
	{
		width				: 760px;
		height			: 22px;
		margin-bottom	: 4px;
		background		: #B99FA2;
	}
		
.anuncioEncabezadoMoto
	{
		width				: 640px;
		font				: bold 14px Geneva, Arial, Helvetica, sans-serif;
		color				: Black;
		text-align		: left;
		padding			: 3px 0px 0px 4px;
		vertical-align	: middle;
		float				: left;
	}
		
.anuncioEncabezadoPrecio
	{
		width				: 100px;
		height			: 22px;
		font				: bold 18px Geneva, Arial, Helvetica, sans-serif;
		text-align		: right;
		color				: Black;
		vertical-align	: middle;
		float				: right;
		height			: 22px;
		padding			: 0px 4px 0px 0px;
	}

#opcionesVendedor
	{
		text-align	: left;
		font			: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		height		: 16px;
	}

#opcionesVendedorTitulo
	{
		font			: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color			: Black;
		background	: Silver;
		padding		: 2px 4px 2px 4px;
		margin		: 0px 4px 0px 0px;
	}

#opcionesVendedor a
	{
		color	: Green;
	}

#opcionesVendedor a:hover
	{
		color	: Red;
	}

.anuncioDatosYContacto
	{
		width			: 480px;
		text-align	: left;
		float			: left;
		padding		: 0px;
	}

.anuncioDatosMotoLinea
	{
		width		: 450px;
		height	: 16px;
		margin	: 1px 0px 2px 0px;
		clear		: both;
	}

.anuncioDatosMotoNombre
	{
		float			: left;
		width			: 120px;
		height		: 16px;
		margin		: 1px 0px 2px 0px;
		padding		: 1px;
		background	: #dfdfdf;
		font			: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color			: Black;
	}

.anuncioDatosMotoValor
	{
		float			: left;
		width			: 324px;
		height		: 16px;
		margin		: 1px 0px 2px 4px;
		font			: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color			: Black;
	}

.anuncioFormularioLinea, .anuncioFormularioLineaError
	{
		border-left		: 4px Solid Red;
		border-bottom	: 1px Solid Gray;
		text-align		: center;
		padding-bottom	: 2px;
		margin-bottom	: 6px;
		width				: 450;
		height			: 18px;
	}

.anuncioFormularioLinea input
	{
		border		: 1px Solid Black;
		font			: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		width			: 250px;
		background	: White;
		color			: Black;
	}

.anuncioFormularioLineaError input
	{
		border		: 1px Solid Black;
		font			: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		width			: 250px;
		background	: #f18da1;
		color			: Black;
	}

.anuncioFormularioLinea textarea
	{
		width			: 250px;
		height		: 100px;
		background	: White;
		font			: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color			: Black;
		border		: 1px solid Black;
	}

.anuncioFormularioLineaError textarea
	{
		width			: 250px;
		background	: #f18da1;
		font			: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color			: Black;
		border		: 1px solid Black;
	}

.anuncioFormularioDatoTitulo
	{
		width				: 140px;
		padding-left	: 4px;
		text-align		: left;
		float				: left;
		height			: 20px;
		font				: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color				: Black;
	}

.anuncioFormularioDatoCampo
	{
		width				: 250px;
		text-align		: left;
		vertical-align	: top;
		float				: left;
		height			: 20px;
		font				: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color				: Black;
	}

.anuncioFormularioEnviarYAviso
	{
		text-align	: center;
		padding-top	: 16px;
	}

.anuncioFormularioAvisoObligatorios
	{
		width				: 336px;
		height			: 14px;
		vertical-align	: middle;
		border-left		: 4px solid Red;
		padding-left	: 2px;
		margin			: 0px 0px 10px 0px;
		font				: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

#anuncioMensajeTodoBien
	{
		font			: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color			: Green;
		text-indent	: 30px;
	}

#anuncioMensajeTodoBien p:first-letter
	{
		font-weight	: bold;
	}

.anuncioFotosYDatosVendedor
	{
		width				: 270px;
		vertical-align	: top;
		float				: right;
	}

.anuncioFotos
	{
		background	: #dfdfdf;
		padding		: 0px 0px 4px 0px;
	}

.anuncioVendedor
	{
		background	: White;
	}
																																	/*
+--------------------------------------------------------------------------------------------+
|	PAGINACIÓN																											|
+--------------------------------------------------------------------------------------------+		*/
.paginacionElementoXdeY {
	width			: 760px;
	text-align	: left;
	font			: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color			: Gray;
}

.paginacionNavegacion {
	vertical-align	: middle;
	margin			: 2px 0px 2px 0px;
	width				: 760px;
	height			: 18px;
	clear				: both;
}

.paginacionAnterior {
	width				: 100px;
	text-align		: left;
	vertical-align	: middle;
	float				: left;
	height			: 18px;
}

.paginacionListaCompleta {
	width				: 560px;
	text-align		: center;
	vertical-align	: middle;
	height			: 18px;
}

.paginacionSiguiente {
	width				: 100px;
	text-align		: right;
	vertical-align	: middle;
	float				: right;
	height			: 18px;
}
