﻿#contenido{
	height: 140px;
}

#efecto{
	width: 100%;
	float: left;
}

#efecto-r{
	width: 100%;
	float: left;
	display: none;
}

#texto{
	background: rgba(67,179,164,0.7);
	position: relative;
	width: 400px;
	text-shadow:0 0 10px #000000;
	color: white;
	line-height: 40px;
	max-height: 211.9px;
	padding:5.2px 40px 3px;
	float: left;
	margin: -80px 0 0 50px;
}

#texto span{
	border: 0px solid green;
	font-size: 26px;
}

#bienvenida{
	border: 0px solid red;
	width: 570px;
	font-size: 25px;
	color: gray;
	line-height: 30px;
	float: left;
	padding: 25px 100px;

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

#bienvenida h3{
	color: #3c5a99;
}

#footer, #footer-conten{
	height: auto;
	display:block;		
}

@media screen and (max-width: 1065px){
	#contenido{
		height: auto;
	}

	#texto, #bienvenida{
		border: 0px solid red;
		width: 79%;
		font-size: 1em;
		line-height: 20px;
		margin: 0 auto;
		padding: 10px;
		margin: 0 0 0 8%;
	}

	#bienvenida{
		text-align: center;
	}

	#texto{
		width: 60%;
		line-height: 22px;
		margin-left:120px;
	}
}

@media screen and (max-width: 600px){
	#efecto{
		display: none;
	}
	#efecto-r{
		display: block;
	}
}

@media screen and (max-width: 500px){
	#texto{
		width: 80%;
		margin-left:40px;
	}
}


@media screen and (max-width: 400px){
	#texto{
		width: 95%;
		margin: 0 auto;
	}
}