@charset "utf-8";
/* CSS Document */

h1, h2, p, img {
padding: 0;
margin: 0;
border: 0;}


body {
background: #d2d8dc url(images/bg.body.jpg) fixed no-repeat center center;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: none;
}

img.bg {
min-height: 1024px;
min-width: 1280px;
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;
}

h1 {
font-size: 15px;
font-family:  "Arial Black", Gadget, sans-serif;
}

h2 {
font-size: 14px;
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;}

h3 { 
font-size: 12px;
font-family:   "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-style: normal;}

h4 { 
font-size: 13px;
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;}

a { 
font-size: 13px;
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
color:#900;}

p {
margin-bottom: 10px;}

#contenedor {
	margin: 0 auto auto auto;
padding: 3px;
width: 100%;
font-size: .75em;
height: auto;
}	

#menu {
width: 900px;
height: 32px;
background-color: #333333;
clear: both;}

#menu_horizontal {
/*background-color:#FFF;*/
width: 1069px;
height: 35px;
text-align: center;
}


#contenido { 
background-color: #ECECEE;	/*#EAF3F8;*/
width: 1068px;
height: 530px;	/*350*/
border-right: 0px solid #cccccc;
text-align: justify;
overflow:auto;  }

#cabecera {
width: 1069px;
/*
background-color:  #152735;
*/
float: left;
width: 100%;
}
#lateral_derecho {
padding-bottom:20px;
width: 250px;		/*257px;*/
height: 350px;	/*inherit;*/
text-align: justify;
float: left;
border: 1px solid #cccccc;
background-color: #F0F0F0;}

#pie {
font-family: Verdana, Geneva, sans-serif;
padding-top: 5px;
width: 1068px;
border-top: 1px solid #cccccc;
text-align: justify;
color:#F4E600;
clear: both;
}

#pie2 {
font-family: Verdana, Geneva, sans-serif;
padding-top: 5px;
width: 610px;
border-top: 1px solid #cccccc;
text-align: right;
color:#F4E600;
clear: both;}

.separador {
border-bottom: #999999 1px dotted;}

.subtit {
	/*#DB8908*/
    color: #333333;
    font-family: Arial,Helvetica,
	serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#titulo_obi {
	font-family:"Lucida Calligraphy";
	font-size:24px;
	font-style:normal;
	color:#113D6C;
}

#texto_obi {
	font-family:Candara;
	font-size:16px;
	font-style:italic;
}
.negro_sombra{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=80);
	overflow: no;
}
.formulariogeneral {
	display: none;
	position: absolute;
	top: 110px;
	left: 10px;
	width: 950px;
	height: 450px;	
	padding: 8px;
	border: 16px solid #E2AC54;
	border-radius: 7px; -moz-border-radius: 7px;-webkit-border-radius: 7px;	
	background-color: #DFE8F6;
	z-index:1002;
	overflow: auto;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 110px;
	left: 190px;
	width: 980px;
	height: 520px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=80);
}


.formularioconsulta {
	display: none;
	position: fixed;
	top: 120px;
	left: 200px;
	width: 925px;
	height: 480px;
	padding: 4px;
	border: 8px solid #EFEFEF;
	background-color: #6699CC;
	z-index:1002;
	overflow: auto;
}
