@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

html {
background:url(db_bg.gif);
margin:0px;
padding:0px;
}

#wrapper {
padding:0;
width:900px;
margin:0 auto;
margin-top:15px;
background-color:#FFFFFF;
background-image:url(wreapper_bg.gif); 
background-repeat:repeat-x;
overflow:auto;
}

h1 {
background-image:url(h1_bg.gif);
text-indent:-9999px;
background-repeat:no-repeat;
width:385px;
height:133px;
left:20px;
position: relative;
}

#header {
padding:0;
margin-top:0px;
height:205px;
background-image:url(header_bg.jpg); 
background-repeat:no-repeat;
background-position:right  bottom;
width:900px;


}

#content {
/*tipo de letra alto de linea y demas caracteristicas de texto para que las hereden los demas*/
padding-top:30px;
font-family: Arial, Helvetica, sans-serif; 
font-size:medium;

}

#col1 {
float:left;
width:200PX;
}
#col2 {
float:left;
width:450PX;
}
#col3 {
float:left;
width:250PX;
}

#fotter {
background-color:#3a4a5f;
font-family:Arial, Helvetica, sans-serif; font-size:10px;  text-align:center; color:#fff;
height: 20PX;
width:100%;
float:left;
padding-top: 10px;
}

h4 {
background-image:url(h4-bg.gif);
background-repeat:no-repeat;
text-indent:-9999px;
margin:0;
margin-left:10px;
padding:0;
width:166px;
height:31px;
}
ul {
background-image:url(ul-bg.gif);
background-repeat:no-repeat;
margin:0;
margin-left:10px;
padding:0;
width:166px;
height:120px;
}
li {
list-style-type:none;
}

li a{
color:#FFFFFF;
margin-left:15px;
text-decoration:none;
}

li a:hover {
text-decoration: none;
color:#8dc8ff;
margin-left:18px;
}

#col2 p {
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-size: 15px;
text-align: left;
line-height:22px;
margin-right:30px;
color:#222f40;
margin-bottom:30px;
}

#col3 p {
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-size: 15px;
text-align: left;
line-height:22px;
margin-right:15px;
color:#222f40;
margin-bottom:30px;
}
#form {
margin-bottom:20px;
}
img {
margin-bottom:30px;
}