body
{
	/*scrollbar-arrow-color: #FFF;
	scrollbar-base-color: #0C3764;
	scrollbar-shadow-color: #FFF;
	scrollbar-face-color: #0C3764;
	scrollbar-highlight-color: #FFF;
	scrollbar-track-color: #FFF;*/
	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #C9DDE7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0C3764;
}
h1
{
	color: #F90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
}
h2
{
	color: #0D3866;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	line-height: 16px;
}
h3
{
	color: #666555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}
.texto
{
	color: #0C3764;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.texto_negrita
{
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}
.texto_chico
{
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
.texto_chico_blanco
{
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}
.texto_pie
{
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.link_comun:link,a.link_comun:visited,a.link_comun:active
{
	color: #F90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.link_comun:hover
{
	color: #5686A9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.link_meses:link,a.link_meses:visited,a.link_meses:active
{
	color: #FCCE16;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
a.link_meses:hover
{
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
a.link_pie:link,a.link_pie:visited,a.link_pie:active
{
	color: #13406F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
}
a.link_pie:hover
{
	color: #5686A9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
}
.formulario
{
	margin: 0px;
	padding: 0px;
}
.input_text
{
	border: 1px solid #0C3764;
	background-color: #FFF;
	height: 20px;
	color: #0C3764;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.textarea
{
	border: 1px solid #0C3764;
	background-color: #FFF;
	color: #0C3764;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.input_button
{
	border: 1px solid #060;
	background-color: #FC0;
	color: #0C3764;
	height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.principal
{
	width: 776px;
}
.top
{
	width: 100%;
	height: 240px;
	background: url(img/top.jpg) no-repeat;	
}
.contenido
{
	width: 100%;
	height: 100%;
	background: url(img/contenido_bg.jpg) repeat-y;
}
.bottom
{
	width: 100%;
	height: 72px;
	background: url(img/bottom.jpg) no-repeat;	
}
.contenido_izq
{
	width: 553px;
	height: 100%;
}
.contenido_der
{
	width: 180px;
	height: 100%;
}
.marco_der
{
	width: 43px;
	height: 100%;
	background: url(img/marco_der.jpg) no-repeat;
	background-position: bottom;	
}
.tabla_contenido
{
	width: 100%;
	height: 100%;
}
.panel
{
	width: 451px;
	background: url(img/panel_bg.jpg) repeat-y;
}
.img_borde
{
	border: 2px solid #1B5285;
}
.pop_up
{
	width: 100%;
	height: 446px;
	background: url(img/popup_bg.jpg) no-repeat;
}

/* inicio menu */
.menu01{
	width: 86px;
	height: 50px;
	text-decoration: none;
	display: block;
}
a.menu01:link, a.menu01:active, a.menu01:visited{
	background: url(img/btn_01.jpg) 0px 50px;
}
a.menu01:hover{
	background: url(img/btn_01.jpg) 0px 0px;
}

.menu02{
	width: 86px;
	height: 50px;
	text-decoration: none;
	display: block;
}
a.menu02:link, a.menu02:active, a.menu02:visited{
	background: url(img/btn_02.jpg) 0px 50px;
}
a.menu02:hover{
	background: url(img/btn_02.jpg) 0px 0px;
}

.menu03{
	width: 86px;
	height: 50px;
	text-decoration: none;
	display: block;
}
a.menu03:link, a.menu03:active, a.menu03:visited{
	background: url(img/btn_03.jpg) 0px 50px;
}
a.menu03:hover{
	background: url(img/btn_03.jpg) 0px 0px;
}

.menu04{
	width: 86px;
	height: 50px;
	text-decoration: none;
	display: block;
}
a.menu04:link, a.menu04:active, a.menu04:visited{
	background: url(img/btn_04.jpg) 0px 50px;
}
a.menu04:hover{
	background: url(img/btn_04.jpg) 0px 0px;
}

.menu05{
	width: 86px;
	height: 50px;
	text-decoration: none;
	display: block;
}
a.menu05:link, a.menu05:active, a.menu05:visited{
	background: url(img/btn_05.jpg) 0px 50px;
}
a.menu05:hover{
	background: url(img/btn_05.jpg) 0px 0px;
}

.menu06{
	width: 86px;
	height: 50px;
	text-decoration: none;
	display: block;
}
a.menu06:link, a.menu06:active, a.menu06:visited{
	background: url(img/btn_06.jpg) 0px 50px;
}
a.menu06:hover{
	background: url(img/btn_06.jpg) 0px 0px;
}
/* fin menu */
