@charset "UTF-8";
/* CSS Document */
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: Arial, sans-serif;
}
h1 {
	
	font-size: 33px;
	color: #000;
	margin: 0 12px;
	line-height: 24px;
	font-weight: 900;
}
h2 {
	font-size: 14px;
	color: #6C8192;
	text-transform: uppercase;
	margin: 0 0 8px 12px;
	font-weight: 100;
}
h3{
    margin: 40px 0 10px 7px;
    text-transform: uppercase;
    font-size: 17px;
}
p {
	font-size: 15px;
	color: #5f5f5f;
	margin: 20px 10px 40px 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;
}
#credito{
    float: right;
}
#phone{
    overflow: hidden;
    display: none;
    width: 100%;
    height: 600px;
}
#desktop{
    overflow: hidden;
    width: 100%;
    height: 865px;
}
@media (max-width: 780px) {
  #desktop {
    display: none;
    }
    #phone{
    display: inline;
    }
}