body {
	margin: 0;
}
#contenedor{
    background-color: #FFF;
    width: auto;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 36px;
	color: #000;
	margin: 0 12px;
	line-height: 29px;
	font-weight: 900;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #6C8192;
	text-transform: uppercase;
	margin: -10px 0 8px 12px;
	font-weight: 100;
}
p {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #5f5f5f;
	margin: 10px;
	font-weight: 100;
}
#titulares {
	width: 100%;
	margin: 0;
	padding: 21px 0 19px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d8d8d8;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	position: relative;
}
.senefa {
	width: 200px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}
#bajada {
	width: 100%;
	margin: 10px 0 0 0;
}
#cierre {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	margin-top: 5px;
}
#cierre p {
	text-transform: uppercase;
	font-size: 10px;
	margin: 2px;
	color: #383838;
}
#cierre p span {
	color: #818181;
}
#pesoinfoMonitor{
	position: relative;
}
#pesoinfoMovil {
	width:100%;
	display:none;
}
.punto{
    position: absolute;
}
#credito{
    float: left;
}
#fuente{
    float: right;
}
@media screen and (max-width: 420px) {
    #pesoinfoMonitor {
            display:none;
    }
            #pesoinfoMovil {
            display:inline;
    }
}
