/* CSS Document */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #10218B;
}
td img{
	display: block;
}
.bkg_logo{
	width: 194px;
	height:165px;
	background:url(../img/bkg_logo.jpg) center top no-repeat;
}
.bkg_izq{
	background:url(../img/bkg_izq.jpg) repeat-y;
}
.bkg_izq2{
	background:url(../img/bkg_izq2.jpg) center bottom no-repeat;
}
#flash_baca{
	bottom:0;
	padding-bottom:7px;
}
.bkg_titulo{
	width: 637px;
	height: 72px;
	background:url(../img/barra_titulo.jpg) center top no-repeat;
}
.bkg_centro{
	height: 332px;
	background:url(../img/bkg_centro.jpg) center bottom no-repeat #19568C;
}
.bkg{
	width: 888px;
	background:url(../img/bkg.jpg) center bottom no-repeat #0B5D8F;
}
.pie{
	height: 35px;
	background:url(../img/pie.jpg) no-repeat;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.titulo_01{
	font-family: Tahoma;
	color: #2865D0;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.subtitulo_01{
	font-family: Tahoma;
	color: #2865D0;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.titulo_02{
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.texto_01{
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.texto_02{
	font-family: Verdana;
	color: #5D7B9D;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.link_01{
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.link_01 a:visited{
	font-family: Verdana;
	color: #d3d3d3;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.link_02{
	font-family: Tahoma;
	color: #33A02B;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.link_02 a:visited{
	font-family: Tahoma;
	color: #384F61;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.link_02 a:hover{
	font-family: Tahoma;
	color: #003366;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
.link_03{
	font-family: Tahoma;
	color: #99FF00;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.textbox_01{
	font-family: Arial;
	color: #003366;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	width: 166px;
	height: 20px;
	border: 1px solid #999999;
}
/*
Modal Popup
*/
.ModalProgressContainer
{
    z-index: 10005;
    position: fixed;
    cursor: wait; 
    top: 0px;left: 0px;
    background-color: #707070; 
    filter: alpha(opacity=70);
    opacity: 0.7;-moz-opacity: .50; height: 100%;width: 100%;
}
/*ModalProgressContainer css class makes the myModalProgressContainer DIV cover the whole page as a gray layer and block the user not to do something we dont want.*/

.ModalProgressContent
{
    padding: 10px 10px 10px 10px; position: absolute; border: solid 0px #000040; 
    text-align: center; vertical-align: middle; font-weight: bold; top: 49%; right: 48%; 
} 

.modalBackground
{
    background-color:#707070;
    filter:alpha(opacity=70);
    opacity:0.7;
}

