/* CSS Document */
#list_general {
	width: 450px; 
	height: 100px;
	
	padding: 0px 10px 0px 0px;
	margin-top: 20px;
	padding-left: 40px;
	}
.list_articulo {
	width: 435px;
	height: 115px;
	
	margin: 0px 0px 20px 0px;
	padding: 5px;
	background-color: #F7FAED;
	
	border-bottom-style: dashed; border-bottom-color: #7a9c00; border-bottom-width: 1px;
	
	float: left;
	}
.list_articulo p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.list_articulo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #7a9c00;
	}	
	
.list_articulo_imagen {
	width: 115px;
	height: 115px;
	margin-right: 10px;
	background-repeat: no-repeat;
	float: left;
	}	
.list_articulo_categoria, .list_articulo_titulo, .list_articulo_texto {
	width: 310px;
	float: left;
	}
	
.list_articulo_categoria  {
	height: 20px;
	font-weight: bold;
	}
	
.list_articulo_titulo {
	height: 20px;
	font-weight: bold;
	}
		
.list_articulo_texto {
	height: 40px;
	overflow: hidden;
	}

.list_articulo_precio, .list_articulo_ver {
	height:17px;
	margin: 15px 0px 0px 0px;
	padding: 3px 5px 0px 5px;
	font-weight: bold;
	background-color: #FFFFFF;
	}
	
.list_articulo_precio {
	width: 120px;
	float: left;
	}
.list_articulo_ver {
	width: 170px;
	text-align: right;
	float: right;
	}
	
.verde_fuerte { color: #7a9c00;}
.verde_claro { color: #b9d300;}