/* MAURICIORIVERA.CL */
html {
    margin: 0;
    padding: 0;
}

body {
    background: url(../img/bg-body.jpg) top center no-repeat #27669c;
    margin: 0;
    padding: 0;
    font-family: "lucida sans unicode", "lucida grande", sans-serif;
}

a, a:visited {
    color: #36a0eb;
    text-decoration: none;
}

a:hover {
    color: #5abcff;
    border-bottom: 1px dotted #5abcff;
}

/*## Estructura principal ##*/
#contenedor {
    width: 910px;
    margin: 0 auto;
    padding: 0;
}

#header {
    width: 910px;
    height: 137px;
    margin: 0 auto;
}

#pie {
}

.limpia {
    clear: both;
    margin: 0;
    padding: 0;
}

/*## Header ##*/
h1 {
    font-family: "trebuchet MS", sans-serif;
    font-size: 2.8em;
    width: 500px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 73px;
    left: 26px;
}

h1 a, h1 a:visited, h1 a:hover {
    text-decoration: none;
    border: none;
    font-weight: normal;
    color: #fff;
}

h3 {
    font-size: 1.7em;
    font-weight: lighter;
    margin: 0.4em 0;
}

h3 a, h3 a:visited {
    color: #27669c;
    text-decoration: none;
}

h3 a:hover {
    color: #4d94d1;
    border-bottom: 1px dotted #27669c;
}

/* Menú */
#menu {
    float: right;
    margin: 65px 20px 0 auto;
    padding: 0;
    font-family: "lucida sans unicode", "lucida grande", sans-serif;
    color: #878787;
    font-size: 0.9em;
    list-style-type: none;
}

#menu li {
    float: left;
    background: url(../img/vineta.gif) no-repeat left center;
    margin-left: 15px;
}

#menu li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding-left: 10px;
}

#menu li a:hover {
    text-decoration: none;
    color: #9fcaee;
}

#menu li a:visited {
    text-decoration: none;
    color: #fff;
}

/*## Contenido ##*/
#contenido-top {
    width: 910px;
    height: 15px;
    background: url(../img/bg-top.jpg) top center no-repeat;
}

#contenido-bottom {
    width: 910px;
    height: 16px;
    background: url(../img/bg-bottom.jpg) top center no-repeat;
}

#contenido-center {
    width: 880px;
    padding: 0 15px;
    height: 500px;
    background: url(../img/bg-rpt.jpg) repeat-y center;
}

.imagen {
    padding: 2px;
    border: 1px solid #bcbcbc;
}

.imleft {
    float: left;
    margin: 2px 2px 2px 0;
}

.imright {
    float: right;
    margin: 2px 0 2px 2px;
}

#cont_izq {
    width: 610px;
    height: 100%;
    float: left;
    padding: 0 10px;
}

#cont_izq p {
    margin: 0.1em 0;
    color: #4d4d4d;
    font-size: 0.75em;
}

#constru {
    width: 347px;
    margin: 0 auto;
}

#cont_der {
    float: left;
    width: 228px;
    padding: 0 10px;
    height: 100%;
    background: url(../img/sombra.jpg) left center no-repeat;
}

#cont_der .cont-seccion {
    margin: 0.1em 0;
    margin-bottom: 0.4em;
    color: #4d4d4d;
    font-size: 1em;
    text-align: left;
}

#cont_der .titulo-seccion {
    font-size: 1.5em;
    width: 100%;
    font-weight: lighter;
    padding-left: 5px;
    border-bottom: 1px solid #656565;
    margin: 0.4em 0;
    color: #333333;
}

#about {
    margin-top: 30px;
}

#social {
    margin-top: 30px;
}

#social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#social ul li {
    float: left;
    margin-right: 5px;
}

#social ul li a, #social ul li a:hover, #social ul li a:visited {
    border: 0;
}

#sitio {
    margin-top: 30px;
}

/******* TIPBOX *******/
#tipBox {
    background: #f7fafb;
    border: 1px solid #ace4ff;
    font-size: 10px;
    padding: 3px;
    width: 180px;
}

#tipBox.blue {
    color: #44a9da;
}

#tipBox.width {
    width: auto;
}

#tipBox.big {
    width: auto;
    font-size: 40px;
    line-height: 1em;
    padding: 1em;
}

/******* /TIPBOX *******/
/*## Pie ##*/
#pie {
    width: 908px;
    margin-top: 20px;
    font-family: verdana, sans-serif;
    color: #3cadff;
    font-size: 10px;
    text-align: center;
}

#pie a, #pie a:visited {
    color: #68c0ff;
}

#pie a:hover {
    color: #a7dbff;
}
