@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;
}

/*       ///////------ START DEMO ------////////          */
#contenedor{
    position: relative;
    max-width: 880px;
    font-family: 'Open Sans', sans-serif;
}
#contenedor #desktop #menu{
    margin-top: -40px;
}
#contenedor #desktop #menu ul{
    margin: 0 23px;
}
#contenedor #desktop #menu ul{
    list-style: none;
}
#contenedor #desktop #menu li{
    display: inline-block;
    margin: 0 auto;
}
#contenedor #desktop #menu h3:hover{
    background-color: #CCC;
    cursor: pointer;
}
#contenedor #desktop #menu h3{
    font-weight: 400;
    color: #75767A;
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px 15px;
}
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: #5f5f5f;
	margin: 20px 10px 40px 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;
}
#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;
}
#credito{
    float: right;
}
#phone_chart{
    display: none;
}
#desktop .wrapper{
      width: 880px;
  height: 690px;
  overflow: hidden;
}
#phone_chart .wrapper{
  height: 400px;
  overflow: hidden;
}
@media (max-width: 700px) {
  #desktop{
    display: none;
    }
    #phone_chart{
    display: inline;
    }
    h1{
    font-size: 25px;
        line-height: 24px;
    }
    h2{
    font-size: 13px;
    }
}