@media screen{
/************************************************/  
/* CSS 2.0 sistemas.css - NETCONSULTING         */
/* @author: netconsulting                       */
/* @web: www.netconsulting.es                   */
/************************************************/                       
                
/*-- GENERALES -----------------------------------------------*/

			#content h2{
				/*clear:both;*/
				background:url(../../images/publica/bg_h2_degree02.jpg) no-repeat top left;
				color:#007dc3;
				font-size:80%;
				padding:5px;
				font-weight:bold;
				line-height:120%;
				text-align:justify;
			}
			
				#content h3{ 
					font-weight:bold;
					font-size:80%;
				}
				
				.soluciones-list{ clear:both;}
				
			
				#content .soluciones-list li ul{ float:left; }
			
				#content .soluciones-list li li{ width:600px;}
			
}			
			
