* {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

html {
    height:100%;
}

body {
    background-image: url('bgdegradado.gif');
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-color: #ebf3fa;
    margin:0px;
}

#wrap {
    background: #fff;
    width: 920px;
    height:100%;
    margin: 5px auto 0 auto;
    padding: 0 10px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -khtml-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

img {
    border: 0px solid;
}

.logo {
    float:left;
    margin-top:-70px;
}

.categorias {
    font-size: 14px;
    font-weight: bolder;
    border-style:solid;
    border-top-color:white;
    border-top-style:solid;
    border-left-style:none;
    border-right-style:none;
    border-top-width:100px;
    border-bottom-color:#EBE8D8;
    border-bottom-style:solid;
    border-bottom-width:2px;
    padding : 0px 0px 0px 0px;
    margin: 0px auto 0 auto;
    width:800px;
}

.categorias table {
    width: 500px;
    border-style:none;
    margin-left:auto;
    margin-right:0px;
    margin-bottom:0px;
    table-layout: fixed;
    border-collapse:collapse;
}

.categorias table th {
    padding:2px 7px 2px 7px;
    text-align:center;
}

.categorias table td {
    height:2.0em;
    padding:2px 7px 2px 7px;
    text-align:center;
    text-decoration:none;
}

.categorias a {
    color: #424a52; 
    text-decoration:none;
}

.categorias a:hover {
    color : #e6b065;
    text-decoration:none;
}

.contenido {
    padding : 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #747474; 
    border-style:none;
    width:800px;
}

.contenido p {
    padding: 0px 0px 0px 250px;
    margin: 0px 100px 30px auto;
    width:530px;
    font-size: 1em;
    line-height: 1.5em;
    margin: 1.25em 0;
    text-align: justify;
}

.direccion p {
    text-align: center;
}

.contenido-img {
    border:0px solid;
    padding: 0px 0px auto 0px;
    margin: 0px auto 0px auto;
    float:left;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0;
}

.contenido a {
    color: #194f9a;
    text-decoration:none;
}

.contenido a:hover {
    color : #e6b065;
    font-size:110%;
    text-decoration:none;
}

#contacto p {
    margin-top: 0px;
    margin-right: 0pt;
    margin-bottom: 0px;
    margin-left: 0pt;
}

#contacto input {
    width: 250px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 1px;
    margin-left: 0pt;
}

#contacto textarea {
    width: 100%;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

#contacto #submit {
    margin-top: 0pt;
    margin-right: -6px;
    margin-bottom: 5px;
    margin-left: auto;
    float: right;
}

.clientes {
    padding: 0px 0px 0px 250px;
    margin: 0px 100px 30px auto;
    width:530px;
    font-size: 1em;
    line-height: 1.5em;
    margin: 1.25em 0;

}

.clientes td {
    margin:auto auto;
    text-align:center;
}

.clientes td img {

}

.footer {
    font-size: 11px;
    color: #aaaaaa;
    text-align: center;
    padding-top: 10px;
    padding-right: 0pt;
    padding-bottom: 10px;
    padding-left: 0pt;
    margin-top: 20px;
    margin-right: 0pt;
    margin-bottom: 20px;
    margin-left: 0pt;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
}

.footer a {
    color: #424a52; 
    text-decoration:none;
}

.footer a:hover {
    color : #e6b065;
    text-decoration:none;
}
