@charset "utf-8";
.background_table {
	background-image: url(images/image_main.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.main_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.index_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}
.index_font2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}
.index_font3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006600;
	font-style: none;
	font-weight: bold;
}
.linea_gris {
	background-image: url(images/grey_line.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.linea_gris_hor {
	background-image: url(images/grey_line_hor.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.fondo_servicios {
	background-image: url(images/collage.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.background_imdex {
	background-image: url(images/image_index.png);
	background-repeat: no-repeat;
}
.fondo_back {
	background-image: url(images/fondo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.linea_hor {
	background-image: url(images/linea_hor.png);
	background-repeat: repeat-x;
	background-position: center;
}
.new_background {
	background-image: url(mail_altam/images/fondo_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.dotted_line {
	background-image: url(images/dotted_line.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.letra_capital {
	float:left;
	color: #666666;
	font-size:50px;
	font-family:"Times New Roman", Times, serif;
	line-height:40px;
	padding-top:0px;
	padding-right:0px;
}
.no_bold {
	font-weight: normal;
}.red_font {
	color: #990000;
}
.bigtext {
	font-size: 20px;
}

