@charset "utf-8";
/* CSS Document */
#h3proyectos, #h3experiencia
{
	margin:0 0 15px 0;
	padding:0;
	
/*	width:280px; */
	
	font-family:"Lucida-sans Unicode", "Trebuchet MS", sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#545454;
}
#h3experiencia
{
	margin:0 0 15px 35px;
}
.layer_left
{
	float:left;
	margin:0 0 0 0;
	
	width:285px;
}
	.layer_left h2
	{
		margin:0 0 15px 0;
		
		width:280px;
		
		font-family:"Lucida-sans Unicode", "Trebuchet MS", sans-serif;
		font-size:36px;
		color:#545454;
	}
	
	.layer_left p
	{
		margin:0 0 20px 0;
		
		font-size:13px;
	}
		.layer_left p span
		{
			padding:0 2px 0 2px;
			
			/* 
			Autor: Marcos
			Modificado: 21.10.2010
			background-color:#517ECA;
			color:#fff;
			*/
			
			color: #004eb8;
			
			/* 
			Autor: Marcos
			Modificado: 21.10.2010
			Causa: soporte árabe
			font-style:italic;
			*/
		}
	#proyecto
	{
		width:285px;
	}
		#proyecto h4
		{
			margin:6px 0 10px 0;
			width:280px;
			
			font-size:15px;
			font-weight:bold;
			color:#555;
		}
		#proyecto h4 a
		{
			font-size:15px;
			font-weight:bold;
			color:#555;
			text-decoration:none;
		}
		#proyecto h4 a:hover
		{
			text-decoration:underline;
		}
		.layer_left #proyecto p
		{
			margin:0;
			padding:0;
			
			width:285px;
			
			color:#666;
			font-size:12px;
		}
		#proyecto #video
		{
			margin:0 16px 0 0;
			float:left;
			
			width:230px;
			height:100px;
		}
		#proyecto #ul_iconos
		{
			float:left;
			margin:0 0 0 0;
			width:26px;
			
			list-style:none;
		}
			#proyecto #ul_iconos li
			{
				margin:0 0 0 0;
				width:26px;
			}
			#proyecto #ul_iconos li a
			{
				display:block;
				margin:0 0 6px 0;
				
				width:26px;
				height:30px;
				
				text-decoration:none;
			}
			#proyecto #ul_iconos li a span
			{
				display:none;
			}
			#proyecto #ul_iconos #ico_youtube
			{
				margin:0 0 7px 0;
				height:27px;
				
				background-image:url(../img/video_ico_youtube.png);
				background-repeat:no-repeat;
			}

#capaDrch
{
	width:630px;
	_width:620px;
}
.layer_right
{
	float:right;
	margin:0 0 5px 0;
	padding:0;
	
	width:630px;
}
	.layer_right #layer_video
	{
		padding:35px;
		
		width:560px;
		height:315px;
		
		background-image:url(../img/home_fondo_capaVideo.jpg);
		background-repeat:no-repeat;
	}

	#ul_logos
	{
		float:left;
		margin:30px 0 0 38px;
		_margin:30px 0 0 30px;
		
		width:590px;
		
		list-style:none;
	}
	#ul_logos li
	{
		float:left;
		margin:0 47px 60px 0;
	}
	
