@font-face {
    font-family:'open_sansregular';
    src: url('../fontface/opensans-regular.eot');
    src: url('../fontface/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fontface/opensans-regular.woff2') format('woff2'),
         url('../fontface/opensans-regular.woff') format('woff'),
         url('../fontface/opensans-regular.ttf') format('truetype'),
         url('../fontface/opensans-regular.svg#open_sansregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'krylonregular';
    src: url('../fontface/krylon-regular.eot');
    src: url('../fontface/krylon-regular.eot?#iefix') format('embedded-opentype'),
         url('../fontface/krylon-regular.woff2') format('woff2'),
         url('../fontface/krylon-regular.woff') format('woff'),
         url('../fontface/krylon-regular.ttf') format('truetype'),
         url('../fontface/krylon-regular.svg#krylonregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

html {
    /*
    height:100%;
    background-image:url(../imgs/bg-top.png);
    background-size:contain;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:-2000px 150px;*/
    background:#F9F6EF;
    padding-bottom:20px;
}

* {
    font-smooth:always;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body {
    position:relative;
    min-width:320px; 
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
    color:#000;
}

img {
    margin:0;
    padding:0;
    border:none;
}

a {
    text-decoration:none;
    outline:none;
}

p {
    margin:0;
    padding:0;
}

ul {
    margin:0;
    padding:0;
    list-style:none;
    text-align:center;
}

.clear {
	clear:both;
}

#contenedor {
	position:relative;
	width:100%;
	margin:auto;
}

.ClipGrupotira {
    position:relative;
    /*max-width:1024px;*/
    margin:auto;
    padding:30px;
    /*background-image:url(../imgs/back.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#000;*/
}

.centrador_thumbs {
    position:relative;
    width:100%;
    max-width:800px;
    line-height:0;
    font-size:0;
    margin:auto;
    padding:20px 25px 50px;
    z-index:1;
}

.ClipLogo {
    display:block;
    width:210px;
    margin:10px auto 40px;
}

.logo {
    width:210px;
}

p {
    font-family:'krylonregular', Arial, Helvetica, sans-serif;
    font-size:21px;
    line-height:24px;
    text-align:center;
    color:#000;
}

ul.botones {
    max-width:450px;
    margin:53px auto 0;
}

ul.botones li {
    list-style:none;
}

ul.botones li a {
    display:block;
    font-family:'krylonregular', Arial, Helvetica, sans-serif;
    font-size:22px;
    line-height:28px;
    letter-spacing:0.7px;
    -webkit-text-stroke:0.5px #FFF;
    text-align:center;
    text-decoration:none;
    color:#FFF;
    padding:7px 10px 9px;
    margin-bottom:18px;
    /*border:2px solid #FFF;*/
    background:#000;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -o-border-radius:50px;
    -ms-border-radius:50px;
    transition:all 250ms linear;
    -webkit-transition:all 250ms linear;
    -moz-transition:all 250ms linear;
    -o-transition:all 250ms linear;
    -ms-transition:all 250ms linear;
}

ul.botones li a:hover {
    background:#7594A3;
}


/*/// Queries ///*/

@media screen and (max-width:880px) {
    .ClipGrupotira { margin:0; }
}

@media screen and (max-width:767px) {
    .ClipLogo { width:200px; }
    .logo { width:200px; }
    p { font-size:22px; line-height:25px; }
    ul.botones li a:hover { color:#FFF; background:#000; }
}

@media screen and (max-width:479px) {
    .ClipGrupotira { padding:30px 10px; }
    .centrador_thumbs { padding:15px 0 120px; }
    ul.botones { max-width:100%; margin:50px auto 0; padding:0 20px; }
    ul.botones li a { font-size:22px; line-height:28px; letter-spacing:0.5px; padding:6px 10px 9px; margin-bottom:15px; }
}

@media screen and (max-width:399px) {
    .ClipLogo { width:190px; }
    .logo { width:190px; }
    p { font-size:20px; line-height:23px; }
    ul.botones li a { font-size:21px; line-height:26px; }
}

@media screen and (max-width:359px) {
    .ClipLogo { width:180px; }
    .logo { width:180px; }
    .ClipGrupotira { padding:30px 0; }
    p { font-size:19px; line-height:22px; }
    ul.botones { padding:0 25px; }
    ul.botones li a { font-size:20px; line-height:25px; }
}