body {
	background-color: #B3BBBE;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	
	
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.block_content {
	font-size: 24px;
	color: #CCCCCC;
	float: right;
}



/*---*/
.link_verde {
	color: #216A3B;
	text-decoration: underline;
}

.link_azul {
	color: #103971;
	text-decoration: underline;
}

.link_rojo {
	color: #701002;
	text-decoration: underline;
}

.link_aqua {
	color: #19868B;
	text-decoration: underline;
}

.link_gris {
	color: #5E686A;
	text-decoration: underline;
}
/*---*/

.contenido_todo {
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	background-color: #FFFFFF;
}
.contenido {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
}
.contenido_rojo {
	font-size: 12px;
	color: #9E0F13;
}

.bg_titulo {
	background-color: #5E686A;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 24px;
	color: #FFFFFF;
	padding-bottom: 5px;
}
.margen_img_left {
	margin-right: 10px;
	border: 1px solid #666666;
	padding: 2px;
	background-color: #FFFFFF;
}
.margen_img_right {
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #666666;
}

/*---*/
.side_der {
	width: 200px;
	padding-left: 10px;
}

.side_izq_verde {
	width: 200px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #216A3B;
}

.side_izq_azul {
	width: 200px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #103971;
}

.side_izq_rojo {
	width: 200px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #701002;
}

.side_izq_aqua {
	width: 200px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #19868B;
}

.side_izq_gris {
	width: 200px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5E686A;
}
/*---*/
.detalle_verde {
	color:#FFFFFF;
	background-color: #216A3B;
	display: block;
	padding: 7px 10px 7px 10px;
	margin-bottom:20px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.detalle_azul {
	color:#FFFFFF;
	background-color: #103971;
	display: block;
	padding: 7px 10px 7px 10px;
	margin-bottom:20px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.detalle_rojo {
	color:#FFFFFF;
	background-color: #701002;
	display: block;
	padding: 7px 10px 7px 10px;
	margin-bottom:20px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.detalle_aqua {
	color:#FFFFFF;
	background-color: #19868B;
	display: block;
	padding: 7px 10px 7px 10px;
	margin-bottom:20px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.detalle_gris {
	color:#FFFFFF;
	background-color: #5E686A;
	display: block;
	padding: 7px 10px 7px 10px;
	margin-bottom:20px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
/*--*/









/*---*/
.bt_home_verde {
	background-image: url(images/bt_home_verde.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 41px;
	width: 93px;
	text-decoration: none;
}
.bt_home_verde:hover {
	background-image: url(images/bt_home_verde.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bt_home_azul {
	background-image: url(images/bt_home_azul.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 93px;
	text-decoration: none;
}
.bt_home_azul:hover {
	background-image: url(images/bt_home_azul.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.bt_home_rojo {
	background-image: url(images/bt_home_rojo.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 93px;
	text-decoration: none;
}
.bt_home_rojo:hover {
	background-image: url(images/bt_home_rojo.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bt_home_aqua {
	background-image: url(images/bt_home_aqua.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 93px;
	text-decoration: none;
}
.bt_home_aqua:hover {
	background-image: url(images/bt_home_aqua.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.bt_home_gris {
	background-image: url(images/bt_home_gris.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 93px;
	text-decoration: none;
}
.bt_home_gris:hover {
	background-image: url(images/bt_home_gris.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*---*/
.bt_experience_home {
	background-image: url(images/bt_experience_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 41px;
	width: 197px;
	text-decoration: none;
}
.bt_experience_home:hover {
	background-image: url(images/bt_experience_home.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.bt_experience_verde {
	background-image: url(images/bt_experience_verde.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 41px;
	width: 183px;
	text-decoration: none;
}
.bt_experience_verde:hover {
	background-image: url(images/bt_experience_verde.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bt_experience_azul {
	background-image: url(images/bt_experience_azul.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 183px;
	text-decoration: none;
}
.bt_experience_azul:hover {
	background-image: url(images/bt_experience_azul.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bt_experience_rojo {
	background-image: url(images/bt_experience_rojo.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 183px;
	text-decoration: none;
}
.bt_experience_rojo:hover {
	background-image: url(images/bt_experience_rojo.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bt_experience_aqua {
	background-image: url(images/bt_experience_aqua.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 183px;
	text-decoration: none;
}
.bt_experience_aqua:hover {
	background-image: url(images/bt_experience_aqua.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.bt_experience_gris {
	background-image: url(images/bt_experience_gris.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 183px;
	text-decoration: none;
}
.bt_experience_gris:hover {
	background-image: url(images/bt_experience_gris.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*---*/
.bt_responsable_home {
	background-image: url(images/bt_responsable_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 41px;
	width: 268px;
	text-decoration: none;
}
.bt_responsable_home:hover {
	background-image: url(images/bt_responsable_home.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bt_responsable_verde {
	background-image: url(images/bt_responsable_verde.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 41px;
	width: 232px;
	text-decoration: none;
}
.bt_responsable_verde:hover {
	background-image: url(images/bt_responsable_verde.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bt_responsable_azul {
	background-image: url(images/bt_responsable_azul.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 232px;
	text-decoration: none;
}
.bt_responsable_azul:hover {
	background-image: url(images/bt_responsable_azul.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bt_responsable_rojo {
	background-image: url(images/bt_responsable_rojo.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 232px;
	text-decoration: none;
}
.bt_responsable_rojo:hover {
	background-image: url(images/bt_responsable_rojo.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bt_responsable_aqua {
	background-image: url(images/bt_responsable_aqua.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 232px;
	text-decoration: none;
}
.bt_responsable_aqua:hover {
	background-image: url(images/bt_responsable_aqua.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bt_responsable_gris {
	background-image: url(images/bt_responsable_gris.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 232px;
	text-decoration: none;
}
.bt_responsable_gris:hover {
	background-image: url(images/bt_responsable_gris.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*---*/

.bt_rose_growing_home {
	background-image: url(images/bt_rose_growing_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 41px;
	width: 241px;
	text-decoration: none;
}
.bt_rose_growing_home:hover {
	background-image: url(images/bt_rose_growing_home.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bt_rose_growing_verde {
	background-image: url(images/bt_rose_growing_verde.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 41px;
	width: 216px;
	text-decoration: none;
}
.bt_rose_growing_verde:hover {
	background-image: url(images/bt_rose_growing_verde.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bt_rose_growing_azul {
	background-image: url(images/bt_rose_growing_azul.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 216px;
	text-decoration: none;
}
.bt_rose_growing_azul:hover {
	background-image: url(images/bt_rose_growing_azul.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bt_rose_growing_rojo {
	background-image: url(images/bt_rose_growing_rojo.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 216px;
	text-decoration: none;
}
.bt_rose_growing_rojo:hover {
	background-image: url(images/bt_rose_growing_rojo.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bt_rose_growing_aqua {
	background-image: url(images/bt_rose_growing_aqua.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 216px;
	text-decoration: none;
}
.bt_rose_growing_aqua:hover {
	background-image: url(images/bt_rose_growing_aqua.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.bt_rose_growing_gris {
	background-image: url(images/bt_rose_growing_gris.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 216px;
	text-decoration: none;
}
.bt_rose_growing_gris:hover {
	background-image: url(images/bt_rose_growing_gris.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*---*/

.bt_unique_home {
	background-image: url(images/bt_a_unique_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 41px;
	width: 191px;
	text-decoration: none;
}
.bt_unique_home:hover {
	background-image: url(images/bt_a_unique_home.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bt_unique_verde {
	background-image: url(images/bt_a_unique_verde.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 41px;
	width: 172px;
	text-decoration: none;
}
.bt_unique_verde:hover {
	background-image: url(images/bt_a_unique_verde.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bt_unique_azul {
	background-image: url(images/bt_a_unique_azul.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 172px;
	text-decoration: none;
}
.bt_unique_azul:hover {
	background-image: url(images/bt_a_unique_azul.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bt_unique_rojo {
	background-image: url(images/bt_a_unique_rojo.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 172px;
	text-decoration: none;
}
.bt_unique_rojo:hover {
	background-image: url(images/bt_a_unique_rojo.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bt_unique_aqua {
	background-image: url(images/bt_a_unique_aqua.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 172px;
	text-decoration: none;
}
.bt_unique_aqua:hover {
	background-image: url(images/bt_a_unique_aqua.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.bt_unique_gris {
	background-image: url(images/bt_a_unique_gris.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 41px;
	width: 172px;
	text-decoration: none;
}
.bt_unique_gris:hover {
	background-image: url(images/bt_a_unique_gris.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*---*/

.bt_sales_marqueting {
	background-image: url(images/bt_sales.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 30px;
	width: 248px;
	text-decoration: none;
}

.bt_sales_marqueting:hover {
	background-image: url(images/bt_sales.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*---*/

.bt_login {
	background-image: url(images/bt_login.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 30px;
	width: 215px;
	text-decoration: none;
}

.bt_login:hover {
	background-image: url(images/bt_login.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*---*/

.bt_contact_us {
	background-image: url(images/bt_contact.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 30px;
	width: 222px;
	text-decoration: none;
}

.bt_contact_us:hover {
	background-image: url(images/bt_contact.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.bt_blog {
	background-image: url(images/bt_blog.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 30px;
	width: 212px;
	text-decoration: none;
}

.bt_blog:hover {
	background-image: url(images/bt_blog.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*---*/

/*---*/

.bt_english {
	background-image: url(images/bt_english.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 20px;
	width: 87px;
	text-decoration: none;
}

.bt_english:hover {
	background-image: url(images/bt_english.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	height: 20px;
	width: 87px;
	text-decoration: none;
}
/*---*/

.bt_espanol {
	background-image: url(images/bt_espanol.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 20px;
	width: 87px;
	text-decoration: none;
}

.bt_espanol:hover {
	background-image: url(images/bt_espanol.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	height: 20px;
	width: 87px;
	text-decoration: none;
}
/*---*/

.bt_deutch {
	background-image: url(images/bt_deutch.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 20px;
	width: 87px;
	text-decoration: none;
}

.bt_deutch:hover {
	background-image: url(images/bt_deutch.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	height: 20px;
	width: 87px;
	text-decoration: none;
}
/*---*/

.bt_francais {
	background-image: url(images/bt_francais.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 20px;
	width: 87px;
	text-decoration: none;
}

.bt_francais:hover {
	background-image: url(images/bt_francais.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	height: 20px;
	width: 87px;
	text-decoration: none;
}
/*---*/
