/*
    E-Pulse S.C.
*/

	.contenido-top_cosmet{ 
		float:left; font-size:11px; 
		text-align:justify; 
		width:644px; 
		background-image:url(../imagenes/contenido-bg_cosmetica.gif); 
		background-repeat:no-repeat; 
		background-color:#dededc;
		min-height: 666px;
		height: auto !important;
		height: 666px;
	}
	
	.listaMarca{
		width:600px;
		/*background-color:#a9a9a9;*/
		text-align:center;
	}
	
	.marca{
		float:left;
		width:140px;
		/*background-color:#c1c1c1;*/
		border:1px solid #dddddd;
		text-align:center;
		padding:4px;
		font-size:1.2em;
		display:block; 
	}
	.marcaMatch{
		float:left;
		width:140px;
	/*	background-color:#f19a4e;*/
		border:1px solid #E67817;
		text-align:center;
		padding:4px;
		font-size:1.2em;
		display:block; 
	}
	
	.prod{
		width:96%;
		font-size:1.1em;
		text-align:left;
		color:#333333;
	}
	
	.trProd{
		background-color:#c1c1c1;
	}
	.tdImg{
		width:200px;
		vertical-align:top;
		text-align:left;
		border:5px solid #c1c1c1;
	
	}
	.tdText{
		vertical-align:top;
		text-align:left;
		border:5px solid #c1c1c1;
	
	}
	/* ------------ LINKS ---------------- */
	
	.a_marca:active	{color: #000000; font-weight:bold; text-decoration: none; }
	.a_marca:link  	{color: #000000; font-weight:bold; text-decoration: none; }
	.a_marca:visited {color: #000000; font-weight:bold; text-decoration: none;}
	.a_marca:hover 	{color: #000000; font-weight:bold; text-decoration: underline;}

