/*
Theme Name: Busker
Theme URI: http://busker.com/
Description: Sonidos, videos
Author: Juan Sanunga
Author URI: http://creativo-digital.com/
Version: 1.0
*/
/* Fuentes */
@font-face {
    font-family: 'Chivo';
    src: url('./fonts/Chivo-Regular.ttf');
    }
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html, body, form, fieldset, p, td, h2, ul, li {
	margin:0px;
	padding:0px;
	font-size: 15px;
	color: #888888;
	font-family: 'Chivo';
	}

img {
	vertical-align: middle;
}

/* Contenedor principal */
.wrapper {
	overflow: hidden;
}
#allweb {
	height: auto !important;
}

#main {
	overflow: hidden;
}

#main p {
	margin-bottom: 10px;
}

#main .text ul {
	margin-left: 18px;
}

/* Textos en blanco */

.textwhite p {
	color: #fff;
}

.textwhite ul li {
	color: #fff;
}

/* Texto en arial */

.text-arial p {
	font-family:Verdana, Geneva, sans-serif;
}