/* 
    Document   : main
    Description:
        Hoja de estilo principal
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {
    margin: 0;
}

html {
    height : 100%;
}

body {
    background-color : #005FA5;
    color : #fff;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 9pt;
    height : 100%;
  }

hr {
    height: 1px;
    color: #F6DA17;
    border-style: none;
    border-top-style: solid;
    border-width: 1px;
    margin: 12px 0px;
}

#pagina {
    width: 755px;
    min-height : 100%;
    height : auto;
    position : relative;
    margin : 0 auto;
  }

#cuerpo {
    clear: both;
}

#menu {
    float: left;
    height: 25px;
    width: 639px;
}

#menu_admin {
    clear: both;
	padding: 10px;
	padding-bottom: 30px;
    width: 170px;
	left: -160px;
	margin: auto;
    background-image : url('../imagenes/trans.png');
    text-align: left;
    position: fixed;
    z-index: 99;
	top: 100px;
	
	border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -khtml-border-radius: 0px 10px 10px 0px;
}

#menu_admin:hover {
	left: 0px;	
}

#menu_admin h4 {
	margin-top: 20px;
}

#menu_admin li {
	list-style-image : url('../imagenes/puntp.gif');
}

#menu a, #menu_admin a, .boton {
    font-weight: bold;
    font-size: 10pt;
    color: #8FE1FF;
    cursor: pointer;
}

#menu a, #menu_admin a {
    margin-right: 30px;
}

#menu a:hover, #menu_admin a:hover, .boton:hover {
    color: #F6DA17;
}

#menu .on {
    color: #F6DA17;
}

#idioma {
    float: left;
    height: 25px;
    margin-top: 9px;
    width: 116px;
}

#pie {
    font-weight: bold;
    font-size: 7pt;
    color: #51BEE6;
    clear: both;
    text-align: center;
}

#pie a {
    color: #51BEE6;
}

#pie hr {
    height: 2px;
    border-width: 2px;
    color: #8FE1FF;
}

a {
    text-decoration: none;
    color: #F6DA17;
}

h1, h2, h3, h4, strong, b {
    color: #F6DA17;
}

h1, h2, h3, h4 {
    margin-top: 2px;
    margin-bottom: 10px;
}

h1 {
    font-size : 14pt;
}

h2 {
    font-size : 12pt;
}

h3 {
    font-size : 10pt;
}

h4 {
    font-size : 8pt;
}

a img {
    border: 0px;
}

.h_sep {
    margin-left: 10px;
    margin-right: 10px;
}

.separador {
    height : 15px;
  }

.blanco {
    color: #fff;
}

.amarillo {
    color: #F6DA17;
}

.azul1 {
    color: #8FE1FF;
}

.azul2 {
    color: #51BEE6;
}

.col_izquierda {
    width: 49%;
    float: left;
}

.col_derecha {
    width: 49%;
    margin-left: 50%;
}

.invisible {
	display: none;
}

.float_left { 
	float: left; 
}

/*
        popup windows
*/

#imagen_ampliada {
    background-image : url('../imagenes/trans.png');
    position : absolute;
    min-height : 100%;
    min-width : 100%;
    top : 0px;
    left : 0px;
}

#imagen, #mapa {
    color: #000;
    background-color : #005FA5;
    position : relative;
    top : 100px;
    margin : auto;
    cursor: pointer;
    padding: 122px; /*25px;*/
}

#imagen {
    width : 512px;
    height: 352px;
}

#mapa {
    width : 597px;
    height: 551px;
    padding: 79px;
}

#imagen img, #mapa img {
    margin: auto;
    border-style: solid;
    border-color: #F6DA17;
    border-width: 1px;
    padding: 15px;
}

.manita {
	cursor: pointer;
}

.a_derecha {
	text-align: right;
}

.a_izquierda {
	text-align: left;
}

.a_centro {
	text-align: center;
}

.expande {
	width: 100%;
}

.expande_mitad {
	width: 50%;	
}

.mono_space {
	font-family: "Courier New", Courier, monospace;
}

/*
        round corner panels
*/

/* todos menos IE */

.rp_container_standard {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-style: solid;
    border-color: #F6DA17;
    border-width: 1px;
    padding: 15px;
}


/* IE */

.rp_container_ie {
    /* para compatiblizar los metodos */
}

.rp_l, .rp_r, .rp_t, .rp_b, .rp_tl, .rp_tr, .rp_br, .rp_bl {
    width: inherit; 
    height: inherit;
    /* para la pm del IE7 */
    width:expression(this.parentNode.currentStyle.width ? this.parentNode.currentStyle.width : '100px');
    height:expression(this.parentNode.currentStyle.height ? this.parentNode.currentStyle.height : '100px');
    /**/
}

.rp_content {
    padding: 15px;
}

/* lados */

.rp_l { background: url('../imagenes/border.gif') repeat-y left; }
.rp_r { background: url('../imagenes/border.gif') repeat-y right; }
.rp_t { background: url('../imagenes/border.gif') repeat-x top; }
.rp_b { background: url('../imagenes/border.gif') repeat-x bottom; }

/* esquinas */

.rp_tl { background: url('../imagenes/cornerai.gif') no-repeat top left; }
.rp_tr { background: url('../imagenes/cornerad.gif') no-repeat top right; }
.rp_bl { background: url('../imagenes/cornerbi.gif') no-repeat bottom left; }
.rp_br { background: url('../imagenes/cornerbd.gif') no-repeat bottom right; }


