@charset "ISO-8859-1";

/*
 * Maquetación CSS partners (media: screen/print)
 * (C) 2008 Vexlan Tecnología y Servicios, S.L.
 *
 */

@media all {

	a.dist {
		float: left;
		margin-right: 30px;
		margin-top: 3px;
	}

	#contenido textarea {
		height: 100px;
		width: 100%;
	}

	.bordeado {
		border: 1px solid #ccc;
	}

	.sombreado {
		background-color: #666;
		font-size: 1.2em;
		padding: 10px;
		text-align: center;
		color: #fff;
	}

	.sombreado a {
		color: #fff;
		border: none;
		text-decoration: none;
	}

	.sombreado a:hover {
		text-decoration: underline;
	}


	#get_promo {
		margin: 20px 0px;
		padding: 10px 25px;
		background: #e0e0e0;
		font-size: 1.2em;
	}

	#get_promo input.txt {
		width: 350px;
	}

	#contenido .banner_promo a {
		border: none;
	}


	#main_header.interior #blk_banner_distribuidores {
		background: #f0f0f0 url(/imagenes/fondo-cabint-distribuidores.jpg) no-repeat;
	}



}	/* EOF - media/screen */