/* Botonera Principal */

.bot_rojos {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	background-color: #d51212;
	border-bottom:1px solid #FFF;
	height: 17px;
	line-height: 16px;
	width: 180px
}
a.bot_rojos:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	background-color: #8d0909;
	height: 17px;
	line-height: 16px;
    border-bottom:1px solid #FFF;
	width: 180px
}
.bot_rojos2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 25px;
	display: block;
	background-color: #d08585;
	border-bottom:1px solid #FFF;
	height: 17px;
	line-height: 16px;
	width: 180px
}
a.bot_rojos2:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 25px;
	display: block;
	background-color: #e69595;
	height: 17px;
	line-height: 16px;
	border-bottom:1px solid #FFF;
	width: 180px
}

.bot_azul {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	background-color: #002fa9;
	border-bottom:1px solid #FFF;
	height: 17px;
	line-height: 16px;
	width: 180px
	
}
a.bot_azul:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	background-color: #0a2876;
	height: 17px;
	line-height: 16px;
	border-bottom:1px solid #FFF;
	width: 180px
	
}
.bot_azul2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 25px;
	display: block;
	background-color: #7a91ce;
	border-bottom:1px solid #FFF;
	height: 17px;
	line-height: 16px;
	width: 180px;
	margin:0px;
}
.bot_azul2_nb {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 25px;
	display: block;
	background-color: #7a91ce;
	border:none;
	height: 17px;
	line-height: 16px;
	width: 180px;
	margin:0px;
}
.noborde {
	border:none;
}
a.bot_azul2:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 25px;
	display: block;
	background-color: #91a9e7;
	height: 17px;
	line-height: 16px;
	width: 180px;
    border-bottom:1px solid #FFF;
}
a.bot_azul2_nb:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 25px;
	display: block;
	background-color: #91a9e7;
	height: 17px;
	line-height: 16px;
	width: 180px;
    border:none;
}
.bot_azul3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #092542;
	text-decoration: none;
	text-indent: 30px;
	display: block;
	background-color:#c6d2df;
	border-bottom:1px solid #FFF;
	height: 20px;
	line-height: 16px;
	width: 179px;
}
.bot_azul3_nb {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #092542;
	text-decoration: none;
	text-indent: 30px;
	display: block;
	background-color:#c6d2df;
	height: 20px;
	line-height: 16px;
	width: 179px;
	border:none;
}
a.bot_azul3:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #092542;
	text-decoration: none;
	text-indent: 30px;
	display: block;
	background-color: #e4ecf5;
	height: 20px;
	line-height: 16px;
	border-bottom:1px solid #FFF;
	width: 179px;
}

.margen {
	margin-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/* --------------------------------- fin botonera principal ------------------------------------------------------------- */

/* Banner*/

#top {
	position: relative;
	height: 143px;
	width: 990px;
}
#top  #logo{
	position: relative;
	height: 114px;
	width: 184px;
	float: left;
}

#top #barra {
	background-color: #d2c6bc;
	height: 19px;
	width: 800px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	float: right;
	}
	
#top #barra a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #370303;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/vineta_bot.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: 5px 5px;
	text-indent: 18px;
	margin-right: 10px;
	float: right;
	padding-right: 10px;
	padding-top: 2px;
	}
	#top #barra a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d51212;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/vineta_bot.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: 5px 5px;
	text-indent: 18px;
	margin-right: 10px;
	float: right;
	padding-right: 10px
	padding-top: 2px;
	}
#top #barra2 {
	background-color: #f5f2ef;
	height: 91px;
	width: 800px;
	background-attachment: fixed;
	background-image: url(images/imag_banner.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	float: right;
}

#top #barra3 {
	background-color: #d2c6bc;
	height: 19px;
	width: 990px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	float: right;
}
#top #barra3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #370303;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/vineta_bot.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: 5px 3px;
	text-indent: 18px;
	margin-right: 10px;
	float: right;
	padding-right: 10px
	padding-top: 2px;
	}
	
#top #barra3 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d51212;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/vineta_bot.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: 5px 3px;
	text-indent: 18px;
	margin-right: 10px;
	float: right;
	padding-right: 10px
	padding-top: 2px;
	
	}
/* --------------------------------- fin banner ------------------------------------------------------------- */




.b_rojos {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	background-color: #d51212;
	background-image: url(images/botonera/rec_00.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
}
a.b_rojos:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	background-color: #8d0909;
	background-image: url(images/botonera/rec_00.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.b_rojos2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	background-color: #D62119;
	
}
a.b_rojos2:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	background-color: #BB1D16;
}
.b_azul2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	background-color: #080f52;
	}
	
a.b_azul2:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	background-color:#006699;
}
.b_blanco {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #bb1d16;
	text-decoration: none;
		text-indent: 12px;
	display: block;
	background-color: #fff;
	}
	
a.b_blanco:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color:#fff;
	text-decoration: none;
		text-indent: 12px;
	display: block;
	background-color:#006699;
}
a.b_rojos:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	background-color: #BB1D16;
	background-image: url(images/botonera/rec_00.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.arial_11_bckrojo_bordegrey {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #D2D2D2;
	background-color: #D62119;
}
.b_azul {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	background-color: #080f52;
	background-image: url(images/botonera/rec_00.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
a.b_azul:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	background-color:#006699;
	background-image: url(images/botonera/rec_00.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

a.b_azul:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	display: block;
	background-color: #080f52;
	background-image: url(images/botonera/rec_00.gif);
	background-position: left top;
	background-repeat: no-repeat;
}



.b_gris {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
	text-indent: 14px;
	display: block;
	background-color: #E9E9E9;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F6F6F6;
}
a.b_gris:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
	text-indent: 14px;
	display: block;
	background-color: #E3E3E3;
	background-position: left top;
	background-repeat: no-repeat;
}
a.b_gris:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
	text-indent: 14px;
	display: block;
	background-color: #E9E9E9;
	background-position: left top;
	background-repeat: no-repeat;
}
.b_gris2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-indent: 24px;
	display: block;

}
.b_gris3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
	text-indent: 14px;
	display: block;
	background-color: #E9E9E9;
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
}
a.b_gris3:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
	text-indent: 14px;
	display: block;
	background-color: #E3E3E3;
	background-position: left top;
	background-repeat: no-repeat;
}
a.b_gris3:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
	text-indent: 14px;
	display: block;
	background-color: #E9E9E9;
	background-position: left top;
	background-repeat: no-repeat;
}

