@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
body {
	/*
	background-image: url("/img/bcf.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	*/
}
#contenedor{
	margin: 15px 15px 15px 15px;
	font-size: 1.2em;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
#cabecera {
	text-align: center;
}
#pie{
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 15px;
	width: 100%;
	min-height: 50px;
	background-color: #050505;
	font-size: 0.8em;
	color: #f5f5f5;
}
.centro {
	text-align: center;
}
.centro img{
	max-width: 100%;
}
.justificado p{
	text-align: justify;
}
.letragrande{
	font-size: 1.8em;
	margin-bottom: 0px;
}
.negrita{
	font-weight: bold;
}
.rojita{
	font-weight: bold;
	color: #ff0000;
}
.verdecita{
	font-weight: bold;
	color: #178f2e;
}
.h5{
	color: #333333;
}