/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos DICA CSS+XHTML
   Empresa
   Abril 2010
*/

#empresa_contenedor, .empresa_contenedor{
	width: 960px;
	clear: both;
	border-top: 1px solid #C0BEB1;
	overflow: hidden;
	padding-top: 14px;
	margin-bottom: 10px;
}

/* imagenes */

.fila0{
	height: 380px;
	width: 570px;
	overflow: hidden;
}

	.col00{
	width: 190px;
	float: left;
	}
	
	#col10{
	width: 380px;
	float: left;
	}
	
	.fila1{
	width: 570px;
	}
	
	.fila1 img{
	float: left;
	}

/* Texto */

#empresa_contenedor .col1, .empresa_contenedor .col1{
	width: 570px;
	float: left;
	overflow-x: hidden;
}

#empresa_contenedor .col2, .empresa_contenedor .col2{
	width: 358px;
	float: right;
}

	#empresa_contenedor .info{
	margin-top: 12px;
}

	#empresa_contenedor h2, .empresa_contenedor h2{
	color: #686657;
	font-family: avenirdica, Helvetica, Arial, Geneva, sans-serif;
	font-size: 16.5px;
	margin-bottom: 0px;
	line-height: 22px;
	width: 358px;
	}
	
	#empresa_contenedor .info p, .empresa_contenedor .col2 p{
	margin-bottom: 15px;
	}
	
	.arriba{
	border-top: 1px solid #C0BEB1;
	padding-top: 14px;
	margin-top: 14px;
	}

/* Video */

	.video_container{
	padding-top: 15px;
	margin-bottom: 15px;
	width: 570px;
	clear: both;
	}
	
	.video_container iframe{
	background-color: #ffffff;
	margin-left: -1px;
	}
	
	.video_container .video{
	width:570px;
	height: 320px;
	overflow: hidden;
	background-color: #000000;
	}

	.video{
	position: relative;
	}
	
	.video .play{
		z-index: 100;
		position: absolute;
		top: 0px;
		left: 0px;
		cursor: pointer;
	}
