@charset "UTF-8";
/* CSS Document */

html, body {
    margin: 0;
    padding: 0;

    height: 100%;
}

body {
	background: url(../ima/index/sello-garantia.jpg) 50% 50% no-repeat;
}

a, img { border: 0; outline: 0; }

a, a:hover { -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; }

.fondo {
    position: fixed; top: 0; right: 0; bottom: 0; left: 0;
    
    width: 100%;
    height: 100%;

    background: url(../ima/index/fondo.png) 50% 50% no-repeat;
}

.contenedor {
    position: absolute; top: 0; right: 0; bottom: 0; left: 0;
    
    margin: auto;
    padding: 0 0 40px 0;
    
    width: 95%; max-width: 765px;
    height: 440px;
}

.c1 {
    position: relative;

    width: 100%;
    height: 410px;
    
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #666;

    overflow: hidden;
}

.c2 {
    width: 100%;
    height: 40px;
    
    background: #000000
}


/* logo */


.logo {
    z-index: 1;
    position: absolute; top: 10px; left: 0; right: 0;
    
    margin: auto;
    
    height: 100px;
}

.logo img {
    display: block;

    width: auto;
    height: 100%;
    
    margin: auto;
}


/* menú */


.menu {
    z-index: 1;
    position: absolute; bottom: 10px; left: 0; right: 0;
    
    width: 100%;
    
    font-family: 'Miriam Libre', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 11px;
    text-shadow: 0 0 2px #999;
}


.menu > ul {
    margin: 0;
    padding: 0;
    
    width: 100%;
    
    float: left;
}

.menu > ul > li {
    margin: 0;
    padding: 0;
    
    width: 100%;
    
    float: left;
    
    background: url(../ima/index/menu.png) no-repeat;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.menu a {
    width: 12.5%;
    height: 40px;

    float: left;
    
    border-radius: 10px;
    
    text-decoration: none;
    color: #000;
    
    background: url(../ima/index/links.png) 50% 50% no-repeat;
    -o-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -webkit-background-size: 1px 1px;
    background-size: 1px 1px;
}

.menu a:hover {
    background: url(../ima/index/links.png) 50% 50% no-repeat;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    
    box-shadow: 0 0 6px 0 #666;
}

    @media only screen and (max-width: 800px) {
        .menu a { width: 25%; }
    }

.menu div {
    display: table;
    
    width: 100%;
    height: 100%;
    
    text-align: center;
}

.menu span {
    display: table-cell;
    vertical-align: middle;
    
    padding: 3px 0 0 0;
}

.clear { clear: both; }


/* base */

.base {
    padding: 10px 0 0 0;

    height: 30px;

    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #999;
}

.base a { color: #999; text-decoration: none; }
.base a:hover { color: #173D77; }


