@media screen{
/************************************************/  
/* CSS 2.0 soluciones.css - NETCONSULTING       */
/* @author: netconsulting                       */
/* @web: www.netconsulting.es                   */
/************************************************/                       
                
/*-- GENERALES -----------------------------------------------*/

	#content{ min-height:400px;}
	
	.full{
		width:950px !important;
	}
	
	.soluciones-list{}
	
		html > body .soluciones-list li{margin:0 8px; }
	
		.soluciones-list li{
			float:left;
			clear:none;
			width:222px;
			margin:0 1px;
		}
		
			.soluciones-list li .title_h2_black{
				width:212px;
				height:25px;
				padding:7px 0 0 10px;
				color:#fff;
				background:url(../../images/publica/bg_h2_black.jpg) no-repeat top left;
				font-weight:bold;
			}
			
			.soluciones-list li p{
				width:212px;
				margin:10px 0 !important;
				line-height:120%;
			}
			
			.soluciones-list li p.description{
				height:70px;
			
			}
			
			.soluciones-list .slogan{
				color:#007dc3;
				font-weight:bold;
				font-size:85%;
				line-height:120%;
			}
			
			.soluciones-list p{ font-size:85%;}
	
			.soluciones-list li a.ampliar{
				display:block;
				background:url(../../images/publica/bt_ampliar.jpg) no-repeat top left;
				width:221px;
				height:25px;
				padding:7px 0 0 0;
				text-align:center;
				color:#000;
				font-size:80%;
			}
			
				.soluciones-list li a.ampliar:hover{
					color:#fff;
					background:url(../../images/publica/bt_ampliar_over.jpg) no-repeat top left;
				}
				
			.soluciones-list li.last{
				margin-right:0;
			}
			
				.soluciones-list li li a{
					float:left;
					clear:both;
					width:200px;
					margin-bottom:5px;
					font-size:80%;
					background:url(../../images/publica/bullet_02.gif) no-repeat top left;
					padding-left:15px;
				}
}			
			
