/* CSS Document */

body
{
        font-family: 'Open Sans', sans-serif;
        background-color: #ffffff;
/*      background-image:url(recortes/background.jpg); */
        background-repeat:repeat-x;
        margin:auto;
}

.titulo
{
        font-size: 20px;
        color:#666;
        margin: auto;
        text-align:center;
        margin-top: 30px;

}

.c_logo {
        max-width: 375px;
        width: 100%;
}
.logo
{
        max-width: 750px;
        width: 100%;
        height: 183px;
        margin:auto;
        margin-top:20px;
}

.proximamente
{
        font-size: 32px;
        color:#000;
        margin: auto;
        height:auto;
        text-align:center;
        margin-top: 0px;

}

.email
{
        font-size: 16px;
        color:#808080;
        margin: auto;
        height:auto;
        text-align:center;
        margin-top: 50px;
}

.web
{
        font-size: 18px;
        color:#000000;
        margin: auto;
        height:auto;
        text-align:center;
        margin-top: 50px;
}

a
{
        font-size: 18px;
        color:#000000;
        margin: auto;
        height:auto;
        text-align:center;
        margin-top: 50px;
		text-decoration: none;
}

a:hover
{
        font-size: 18px;
        color:#808080;
        margin: auto;
        height:auto;
        text-align:center;
        margin-top: 50px;
		text-decoration: none;
}


.phone
{
        font-size: 18px;
        color:#808080;
        margin: auto;
        height:auto;
        text-align:center;
        margin-top: 24px;
}