@media screen{
/************************************************/  
/* CSS 2.0 soluciones_detail.css - NETCONSULTING*/
/* @author: netconsulting                       */
/* @web: www.netconsulting.es                   */
/************************************************/                       
                
/*-- GENERALES -----------------------------------------------*/

	#content{ min-height: 700px;}

	#content #slogan{
		position:relative;
		width:755px;
		height:120px;
	}
		/*-- CABECERAS --*/
		#content .mision{ background:url(../../images/publica/soluciones-prueba-interna.jpg) no-repeat top left;}
		#content .soluciones{ background:url(../../images/publica/soluciones-soluciones.jpg) no-repeat top left;}
		#content .tecnologias{ background:url(../../images/publica/soluciones-tecnologias.jpg) no-repeat top left;}
		#content .accesibilidad{ background:url(../../images/publica/soluciones-accesibilidad.jpg) no-repeat top left;}
		#content .proyectos{ background:url(../../images/publica/soluciones-proyectos.jpg) no-repeat top left;}
		
		
		html > body #content #slogan h2{background:url(../../images/publica/px_slogan.png);}
		
		#content #slogan h2{
			position:absolute;
			top:85px;
			right:10px;
			text-align:right;
			background:url(../../images/publica/px_slogan.gif);
			color:#fff;
			padding:5px 10px;
			font-size:100%;
			font-weight:bold;
		}
		
		
		
			#content p img.right{
				float:right;
				margin:0 0 10px 10px;
			
			}
			
			#content p img.left{
				float:left;
				margin:0 10px 10px 0;
			}
			
			
		
			#content h2{
				/*clear:both;*/
				background:url(../../images/publica/bg_h2_degree02.jpg) no-repeat top right;
				color:#007dc3;
				font-size:80%;
				padding:5px;
				font-weight:bold;
				line-height:120%;
				text-align:justify;
			}
			
				#content h3{ 
					font-weight:bold;
					font-size:80%;
				}
			
			cite{
				line-height:120%;
				font-size:80%;
				font-style:italic;
				font-weight:bold; 
				color:#007dc3; 
			}
			
			/*-- SOLUCIONES LIST --*/
			
			#soluciones-list{ }
			
				#soluciones-list li{ float:left; clear:both; width:750px; margin:5px 0;}
				
					#soluciones-list img { float:left; margin:0 10px 10px 0;}
					
					#soluciones-list h2{ float:left; width:625px;}
					
					#soluciones-list p{ float:left; width:625px;}
			
			
			/*-- 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;}
			
			
			
			

}			
			
