
.alineadoDerecha{
    text-align: right;
  }
  .alineadoIzquierdo{
    text-align: left;
  }
  .alineadoCentrado{
    text-align: center;
  }
.centrado{
    text-align: center;
}
* {
    margin: 0;
    padding: 0;
}
.zocaloGrisCentrado{
    text-align: center;
    color: #f0f0f0;
}
body {
    font: 14px Arial, Helvetica, sans-serif;
    color: #444444;
    background: #E0E0E0;
}
/* url('images/bg.jpg')*/

h1, h2 {
    font-weight: normal;
}

h1 {
    font: 54px Georgia, Times, serif;
    letter-spacing: -2px;
    text-shadow: 1px 1px 1px #C1C6CA;
    color: #293338;
}

p {
    padding: .75em 0;
    line-height: 1.75em;
}

p#subtitle {
    float: right;
    width: 365px;
    padding: 0px 90px 0 0;
    font-size: 22px;
    text-align: right;
    text-transform: lowercase;
    letter-spacing: -1px;
    color: rgba(49, 49, 104, 0.87);
    background-color: #D5D5D5;
    height: 40px;
    margin-top: 10px;
    opacity: 0.8;
    filter: alpha(opacity=40);
}

a {
    color: #D63438;
}

a:hover {
    text-decoration: none;
}

/* page */

#page {
    width: 100%;
    min-width: 980px;
    background: url('images/page.gif') repeat-x;
}

#page2 {
    width: 980px;
    margin: 0 auto;
}

/* header */

#header {
    height: 120px;
}

#header h1 {
    padding: 50px 0 0 30px;
}

#header h1 a {
    color: #293338;
    text-decoration: none;
}

/* menu */

#menu {
    height: 60px;
    background: #00396E url('images/menu.png');
}

#menu ul {
    list-style: none;
    padding: 0 30px;
}

#menu ul li {
    display: block;
    float: left;
    padding: 28px 40px 0 40px;
    font-weight: bold;
}

#menu ul li a {
    font-size: 14px;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #CED7E0;
}

#menu ul li a:hover {
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #9AADC0;
}

/* intro */

#intro {
    margin: 0 10px;
    padding: 20px;
    background: #252627;
}

#intro2 {
    height: 315px;
}

/* main */

#main {
    background: #D7D7D6 url('images/main.jpg') repeat-y;
}

#main2 {
    background: url('images/main2.jpg') no-repeat top;
    border-left: 1px black solid;
    border-bottom: 1px black solid;
    border-right: 1px black solid;
}

#main3 {
    height: 1%;
    padding-bottom: 40px;
    background: url('images/main3.jpg') no-repeat bottom;
}

/* content */

#content {
    float: left;
    width: 550px;
    padding: 60px 0 0 50px;
}

#content .post {
    padding: 0 0 5em 0;
}

#content h2 {
    font: 3em Georgia, Times, serif;
    letter-spacing: -1px;
    text-shadow: 1px 1px 1px #EEEEEE;
    color: #3F4D6A;
}

#content h2 a {
    color: #3F4D6A;
    text-decoration: none;
}

#content .entry {
    padding: 1em 0 0 0;
    text-align: justify;
}

p.postmeta {
    color: #6C6C6C;
}

#content img {
    display: block;
    padding: 8px;
    background: #CACACA url('images/imgbg.jpg');
}

img.left {
    float: left;
    margin: 1em 30px .5em 0;
    width: 140px;
}

img.right {
    float: right;
    margin: 1em 0 .5em 30px;
}

/* sidebar */

#sidebar {
    float: right;
    width: 320px;
    padding: 60px 10px 0 0;
}

#sidebar h2 {
    height: 90px;
    padding-left: 50px;
    font: 22px/60px Georgia, Times, serif;
    color: #B1C0CE;
    background: #0C3D68 url('images/sidebarh2.jpg') no-repeat;
}

#sidebar ul {
    list-style: none;
    padding: 0 40px 3em 0;
}

#sidebar ul li {
    padding-bottom: 2px;
    line-height: 2.5em;
    background: url('images/li.gif') repeat-x bottom;
}

#sidebar ul li a {
    padding-left: 20px;
    text-decoration: none;
    font-weight: bold;
}

#sidebar .boxtxt {
    padding: 0 40px 2.5em 20px;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    clear: both;
    padding: 20px 50px 40px 50px;
}

#footer p {
    font-size: .8em;
    text-transform: uppercase;
    text-align: center;
}
.datos{
    padding-left: 50px;
    margin-right: 15px;
    text-align: right;
    color: #0C3D68;
    font-size: 11px;
    font-weight: bold;
}

.email{
    color: #0C3D68;
    text-decoration: none;
    font-weight: bold;
}

.form_imput_title{
    vertical-align: top;
    color: #0C3D68;
    font-weight: bold;
    padding: 20px;
}
.form_imput{
    font-weight: bold;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: dotted white 2px;
}
.form_textarea{
    font-weight: bold;
    background-color: transparent;
    resize: none;
    border: dotted white 2px;
}
.form_buttons{
    background: #0C3D68;
    color: white;
    border: none;
    width: 130px;
    padding: 0px;
    height: 20px;
    margin-top: 20px;
    font-weight: bold;
    cursor: pointer;
    line-height: 2px;
}

.envioOk{
    background: #CACACA url('images/imgbg.jpg');
    height: 65px;
}
