﻿#efecto{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}

#efecto-frase{
	background: rgba(256,256,256,0.8) !important;
	position: absolute;
	top: 340px;
	left: 100px;
	z-index: 1000;
	font-size: 24px;
	color: #de4b39;
	font-weight: bold;
	padding: 10px;

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

	box-shadow: 3px 3px 1px #000;
	-moz-box-shadow: 3px 3px 10px #000;
	-webkit-box-shadow: 3px 3px 10px #000;
	-o-box-shadow: 3px 3px 10px #000;

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

#efecto-frase span{
	color: black;
	font-size: 16px;
}

#contenido{
	background: rgba(256,256,256,0.9);
	position: absolute;
	top: 420px;
	left: 100px;
	z-index: 1000;
	width: 1100px;
	line-height: 18px;
	font-weight: bold;
	padding: 10px;

	box-shadow: 3px 3px 10px #000;
	-moz-box-shadow: 3px 3px 10px #000;
	-webkit-box-shadow: 3px 3px 10px #000;
	-o-box-shadow: 3px 3px 10px #000;

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

.mitad{
	width: 50%;
	float: left;
	padding: 6px 0;
}

.textote{
	width: 100%;
	text-align: center;
	font-size: 18px;
	float: left;
	margin: 10px 0 20px;
}

.parte{
	width: 100%;
	float: left;
}

.texto{
	width: 68%;
	text-align: justify;
	float: left;
	padding: 0 20px 0 0;

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

.texto b, .textote b{
	color: #de4b39;
}

.texto-centrado{
	text-align: center !important;
}

.banner{
	background: #FCF7D7;
	width: 100%;
	color: blue;
	padding: 10px;
	float: left;

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

.imagen{
	width: 30%;
	float: left;
}

.imagen img{
	width: 100%;
}

.texto-contacto{
	border: 0px solid red;
}





.tabla{
	width: 60%;
	margin: 0 auto;
}

@media screen and (max-width: 1100px){
	#efecto-frase{
		width: 100%;
		top: 130px;
		left: 0;
	}

	#contenido{
		top: 230px;
		left: 0;
		width: 100%;
	}

	.texto{
		width: 100%;
	}
}

@media screen and (max-width: 800px){
	.texto-contacto{
		width: 100% !important;
	}

	.imagen-contacto{
		width: 100% !important;
	}
}

@media screen and (max-width: 500px){
	#efecto-frase{
		text-align: center;
	}

	.texto{
		width: 100%;
	}

	.imagen{
		width: 100%;
		text-align: center;
		margin: 30px 0 0 0;
	}

	.imagen img{
		width: 70%;
	}

	.mitad{
		border: 0px solid red;
		width: 100%;
		margin-bottom: 15px;
	}

	.banner span{
		font-size: 20px !important;
	}
}