/*------------ Estilos Plantila_2 del Portal Cartagena.es ---------------------- */

#seccion_plantillas {
    background-color: #ffffff;
    margin-top: 0;
    padding-bottom: 15px;
    margin-top: 100px;
}

.centrado{
	text-align:center;
}

.cycle_header {
    background-image: url("../images/header_ayto_tipo.jpg");
    /*cursor: move;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%9 !important;
    height: 300px;
    z-index: 1;
}

.lista_imag_plantilla{
	margin:0;
	padding:5px 0 0;
}
	
.lista_imag_plantilla li{
	list-style-type:none;
	margin:5px;
}

.lista_imag_plantilla li a{
	
}

.lista_imag_plantilla li img{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

.panel-img-lateral{
	padding:5px;
}


/*
#ayto .mega-dropdown-menu:before {
    border-bottom: 15px solid #fff;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    content: "";
    left: 15%;
    position: absolute;
    top: -15px;
    z-index: 10;
}

#ayto .mega-dropdown-menu:after {
    border-bottom: 17px solid #ccc;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    content: "";
    left: 15%;
    position: absolute;
    top: -17px;
    z-index: 8;
}
*/