/* PARAWMETROS GENERALES */
body {
background: #DEE8F3 url(../../images/fnd_web.gif) top repeat-x;
font-family: "Comic Sans MS";
font-size: 13px;
color: #12385F;
text-decoration: none;
text-align: justify;
}

/* ESTRUCTURA */
#page {
width: 100%;
position: absolute;
top: 0px;
left: 0px;
}

#top { /* ESTRUCTURA PARTE SUPERIOR */
width: 100%;
height: 107px;
position: relative;
background: url(../../images/fnd_top.jpg) no-repeat;
}

#header { /* INCLUYE BANNERS, MENU Y BANDERAS */
width: 850px;
height: 107px;
position: relative;
border-bottom: 6px solid #004F92;
}

#left { 
float: left;
margin-top: 180px;
width: 249px;
position: relative;
}

#main { /* ESTRUCTURA PARTE CENTRAL - Version Mozilla */
float: left;
width: 100%;
min-height: 300px;
position: relative;
background: url(../../images/fnd_main.gif) no-repeat bottom left;
top: 10px;
}

*html #main { /* ESTRUCTURA PARTE CENTRAL - Version I.E. */
float: left;
width: 100%;
height: 300px;
position: relative;
background: url(../../images/fnd_main.gif) no-repeat bottom left;
top: 10px;
}

#right { 
float: left;
top: 0px;
left: 0px;
position: relative;
font-family: Arial;
font-size: 30px;
color: #7EA3CA;
width: 400px;
text-align: center;
margin: 30px 0px 0px 0px;
}

#right a{ 
font-family: Arial;
font-size: 14px;
color: #004f92;
text-decoration: none;
border-bottom: 1px solid #e56617;
padding: 0px;
margin: 0px;
}

#splash { /* SLOGAN */
float: left;
position: relative;
width: 300px;
height: 75px;
top: 10px;
left: 5px;
}

#bar01 { /* BARRA APARECEN LAS IMAGENES DEGRADAS DEL TOP - VERSION MOZILLA */
float: left;
width: 1000px;
height: 90px;
margin: 0px;
padding: 6px 0px 0px 0px;
}

*html #bar01 { /* BARRA APARECEN LAS IMAGENES DEGRADAS DEL TOP - VERSION I.E. */
float: left;
width: 1000px;
height: 90px;
margin: 0px;
padding: 0px;
}

#bar01 img {
display: inline;
float: left;
margin: 0px;
padding: 0px;
border: 0px;
}

#footer { /* PARTE INFERIOR */
float: left;
position: relative;
width: 100%;
top: 20px;
font-size: 11px;
}

#footer a{ 
font-family: arial;
font-size: 8pt;
color: #FFFFFF;
text-decoration: none;
}
/* FIN ESTRUCTURA */

/* CONTENIDOS */
#content { 
float: left;
position: relative;
width: 600px;
left: 225px;
margin: 18px 0px 0px 0px;
}

#tit_content {
float: left;
position: relative;
width: 590px;
left: 225px;
margin: 18px 0px 0px 0px;
padding: 0px 10px 0px 0px;
font-family: arial;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
color: #004F92;
height: 16px;
text-align: right;
background: #91B3D1 url(../../images/fnd_subtitulos.gif) no-repeat left;
}

#subtit_content {
width: 600px;
float: left;
font-family: arial;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
color: #12385F;
text-decoration: none;
margin: 0px 0px 10px 0px;
position: relative;
}

#producto { /* BLOQUE DE TEXTO DEL CONTENIDO */
width: 100%;
float: left;
margin: 0px;
padding: 0px;
}

#galeria { /* BLOQUE DE IMAGENES DEL CONTENIDO */
width: 100%;
float: left;
margin: 0px;
padding: 0px;
}

#galeria img {
float: left;
position: relative;
border: 1px solid #12385F;
margin: 0px 8px 8px 0px;
}
/* FIN CONTENIDOS */

#banner { /* BANNER */
float: left;
position: relative;
width: 510px;
height: 75px;
margin: 0px 0px 0px 20px;
top: 10px;
}

#banner img { /* IMAGEN DEL BANNER */
float: left;
position: relative;
padding: 0px;
margin: 0px;
}

/* NAVEGACION */
#menu { /* POSICION MENU TOP */
width: 170px;
float: left;
position: relative;
top: 19px;
margin: 0px 0px 0px 20px;
}

#level_menu_01 { /* CADA ELEMENTO MENU TOP */
position: relative;
margin: 5px 0px 0px 3px;
padding: 0px 0px 0px 20px;
background: url(../../images/fnd_menu_inicio.gif) no-repeat;
}

#level_menu_01 a{
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #004F92;
text-decoration: none;
}

#banderas { /* BADERAS TOP - VERSION MOZILLA */
float: left;
position: relative;
width: 50px;
top: 17px;
margin: 0px 0px 0px 770px;
}

*html #banderas { /* BADERAS TOP - VERSION I.E. */
float: left;
position: relative;
width: 50px;
top: 19px;
margin: 0px 0px 0px 390px;
}
/* FIN NAVEGACION */

/* FORMULARIOS */
.frm_fld {
font-family: arial;
font-size: 10px;
color : #666666;
text-decoration: none;
background-color: #E7E7E4;
border: 1px solid #CCCCCC;
}

.frm_btn {
font-family: arial;
font-size: 10px;
color : #FFFFFF;
text-decoration: none;
background-color: #287CCB;
border: 1px solid #505050;
}
/* FIN FORMULARIOS */

/* PAGINACION */
#pagination {
float: left;
position: relative;
width: 100%;
margin: 10px 0px 0px 0px;
}
/* FIN PAGINACION */

/* ESPECIALES */
.txt01 {
color: #004F92;
}

.txt02 {
font-family: arial;
font-size: 15pt;
color : #e76616;
text-decoration: none;
}


.imagen {
float: left;
position: relative;
background:  url(../../images/fnd_img_inicio.gif) no-repeat;
padding: 0px;
margin: 0px;
border: 0px;
}
