* {
    margin: 0;
    padding: 0;
}

html {
    font: normal 15px "Trebuchet MS",Tahoma,Helvetica,Verdana,sans-serif;
    color: #777777;
}
body {
    margin-bottom: 30px;
    text-decoration: none;
    background: url(RUBEN_fdo.gif) repeat transparent;
}

h1 {

}

h2 { /*
    margin-bottom: 20px;
    font: bold 16px Arial, Verdana;
    text-decoration: none;
    color: #DF4F00; */
}

b {
    font-size: 110%;
}

p {

}

#container {
    margin: auto;
    width: 760px;
    text-align: left;
    background: url(fdo_footer.gif) no-repeat bottom center transparent;
    padding-bottom: 20px;
}

#header, #contenidos, #footer {
/*
Ocupan todo el ancho de #container.
El padding alinea todos los bloques.
*/
    /* width: 720px;  */
    margin: 0;
    padding-left: 22px;
}

/* HEADER */
#header {
    height: 110px;
}

/* CONTENIDOS */
#contenidos {
    background: url(fdo_contenidos.png) center repeat-y transparent;
    /* position: relative;  */
    /* padding-top: 10px; */
}

#menuHead {
    position: relative;
    display: block;
    list-style: none;
    width:500px;
    margin: auto;
    padding-top: 3px;
    font-size: 1.3em;
    background: transparent;
    font-weight: bold;
    color: #cc3333;
}

#menuhead ul {
}


#menuHead li {
    display: inline;
    margin: 0px 23px;
}

#menuHead li {
    background: url(estilo/iMac.png) no-repeat left center;
}

#menuHead li a:link, #menuHead li a:visited, #menuHead li a:active {
    color: #33CCFF; /* #F09917 */
    text-decoration: none;
}

#menuHead li a:hover {
    color: #cc3333;
}

/* .bloque */
.bloque {
    /* position: relative; */
    display: block;
    width: 678px;
    margin-top: 0px;
    padding-left: 20px; /* alineado c/ #footer */
    padding-right: 20px; /* alineado c/ #footer */
    /*
    letter-spacing: 0.05em;
    word-spacing: 0.1em;*/
    line-height: 1.4em;
}
.bloque a {
    font-weight: bold;
    text-decoration: underline;
    color: #333333;
}
.topHome {
    background:url(fdo_bloque_top_home.jpg) no-repeat top center;
    padding: 60px 0px 140px 0px;
}
.mcCargo {
    background:url(fdo_bloque_mccargo.jpg) no-repeat top left;
    padding-top:306px;
}
.gMaps {
    background:url(fdo_bloque_maps.jpg) no-repeat top center;
    padding: 68px 0px 160px 20px;
    text-align: center;
}
.consultas {
    background:url(fdo_bloque_consultas.jpg) no-repeat top center;
    padding: 60px 0px 140px 0px;
}
#mapContainer {
    height: 301px;
    border: 3px dotted #91E3FF;
    padding: 5px 0px 5px 10px;
}
#formContainer {
    width: 640px;
    height: 181px;
    border: 3px dotted #91E3FF;
    margin-left: 20px;
    background-color: #fff;
    padding: 20px;
    text-align: right;
}
#formContainer fieldset{
    float: left;
    position: relative;
    width: 380px;
    padding: 5px 25px;
    border: 0;
}
#formContainer legend {
    font-weight: bold;
    color: #666;
}
#formContainer button {
    width: 100px;
    height: 90px;
    margin: 70px 60px 0px 0px;
    border: 0;
    background: url(fdo_boton.png) top center no-repeat;
    font-size: 0.8em;
    font-weight: bold;
    color: #999;
    cursor: pointer;
}

#formContainer label {
    float: left;
    position: relative;
    width: 130px;
    margin: 3px 0px;
}
#formContainer input {
    width: 200px;
    border: 1px solid #91E3FF;
    margin: 3px 0px;
    padding: 1px 5px;
    font-size: 0.9em;
    font-weight: bold;
}
#formContainer textarea {
    width: 200px;
    height: 55px;
    border: 2px solid #91e3ff;
    margin-top: 5px;
    padding: 1px 4px;
    overflow: auto;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #999;
}

#formContainer br {
    clear: both;
}

.gMaps ul {
    list-style: circle;
    margin-bottom: 12px;
}
.gMaps li {
    display: inline;
    font-weight: bold;
}
.gMaps li a {
font-size: 14px;
text-decoration: none;
color: #33CCFF;
}


/*  */



/* FOOTER */

#footer {
    background: url(fdo_contenidos.png) bottom center no-repeat;
    padding-left: 20px; /* alineado c/ .bloque */
    padding-right: 20px; /* alineado c/ .bloque */
    padding-bottom: 60px;
}

#footer ul {
    float: right;
    /*  */position: relative;
    margin: 0;
}

#footer ul li {
    list-style: none;
}

/* E X T R A S */
hr {
    margin-top: 50px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 3px dotted #91E3FF;
}

/**/


/**/








