/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px;
	background-color:#f5f5f7;
	scrollbar-3dlight-color: #CCCCCC; 
    scrollbar-arrow-color: #0056a5; 
    scrollbar-base-color: #D1D1D1; 
	scrollbar-darkshadow-color: #D1D1D1; 
	scrollbar-face-color: #EFEFEF; 
	scrollbar-highlight-color: #4f617f; 
	scrollbar-shadow-color: #4f617f;
}
.cuerpo{
	padding-right:30px;	
}
h1 {
	font-size: 26px;
	color: #194587;	
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}
h2 {
	font-size: 30px;
	color: #4677a3;
	font-weight: bolder;
	}
h3 {
	font-size: 30px;
	color: #ae5d05;
	font-weight: bolder;
}
.texto2 {
	font-size:13px;
	color: #4677a3;
	text-align:justify;
}
.texto2a {
	font-size:13px;
	color: #234f76;
	text-align:justify;
	font-weight: bold;
}
.texto1 {
	font-size:18px;
	color: #4677a3;
	text-align:justify;
}
.texto1a {
	font-size:20px;
	color: #234f76;
	text-align:justify;
	font-weight: bolder;
}
a {
	color: #1976a5;
	font-weight: bolder;
}
/* base semi-transparente */
.overlay{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index:1001;
		opacity:.75;
        -moz-opacity: 0.75;
        filter: alpha(opacity=75);
}
	
 /* estilo para lo q este dentro de la ventana modal */
.modal {
        display: none;
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        padding: 16px;
        background: #fff;
		color: #333;
        z-index:1002;
        overflow: auto;
}
.caja {
	font-size: 11px;
	color: #0C4DA2;
	background-color: #E9F2FE;
	width: 200px;
}
