/* CSS Document */

/* comienzo de general */
A:link{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#0033CC; 
}
A:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003399; 

}
A:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0066CC; 
}


strong {
color:#000099;
}

img {
border:2px solid #C2DBF8;
}

body {
background-color:#C2DBF8;
background-image:url(img/fondo3.gif);
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0 auto;
text-align:center;
color:#000000;
height:auto;
font-size:12px;
}

#contenedor{
width:750px;
height:auto;
min-height:800px;
margin:0px auto;
text-align:left;
background-color:#FFFFFF;
}

#cabecera {
width:750px;
height:90px;
background-color:#000099;
margin:0px;
text-align:left;
}

#menu_superior {
width:736px;
height:25px;
background-color:#000099;
margin:0px;
text-align:left;
padding-left:14px;
padding-bottom:13px;
}

#contenido{
width:500px;
height:auto;
margin:15px 0px;
text-align:left;
float:left;
background-color:#ffffff;
}



#lateral{
width:200px;
height:auto;
margin:15px 0px;
padding-right:15px;
text-align:left;
float:right;
border-left-style:dashed;
border-left-width:1px;
border-left-color:#000099;
padding-left:15px;
}

h1 {
margin:0px 0px 10px 25px;
padding-top:15px;
color:#ffffff;
}

h2 {
margin:0px 0px 5px 25px;
font-size:12px;
font:Verdana, Arial, Helvetica, sans-serif;
color:#99CCFF;
}

h3 {
width:150px;
height:25px;
background-color:#C2DBF8;
color:#000099;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
margin:0px 7px 0px 7px;
float:left;
cursor: pointer;
padding:5px 0px 0px 10px;
text-decoration:none;
}

h3:hover {
background-color:#FFFFFF;
cursor: hand; 
color:#0033CC;
text-decoration:none;

}

h3:link {
background-color:#C2DBF8;
color:#000099;
cursor:hand;
text-decoration:none;
}

h3:visited {
background-color:#C2DBF8;
color:#000099;
cursor:hand;
text-decoration:none;
}


h4 {
position:relative;
top:450px;
color:#000099;
font-size:14px;
margin:60px 0px 10px 20px;
background-color:#EDF4FB;

}

h5 {
color:#666666;
font-size:11px;
margin-top:0px;
margin-bottom:7px;
}

h6 {
margin:20px 0px 10px 60px;
background-color:#EDF4FB;
font-size:14px;
color:#000099;
}

.destacado {
background-color:#FFFFFF;
cursor:default;
color:#000099;
}

p {
margin: 10px 10px 10px 60px;
}

.normal {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin: 10px 10px 10px 90px;
list-style-type:disc;
}

.cajagris {
background-color:#EDF4FB;
padding:10px;
color:#666666;
font-size:11px;
}


/* fin de general */

/*--index--*/

.presentacion {
margin:0px 0px 10px 30px;
}

.img_ventajas {
float:right;
margin-left:20px;
}

#contenedor_index{
width:750px;
height:auto;
min-height:1050px;
margin:0px auto;
text-align:left;
background-color:#FFFFFF;
}

/* catalogo */

#contenedor_catálogo{
width:750px;
height:auto;
min-height:2050px;
margin:0px auto;
text-align:left;
background-color:#FFFFFF;
}

#contenido_catalogo {
width:500px;
height:1900px;
margin:15px 0px;
text-align:left;
float:left;
background-color:#ffffff;
}

ul{
list-style-type: none;
color:#999999;
font-size:12px;
margin-top:5px;
margin-bottom:5px;
margin-left:0px;
padding:0px;
}

li{
margin-top:4px;
margin-bottom:4px;
}

.espaciolateral {
height:15px;
margin-top:10px;
}

/* -- productos--*/

.navegacion {
margin:0px 0px 10px 40px;
}

.pdf {
margin-right:5px;
margin-bottom:5px;
float:left;
border:0px;
}

.pdf_txt {
font-size:13px;
font-weight:bold;
}


#pie{
width:750px;
height:40px;
margin:0px auto;
text-align:center;
padding:40px 0px 0px 0px;
background-color:#FFFFFF;
}

.txt_pie {
border-top:1px dashed #000099;
padding:10px 0px;
margin:0px;
width:250px;
margin:0px 180px 0px 250px;
text-align:center;
font-size:11px;
color:#999999;
}


