/* Hoja de estilos general para la portada*/

@font-face {
    font-family: 'gochi_handregular';
    src: url('../fonts/gochihand-regular-webfont.eot');
    src: url('../fonts/gochihand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gochihand-regular-webfont.woff') format('woff'),
         url('../fonts/gochihand-regular-webfont.ttf') format('truetype'),
         url('../fonts/gochihand-regular-webfont.svg#gochi_handregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}

@font-face {
    font-family: 'kaushan_scriptregular';
    src: url('../fonts/kaushanscript-regular-webfont.eot');
    src: url('../fonts/kaushanscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kaushanscript-regular-webfont.woff') format('woff'),
         url('../fonts/kaushanscript-regular-webfont.ttf') format('truetype'),
         url('../fonts/kaushanscript-regular-webfont.svg#kaushan_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'rock_saltregular';
    src: url('../fonts/rocksalt-webfont.eot');
    src: url('../fonts/rocksalt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rocksalt-webfont.woff') format('woff'),
         url('../fonts/rocksalt-webfont.ttf') format('truetype'),
         url('../fonts/rocksalt-webfont.svg#rock_saltregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}


@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotoitalic';
    src: url('../fonts/roboto-italic-webfont.eot');
    src: url('../fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-italic-webfont.woff') format('woff'),
         url('../fonts/roboto-italic-webfont.ttf') format('truetype'),
         url('../fonts/roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    color: white;
    font-family: robotoregular, helvetica;
	background-color: #404040; 
	margin: 0px;
	padding: 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	text-decoration: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button {
	text-decoration: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.container {
	width: 720px;
	margin: 0 auto;
	/*border: 1px solid white;*/
}

header {
	width: 100%;
	margin: 0 0;
	text-align: center;
	/*border: 1px solid red;*/
}
.title {
	font-family: calligraffittiregular, helvetica;
	font-size: 30px;
}

.subtitle {
	font-size: 20px;
	color: #878787;
	margin-bottom: 20px;
}

.buttons {
	margin: 0 auto;
	padding: 0px 20px;
	/*border: 1px solid green;*/
	font-size: 25px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
}
.btitulo {
	color: white;
	width:100%;
	margin: 0px 0px 20px 0px;	
	padding: 0px 0px 0px 5px;
}
.bindex {
	width: 100%;
	background-color: black;
}
.img_button {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: black;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.bfav {
	float: left;
	width: 47%;
	background-color: black;
}
.bfav .btitulo {
	margin: 0px;
}
.beco {
	float: right;
	width: 47%;
	background-color: black;
}
.beco .btitulo {
	margin: 0px;
}
.bcen {
	margin-top: 20px;
	float:left;
	width: 100%;
	background-color: black;
}

/*@media all -webkit-device-pixel-ratio {
    body {
        background: red;
        color: red;
        font: bold 28px monospace;
    }
}
@media not -webkit-device-pixel-ratio {
    body {
        background: lime;
    }
}
*/
