/* CSS Document */

.icon {
    z-index: 999;
    margin: 0px;
}

.mobilenav {
    /*    top: 47px !important;*/
    font-family: inherit;
    top: 0;
    left:0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f3f5f7;
    padding:0;
    margin:0;
	overflow:auto;
}
.mobilenav h3{color:#00bef4;margin:0 0 0 10px!important;}

.more{
	margin:0 auto;
	text-align:center;
	font-size:15px;
	color:#444;
}
.more p{
	display:block;
	margin:10px;
}
.more a{
	color:#666;
	white-space: nowrap;
	font-weight:bold;
	background:#fff;
	padding:1px 6px;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.more a.current,
.more a.current:hover{
	color:#fff;
	background:#000;
}
.more a:hover{
	background-color:#1693eb;
	color:#fff;
}


/* Header Style */
.header{
	line-height:24px;
	font-size:11px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
	-moz-box-shadow:1px 0px 2px #000;
	-webkit-box-shadow:1px 0px 2px #000;
	box-shadow:1px 0px 2px #000;
}
.header a{
	padding:0px 10px;
	letter-spacing:1px;
	color:#ddd;
	display:block;
	float:left;
}
.header a:hover{
	color:#fff;
}
.header span.right{
	float:right;
}
.header span.right a{
	float:none;
	display:inline;
}


/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%!important;
	display:block!important;
	transition:all linear 0.15s;
	height:48px!important;
	background:url(../img/flecha-ir.png) right center no-repeat;
}

.accordion-section-title.active, .accordion-section-title:hover {

}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px 15px 45px 15px;
	display:none;
}
.margen-placa{}

@media only screen and (min-device-width: 319px) and (max-device-width: 640px){
	.margen-placa{margin-bottom:70px!important;}
}
.mobilenav h3.headernav{
	background-color: #eee !important;
	margin-left: 0px!important;
	padding: 25px 10px;
}

.encabezado-filtro{
	padding-left:15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.encabezado-filtro H4,
.encabezado-filtro H4 a {
	color:#2289cb;
	font-size:20px;
	line-height: 1.5em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

.contenido-filtro {
	display: none;
	width: 90%;
	margin: auto;
}

.mobilenav ul.demo-accordion.accordionjs {
	background-color: white;
	margin-top: 0px;
	margin-bottom:0px;
}

.mobilenav .angle{
	display: block;
	position: absolute;
	right: 25px;
	margin-top: -45px;
	font-size: 30px;
	font-family: monospace;
	font-weight: 100;
	transform: scale(.6, 1);
}