/*RESET Idae soluciones programing by www.silvaos.com*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

}
h5{
	
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}



body {
	line-height: 1.3;
	color: #555;
	background: #B0C4DE;
        background-image: url(img/bk_pagina.png);
        font-family:  sans, arial;
        font-size: 75%;


}

html, body {
	height:100%;

}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
h1{ font-size: 22px;}

h2{ font-size: 16px; color:#045FB4;}

h3{ font-size: 18px; padding-left:10px; }

h4{ font-size: 15px; line-height: 1em; padding-top: 10px;}

h5{ font-size: 13px; padding: 10px; line-height: 1em;}

h6{ font-size: 10px; }

ul li{ list-style: none;}
ol li{ margin: 0px 10px 0px 10px;}

a{ text-decoration: none; color: #045FB4;}

a:hover{ text-decoration: underline;}

p{margin: 2%;}


/* ESTILOS GENERALES DE SECCIONES */
#fondoPagina {
    height:100%;
    width:100%;

}
#caja {
    width:900px;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    background-color: #FFFFFF;
}
#encabezado {
    height: 120px;
    margin: 0px auto;
    padding: 10px;
    text-align: left;
    background-color: #FFFFFF; 
}
#separador {
    height: 0px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    background-color: #fff;
    background-image: url(img/bk_menuP.png);
    background-repeat: repeat-x;
}

#logo{
    text-align:left;
    padding: 0px;
    height:100px;
    top:0px;
}

#menuP{ 
    height:45px;
    margin: 0px auto 0px auto;
    background-image: url(img/bk_menuP.png);
    background-repeat: repeat-x;
    background-color: #FFF;
}
#acercaDe {
    padding: 10px;
}
#ColIzq {
    width: 212px;
    padding: 5px;
    float: left;
    background-color: #F2F2F2;

}
#terminalColIzq{
    height: 1px;
    background-image: url(img/bannerEncabezado.png);
    background-repeat: repeat-x;
}
#contenido {
    margin: 0px 0px 0px 0px;
    padding: 1px;
    text-align: justify;
	/*height:485px;*/
	height:auto;
}
#descripcion{
    margin-bottom:20px;
    padding: 10px;
}
#descripcion2{
    margin-bottom:30px;
    padding: 0px;
}

#descripcion3{ 
    float: right;
    width: 45%;
    padding: 0px;
}


/*HOME*/
#contenido-flash {
    height:220px; 
    width: 900px;
    background-image: url(img/001.png);
}

#seccA {
    left:0px;
    top:0px;
    margin-left: 0px;
    padding: 0px;

}

#dobleColumna{
   padding:10px;   
}

#seccB {
    background-color: #fff;
    width:400px;
    float:left;
}

#seccC {
   width:400px;
   margin-top:0px;
   margin-left:450px;
   /*overflow: scroll;*/
}

#contacto{
   padding: 10px; 
   height: 350px;  
}
#col_A, #col_B, #col_C {
	position: relative;
	width: 196px;
	background-color: #F2F2F2;
	padding: 5px;
}
#col_A { top: 0px; left: 0px;}
#col_B { top:-410px; left: 213px;}
#col_C { top:-820px; left: 426px;}

#pie,#nave {
   width:890px;
   margin: 0px auto;
   padding: 5px;
   background-color: #F2F2F2;
   text-align:center;
   clear: both;
}
#contacto, #dobleColumna, #logo {   
   background-image: url(img/bk_logo.png);
   background-repeat: repeat-x;
}


/*SERVICIO AL CLIENTE*/
#formulario{
	padding-left:80px;
}

/*LISTA DE MENU vertical*/

#menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 210px;
    font-family: Arial, sans-serif;
    font-weight:bold;
    font-size: 9pt;
}
#menu ul li {
    padding-left: 0px;
    background-color: #D6E3EC;
    background-image: url(img/bk_menuV.png);
    background-repeat: repeat-x;  
    margin-bottom: 0px;
}
#menu ul li a {
    color: #084B8A;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 10px 10px 10px 20px;
}
#menu ul li a:hover {
    background: #C2D3E1;
    background-image: url(img/bk_menuVover.png);
    background-repeat: repeat-x;  
    
}
#menu ul li.current {background-color: #fff; font-weight:bold; font-size: 10pt; }

/*CLASES GENERALES*/

.listasInternas li {
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: outside;
	margin: 0px 40px 1em 40px;

}
.izquierda {
    
    margin: 0px 10px 10px 0px;
}
.derecha {
    float: right; 
    margin: 0px 20px 10px 20px;
}

.filaA {
    background: #F2F2F2;
    padding: 12px;
    width: auto;

}
.filaB {
    background: #E6E6E6;
    padding: 12px;
    width: auto;
}
.numerada {
    margin-left: 50px;
}

.margenIzq {
    margin-left: 50px;
}


div.clearfix {width: 1px; height: 1px; display: block; clear: both; content: " ";}

/*FUENTES*/
.titulocolor01{color: #CC0066;}

/*LISTA DE MENU Principal*/
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_seventeen */
.preload17a {background: url(img/pro_seventeen_1a.gif);}
.preload17b {background: url(img/pro_seventeen_1b.gif);}
.menu17 {padding:5px 0 0 1em; margin:0; list-style:none; height:35px; position:relative; background:transparent url(img/pro_seventeen_0c.gif) repeat-x left bottom; font-size:12px;}
.menu17 li {float:left; height:35px; margin-right:1px;}
.menu17 li a {display:block; float:left; height:35px; line-height:33px; color:#333; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 4px; cursor:pointer; background:url(img/pro_seventeen_0a.gif) no-repeat;}
.menu17 li a b {float:left; display:block; padding:0 16px 5px 12px; background:url(img/pro_seventeen_0b.gif) no-repeat right top;}
.menu17 li.current a {color:#000; background:url(img/pro_seventeen_2a.gif) no-repeat;}
.menu17 li.current a b {background:url(img/pro_seventeen_2b.gif) no-repeat right top;}
.menu17 li a:hover {color:#000; background: url(img/pro_seventeen_1a.gif) no-repeat;}
.menu17 li a:hover b {background:url(img/pro_seventeen_1b.gif) no-repeat right top;}
.menu17 li.current a:hover {color:#000; background: url(img/pro_seventeen_2a.gif) no-repeat; cursor:default;}


.menu17 li.current a:hover b {background:url(img/pro_seventeen_2b.gif) no-repeat right top;}

/*fuentes*/
.text_blanco {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;}
