﻿#cabecera-titulo{
	background: url(../images/cabecera-titulo.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 200px;
}

#cabecera-contacto{
	background: url(../images/cabecera-contacto.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 200px;
}

#cabecera-fotos{
	background: url(../images/cabecera-fotos.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 200px;
}

.parte{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.seccion{
	border: 0px solid red;
	background: #f5f5f5;
	width: 59%;
	font-family: 'Shadows Into Light Two', cursive;
	float: left;
	padding: 20px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.titulo-seccion{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding:0 0 10px 0;
}

.titulo-seccion span{
	color: red;
	font-size: 14px;
}

.desarrollo-seccion{
	font-size: 20px;
	line-height: 29px;
	text-align: justify;
}

.desarrollo-seccion-colaboraciones img{
	float: left;
	margin: 10px 5px;
}

.imagen-seccion{
	border: 0px solid green;
	width: 38%;
	float: left;
}

.imagen-seccion img{
	width: 100%;

	border-radius: 5px;
}



.video, .fb-video{
	border: 0px solid red;
	width: 48% !important;
	float: left;
	margin: 0 1%;
}
.video iframe{
	width: 100%;
}

.margin-left{
	margin-left: 50px;
}

.titulo-video{
	background: #FF8DCD;
	width: 100%;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	color: #764CC8;
	font-size: 20px;
	float: left;
	padding:12px 0;

	text-shadow:1px 1px 2px white;
}

@media screen and (max-width: 650px){
	.video{
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 670px){
	.seccion{
		width: 100%;
	}

	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.imagen-seccion img{
		width: 80%;
	}
}

@media screen and (max-width: 470px){
	.desarrollo-seccion-colaboraciones img{
		width: 100%;
		height: auto !important;
		margin: 0;
	}
}

@media screen and (max-width: 380px){
	.thumbnails ul li img{
		width: 320px !important;
	}
}