@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400);
html, body, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
    text-rendering: optimizeLegibility;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
button, select {
    text-transform: none;
    user-focus: none;
    user-select: none;
    outline:none;
}
select:focus, button:focus, button::-moz-focus-inner, select::-moz-focus-inner {outline:none;}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
ul{list-style: none;}
a{
    color: black;
    font-weight: 900;
}
/*       ///////------ START DEMO ------////////          */
#contenedor{
    position: relative;
    max-width: 880px;
    font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 33px;
	color: #000;
	margin: 0 12px;
	line-height: 32px;
	font-weight: 900;
}
h2 {
	font-size: 14px;
	color: #6C8192;
	text-transform: uppercase;
	margin: 0 0 8px 12px;
	font-weight: 400;
}
p {
	font-size: 15px;
	color: #6F6F6E;
	margin: 20px 10px 10px 10px;
	font-weight: 400;
}
#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;
}
#bajada p.simbologia{
    display: block;
    margin: 5px;
}
#bajada p.simbologia.si:before{
    content: url(../svg/alcalde.svg);
    margin-right: 5px;
}
#bajada p.simbologia.no:before{
    content: url(../svg/candidato.svg);
    margin-right: 5px;
}
#cierre {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d8d8d8;
	margin-top: 5px;
    float: left;
    width: 100%;
}
#cierre p {
	text-transform: uppercase;
	font-size: 10px;
	margin: 2px;
	color: #383838;
}
#cierre p span {
	color: #818181;
}
#mobileView{display: none;}
@media (max-width: 500px) {
    h1{font-size: 25px;line-height: 24px;}
    h2{font-size: 13px;}
    #mobileView{display: block;} 
    #desktopView{display: none;}
}
@media (max-width: 797px) {
    h1{font-size: 29px;}  
}