@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:40px;
}

.banner {
	background:#fff;
    height:495px;
	width:960px;
}

.bot{
	background-image:url(../images/bot_active.jpg);
	background-repeat:no-repeat;
	height:30px;
	width:178px;
}

/* BACKGROUNDS */

.blue_small{
	background-image:url(../images/back_azulsmall.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:45px;
	width:310px;
}

.blue_big{
	background-image:url(../images/back_azulbig.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:85px;
	width:300px;
}

.gray_small{
	background-image:url(../images/back_grissmall.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:45px;
	width:310px;
}

.gray_small:hover{
	background-image:url(../images/back_azulsmall.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:45px;
	width:310px;
	color:#fff;
}

.gray_small2{
	background-image:url(../images/back_grissmall.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:45px;
	width:310px;
	font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
text-decoration: none;
color: #005A8A;
}


.gray_small:hover2{
	background-image:url(../images/back_azulsmall.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:45px;
	width:310px;
	text-decoration: none;
color: #fff;

}

.gray_small2 a:visited{
text-decoration: none;
color: #005A8A;
}

.gray_medium{
	background-image:url(../images/back_grismedium.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:45px;
	width:620px;
}

.gray_big{
	background-image:url(../images/back_grisbig.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:60px;
	width:940px;
}

/* TEXTOS */

.tex_footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#666666;
	text-align:left;
}

.tex_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: left;
}

.tex_info_azul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#005A8A;
}

.tex_info_blanco {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
}


.tex_tit_blanco {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}

.tex_tit_azul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#005A8A;
	text-align:left;
}


/* LINKS */

a:visited{ text-decoration:none; color:#fff}

.links_principal a:link, .links_principal a:visited, .links_principal a:active{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
}

.links_principal a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
}

.links_servicios a:link, .links_servicios a:visited, .links_servicios a:active{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#005A8A;
	text-transform:uppercase;
	text-decoration:none;
}

.links_servicios a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
}
