.node-type-eventos .l-page{
	padding: 1px;
}

.node-type-eventos .field--name-field-vista .field__label { 
	padding: 15px;
}

.node-type-eventos .field--name-field-vista .field__items {
		padding: 15px;

}

.node-type-eventos .view-id-vista_eventos_relacionados .view-footer{
	text-align: right;
}

.node-type-eventos .view-vista-eventos-relacionados .view-footer a {
	font-size: 15px;
    color: #003B5C;
}

.node-type-eventos .view-vista-eventos-relacionados a:hover {
    color: #00b5e2;
}

.node-type-eventos .field--type-google-map-field{
	padding: 25px 0;
}

.node-type-eventos .google-map-field {
	background-color: #BDBDBD;
    padding: 5px 0;
}

.node-type-eventos .field--name-field-vista{
    background-color: #e1e3e6;
    padding: 15px;
}

.node-type-eventos .field--name-field-imagen{
    height: 250px;
    width: 250px;
    margin: 0 auto;	
}

.node-type-eventos .field--name-title .field__items{
	width: 100%;
	text-align: center;
}


.node-type-eventos .views-field-field-imagen{
	width: 80px;
    height: 75px;
    float: left;
}

.node-type-eventos .views-row{
	height: 75px;
}

.field--type-google-map-field .field__items {
	width: 100%;
}


.node-type-eventos .google_map_field_display {
	
    height: 240px;
    width: 98%;
	margin: 0 auto;
}

.node-type-eventos .field--type-google-map-field{
	margin: 0 auto;
	width: 500px;
}

.node-type-eventos .field--name-field-mapa .field__label{
	display: none;
}

.node-type-eventos .l-content{
	margin-top: 40px;
}

.ds-2col > .group-left {
	float: left; 
	display: inline-block;
	width: 100%;
	min-width: 320px;
	max-width: 520px;
	padding: 15px 15px;
}

.ds-2col > .group-right {
	float: left;
	line-height: 22px;
	width: 100%;
	min-width: 320px;
	max-width: 520px;
	padding: 15px 15px;  
}

.not-front .field--name-field-vista{
	font-size: 20px;
}

.not-front .field--name-field-vista .field__label{
	margin-bottom: 15px;
}

.node-type-eventos .views-field-title {
	height: 20px;
	width: 100%;
	padding-top: 20px;
	display: block;
} 

.node-type-eventos .views-field-title a{
	text-decoration: none !important;
	font-size: 15px;
	position: absolute;
	text-align: left; 
	color:  #003b5c;
	font-weight: bold;
	width: 55%;
} 

.node-type-eventos .pane-page-title h1{
	display: none;
}

.node-type-eventos .field--name-title .field__label {
	display: none;
	
}

.node-type-eventos .field__items h2{
	font-size: 30px;
}

.node-type-eventos .l-content {
	max-width: 1100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px;
}

.node-type-eventos .l-content .field--name-field-imagen img {
	max-width: 250px;
	height: auto;
	clear: both;
	margin-right: 20px;
	margin-bottom: 20px;
}

.node-type-eventos .l-content p {
	text-align: justify;
}

.node-type-eventos .l-content h1 {
	text-align: center;
}

.node-type-eventos .l-content .field--name-field-fecha {
	font-weight: bold;
}


/*Responsivo */

@media only screen and (min-width: 1025px) and (max-width: 1300px){
	
	.ds-2col > .group-left{
		width: 45%;
	}
	
	.ds-2col > .group-right{
		width: 45%;
	}
	
	.node-type-eventos .views-field-title{
		padding-top: 10px;
		width: 30%;
	}
	
	.node-type-eventos .views-field-title a{
		max-width: 350px
	}
	
	.node-type-eventos .field--type-google-map-field{
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 1024px){
	
	.node-type-eventos .l-content{
		padding: 0 !important;
		text-align: center;
	}
	
	.ds-2col > .group-left{
		width: 90%;
		min-width: auto;
		float: none;
		padding: 0;
		text-align: justify;
	}

	.ds-2col > .group-right{
		width: 90%;
		min-width: auto;
		float: none;
		padding: 0;
		display: inline-block;
	}
	
	.node-type-eventos .views-field-title{
		width: 35%;
		padding: 0;
	}
	
	.node-type-eventos .views-field-title a{
		max-width: 350px
	}
	
	.node-type-eventos .field--type-google-map-field{
		width: 100%;
	}
	
	.node-type-eventos .google_map_field_display{
		max-width: initial;
	}
	
}

@media only screen and (max-width: 375px){
	
	.node-type-eventos .pane-page-content .field--name-field-poster img{
		width: 100%;
	}
	
	.node-type-eventos .views-field-title a{
		font-size: 13px;
	}
	
	.node-type-eventos .field--name-field-vista .field__items{
		padding: 0;
	}
}

