/* 
Document   : style_rti
Created on : 03-04-2009, 10:10:05 AM
Author     : Enrique
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
    background-color: #FFF;
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    /*text-align:center;*/
}
#principal{
    width: 779px;
    margin: 0 auto;
    border-top-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-right-style: outset;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
    background-color: #ececec;
    overflow:hidden;
}
#encabezado{    
    width: 779px;
    height: 90px;
    background-image: url("../imagenes_sitio/background_header.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    border-bottom-style: solid;
    border-bottom-color: #002a6c;
    border-bottom-width: 2px;
    background-color: #ffffff;    
}
#usuario{
    text-align:right;
    padding-right:10px;
    color:#012a6c;
}
#logo{    
    background-image: url("../imagenes_sitio/logo_interna.jpg");
    background-repeat: repeat;
    width: 223px;
    height: 88px;
    margin-left: 26px;
    float:left;
}
#div_menu{
    height: 30px;
    width: 779px;
    padding-top:8px;
    padding-left:0px;
    font-family: Thaoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#cuerpo{
    width: 753px;
    position: relative;
    min-height: 325px;
    margin-left: 26px;
}

#div_img_l{
    float:left;
    border-top-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-right-style: outset;
}
#div_img_r{
    float:left;
    margin-left:10px;
    width:400px;
    height:308px;
    overflow: auto;
    background-color:#F6F6F6;;;;;
    border-top-style: inset;
    border-bottom-style: inset;
    border-left-style: inset;
    border-right-style: inset;
}

#cuerpo a, #cuerpo h3{
    color:#003890;
    text-decoration:none;
    font-weight:bold;
}
#div_cuerpo{
    width:462px;
    margin: 0px auto;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-bottom-color: #012a6c;
    padding-bottom: 30px;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    margin-top: 20px;
    
}
table{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.tabla{
    background-color: #f6f6f6;
}
.tabla th{
    text-align:left;
    padding-right:5px;
}
.titulo{
    color:#003890;
    font-size:14px;
    font-weight:bold;
}
.cajaTexto{

    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.destacadosCeleste{
	background-color:#eaeff5;
 	width:100%;
	color:#3f6cb3;
}

.Indicadores th{
	background-color:#012a6c;
	color:#FFFFFF;
	font-size:14px;
	padding:10px;
}

.Indicadores{
	background-color:#FFFFFF;
	color:#000000;
	font-size:10px;
	border-color:#91a9d0;
	border-style:solid;
}

.IndicadoresBlue{
	background-color:#d4deec!important;
	color:#000000;
	font-size:10px;
	border-color:#91a9d0;
	border-style:solid;
}

/*botn*/
#buscar{
background-image:url(../images/bgBuscador.jpg);
background-repeat:no-repeat;
width:735px!important;
height:40px;
*padding-top:3px!important;
}

#buscar #form1 table{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
padding-top:3px;
}
.boton{
background-image:url(../images/boton_buscar.jpg);
background-position:left center;
background-repeat:no-repeat;
border:0 none;
color:#FFFFFF;
font-weight:bold;
padding-left:24px;
padding-top:3px;
}
