﻿html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #135D78;
    background-image: url('./fondo.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}



    a:link, a:visited,
    a:active, a:hover {
        color: white;
        opacity: 1;
        filter: alpha(opacity=100);
        font-size:1.2em;
        font-weight: 600;
    }

    a:hover {
        color: rgba(255,255,255,1);
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

header, footer, hgroup,
nav, section {
    display: block;
}

header{
    background-color:black;
    height:50px;
    margin-bottom: 25px;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 75%;
}

header .content-wrapper {
    padding-top: 10px; 
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    float:left;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    font-weight: 100;
    outline: none;
    text-decoration: none;
}




/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */


    .featured .content-wrapper {
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup  {
            color: #fff;
            width:450px;
    }
    .title{
        font-size:2.5em;
        font-weight:100;
    }
    .title b{
        font-weight:500;
    }
    .subtitle {
        font-size:1.8em;
        font-weight:100;
    }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }



input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

.logoAhora {
    position: fixed;
    width: 200px;
    bottom: 30px;
    right: 50px;
}

.imgStore {
    float:left;
    display:block;
    margin-left:50px;
}

.imgCenter {
    margin:0 auto;
    width:700px;
    text-align:center;
}

.pnlConfig
{
    background-color:White;
    box-shadow: 10px 10px 5px #888888;
    border-radius: 10px;
    padding: 25px;
    font-family:Arial;
}

.pnlConfig div
{
    margin-top:10px;
}

.pnlConfig input[type=text]
{
    border: solid 1px silver;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 5px;
    font-size: 18px;
    width: 219px;
}

.pnlConfig input{
        width:inherit;
}

.pnlConfig #btnFirstCog
{
    padding:13px 17px;
}

.btn {
	background-color:#20b8e7;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	border: none;
}
.btn:hover {
	background-color:#73d5f5;
}
.btn:active {
	position:relative;
	top:1px;
}

#loadingDiv
{
    background-color: rgba(0,0,0,0.5);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height:100%;
    position: fixed;
    margin: 0px;
    padding: 0px;
    display: table;
}

#loadingDiv span
{
    color: White;
    font-weight: bold;
}
.contenido
{
    position: absolute;
    width: 700px;
    height: 700px;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -350px;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 700px) {
    header { display:none;}
    .featured hgroup  {width:auto;}
    .logoAhora {display:none}
    .subtitle {display: none;}
    .title {display: none;font-size: 1.5em;font-weight:bold;}
    .imgStore {float:none;margin-bottom:50px;margin-left:0px;}
    .imgCenter {margin:0 auto;width:300px;}
    br {
        display:none;
    }
}

