body {
	margin: 0;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 36px;
	color: #000;
	margin: 0 12px;
	line-height: 29px;
	font-weight: 900;
}
h2 {
	font-family: OpenSans-Bold, sans-serif;
	font-size: 16px;
    color: #000;
	text-transform: uppercase;
	margin: 0 0 8px 12px;
	font-weight: 100;
}
p {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #000;
	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;
}
#simbologia2{
    display: none;    
}
#simbologia1{
    margin-left: 10px;
}

#credito{
    float: left;
}
#fuente{
    float: right;
}
ul {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
}
ul li {
display: inline-block;
width: 290px;
margin: 0 -3px;
padding: 40px 0;
height: 480px;
vertical-align: top;
}
ul li p {
    width: 200px;
    text-align: left;
    margin: 40px auto 120px auto;
}

ul li object {
  margin-top: 42px;
}

@media screen and (max-width: 420px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 12px;
	}
    #simbologia2{
    display: inline;
    margin-left: 10px;
    }
    #simbologia1{
    display: none;
    }
}
