@media screen{
/************************************************/  
/* CSS 2.0 marketing.css - NETCONSULTING        */
/* @author: netconsulting                       */
/* @web: www.netconsulting.es                   */
/************************************************/                       
                
/*-- GENERALES -----------------------------------------------*/
	
	#content h2{
		/*clear:both;*/
		background:url(../../images/publica/bg_h2_degree.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%;
		}
			
			/*-- TECNOLOGIAS --*/
			
			#text{ 
				float:left;
				width:530px;
			}

			#logos{
				float:right;
				border:1px solid #ddd;
				width:200px;
				background-color:#fff;
			}
			
				#logos p img{ float:left; margin:5px;}
		

		
			
			

}			
			
