/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos DICA CSS+XHTML
   Clientes
   Noviembre 2008
*/

#contenido{
	border-top: 1px solid #C0BEB1;
	padding-top: 30px;
}

#distribuidores{
	width: 960px;
	overflow: hidden;
	clear: both;
}

	#distribuidores_img{
	margin-top: 14px;
	float: left;
	width: 564px;
	height: 396px;
	overflow: hidden;
	margin-right: 32px;
}

	#distribuidores_busc{
	margin-top: 14px;
	float: right;
	width: 360px;
}

	#distribuidores_busc input.send{
	border: none;
	color: #fff;
	background-color: #C0BEB1;
	padding-left: 5px;padding-right: 5px;
	padding-top: 2px; padding-bottom: 2px;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	}
	
	#distribuidores_busc input.send:hover{
	color: #fff;
	background-color: #788C00;
	}

/* Menu */

#clientes_menu{
	width: 960px;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: right;
	font-weight: bold;
	clear: both;

}
	
	ul#enlaces{
	clear: right;
	width: 960px;
	height: 11px;
}

	ul#enlaces li{
	margin-left: 19px;
	cursor: pointer;
	cursor: hand;
	float: right;
	display: block;
}

	ul#enlaces li a{
	background: transparent url(../img/menu/menu_cliente_es.gif) no-repeat center left;
	text-indent: -9999px;
	padding-top: 11px;
	height: 0px;
	display: block;overflow: hidden;
	}
	
	ul#enlaces li#d_not a{background-position: 0 -42px;width: 89px;}
	ul#enlaces li#d_not:hover a{background-position: 0 -21px;}
	ul#enlaces li#d_not a.sel, ul#enlaces li#d_not:hover a.sel{background-position: 0 0;}
	
	ul#enlaces li#d_rec a{background-position: -99px -42px;width: 56px;}
	ul#enlaces li#d_rec:hover a{background-position: -99px -21px;}
	ul#enlaces li#d_rec a.sel, ul#enlaces li#d_rec:hover a.sel{background-position: -99px 0;}
	
	ul#enlaces li#d_web a{background-position: -164px -42px;width: 30px;}
	ul#enlaces li#d_web:hover a{background-position: -164px -21px;}
	ul#enlaces li#d_web a.sel, ul#enlaces li#d_web:hover a.sel{background-position: -164px 0;}
	
	ul#enlaces li#d_new a{background-position: -204px -42px;width: 69px;}
	ul#enlaces li#d_new:hover a{background-position: -204px -21px;}
	ul#enlaces li#d_new a.sel, ul#enlaces li#d_new:hover a.sel{background-position: -204px 0;}
	
	
	
/* Textos */

h2{
	color: #686657;
	font-family: avenirmedium, Helvetica, Arial, Geneva, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
}

p{
	margin-top: 00px;
	margin-bottom: 10px;
}

p.pief{
	margin-top: 20px;
}

/* Formulario */

.fromulario{
	margin-top: 10px;
}


input.enviar{
	background-color: #EBEBE3;
	border-style: none;
	color: #686657;
	padding-left: 2px;
	padding-right: 2px;
	width: 230px;
	margin-bottom:5px;
}

input.send{
	margin-top: 5px;
	font-size: 11px;
}
