@charset "utf-8";
body {
	margin: 0px;
	background-color: #D7D7D5;
}
.menu_int_bg {
	background-image: url(images/menu_int_bot.jpg);
	background-repeat: repeat-y;
}
.menu_bg {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu_boton_bg {
	background-image: url(images/menu_boton_bg.jpg);
	background-repeat: no-repeat;
}
.web_bg {
	background-image: url(images/web_bg.jpg);
	background-repeat: repeat-y;
}
.titulos_textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E20A17;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
a:link.textos {
	color: #666666;
	text-decoration:none;
	text-align: justify;
}
a:active.textos {
	color: #666666;
	text-decoration:none;
}
a:visited.textos {
	color: #666666;
	text-decoration:none;
}
a:hover.textos {
	color:#E20A17;
	text-decoration:none;
}
.bg_nuestraempresa {
	background-image: url(images/nuestra_empresa_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.textos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.bg_directores {
	background-image: url(images/directores_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_index {
	background-color: #E20A16;
}
.index_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
a:link.index_link {
	text-decoration:none;
}
a:active.index_link {
	text-decoration:none;
}
a:visited.index_link {
	text-decoration:none;
}
a:hover.index_link {
	text-decoration:underline;
}
.bg_gerentes {

	background-image: url(images/gerentes_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
