/*
********************************************
* BIENVENIDA
********************************************
*/
#contenedor_bienvenida {
	float: left;
	width: 390px;
	overflow: hidden;
	text-align: justify;
	/*background-color: #FC0;*/
}


/*
********************************************
* NUESTROS PROYECTOS
********************************************
*/
#contenedor_nuestros_proyectos {
	float: right;
	width: 390px;
	overflow: hidden;
	text-align: justify;
	/*background-color: #D98;*/
}

.contenedor_thumb_nuestros_proyectos {
	float: left;
	width: 180px;
	height: 164px;
	margin-right: 10px;
	padding: 12px 0 0 30px;
	background: transparent url(../Graficos/Bienvenidos/polaroid_proyectos-trans.png) no-repeat center right;
}


.contenedor_descripcion_proyecto {
	float: right;
	width: 170px;
	overflow: hidden;
	/*background-color: #CF0;*/
}

a.ver_mas_continuar {
	float: right;
	background: url(../Graficos/Generales/btn_vineta.jpg) no-repeat center right;
	padding: 5px 20px 5px 0px; 
 	text-decoration: none; 
 	font-size: 11px; 
 	line-height: 25px;
}


/*
********************************************
* RAZONES
********************************************
*/
#contenedor_razones {
	float: left;
	width: 330px;
	overflow: hidden;
	margin-right: 20px;
	text-align: justify;
	/*background-color: #AC4;*/
}


#contenedor_razones img {
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #F3F3F3;
	background-color: #FFF;
}


/*
********************************************
* VIDEO
********************************************
*/
#contenedor_video {
	float: left;
	width: 250px;
	margin-right: 20px;
	overflow: hidden;
	text-align: justify;
	/*background-color: #D14;*/
}


/*
********************************************
* PROMOCIÓN
********************************************
*/
#contenedor_promocion {
	float: right;
	width: 180px;
	overflow: hidden;
	text-align: justify;
	/*background-color: #D18FCA;*/
}


/*
********************************************
* VARIOS
********************************************
*/
.separador_central {
	height: 40px;
	/*background-color: #F09;*/
}