
body{
margin:0px auto;
padding:0px;
background-color:#fcfcfc;
}

.logo{
margin-left:26px;
margin-top:56px;
}

.text_box_background{
background:url(../images/text_box_bg.gif) left top repeat-y;
padding:13px 16px 15px 27px;
text-align:justify;
}

.text_box_shadow{
background:url(../images/box_bottom_shadow.gif) left top no-repeat;
height:12px;
}

.border_right{
border-right:6px solid #E2D9B9;
}

.text_box_table{
margin-top:10px;
margin-bottom:20px;
margin-left:22px;
margin-right:12px;
}

.free_quote{
margin-left:159px;
}


/* CSS Background image Document */

.header_bottom
{
background:url(../images/header_bottom.gif) left top no-repeat;
height:13px;
}
.header_bg
{
background:url(../images/header_bg.jpg) left top repeat-x;
height:180px;
}
.header_image
{
background:url(../images/header_image.jpg) left top no-repeat;
height:132px;
}
.footer_left
{
background:url(../images/footer_left.gif) left top no-repeat;
height:32px;
padding-right:10px;
}
.left_bg
{
background:url(../images/left_bg.gif) left top repeat-y;
width:112px;
padding-left:52px;
}
.contact_shadow
{
background:url(../images/contact_shadow.gif) left top no-repeat;
height:12px;
}


/* CSS Text Document */
body {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8D6206;
	text-decoration: none;
}

/*ENCABEZAMIENTOS*/
h1{
    text-align: center;
    font-family: Verdana;
    color: #669999;
    font-size: 26pt;
    font-weight: normal;
    text-decoration: underline;
    margin: 0px 0px 10px 0px;
}

h2
{
     font-family: Verdana;
     color: brown;
     font-weight: normal;
     text-align: center;
     font-size: 20pt;
     text-decoration: underline;
     clear:both;
}

h3
{
     font-family: Verdana;
     font-weight: normal;
     text-align: left;
     font-size: 14pt;
     text-decoration: underline;
}

h4
{
     font-family: Verdana;
     font-weight: normal;
     text-align: left;
     font-size: 11pt;
     text-decoration: underline;
}

h5
{
     font-family: Verdana;
     font-weight: normal;
     color: #669999;
     text-align: center;
     font-size: 11pt;
     text-decoration: underline;
}

/*FIN ENCABEZAMIENTOS*/