/* CSS Document */

 @font-face {
     font-family: Raleway-Black;
     src: url(../fonts/Raleway-Black.ttf) format('opentype') 
}
 @font-face {
     font-family: Raleway-Bold;
     src: url(../fonts/Raleway-Bold.ttf) format('opentype') 
}
 @font-face {
     font-family: Raleway-ExtraBold;
     src: url(../fonts/Raleway-ExtraBold.ttf) format('opentype') 
}
 @font-face {
     font-family: Raleway-ExtraLight;
     src: url(../fonts/Raleway-ExtraLight.ttf) format('opentype') 
}
 @font-face {
     font-family: Raleway-Light;
     src: url(../fonts/Raleway-Light.ttf) format('opentype') 
}
 @font-face {
     font-family: Raleway-Medium;
     src: url(../fonts/Raleway-Medium.ttf) format('opentype') 
}
 @font-face {
     font-family: Raleway-Regular;
     src: url(../fonts/Raleway-Regular.ttf) format('opentype') 
}
 @font-face {
     font-family: Raleway-SemiBold;
     src: url(../fonts/Raleway-SemiBold.ttf) format('opentype') 
}
 @font-face {
     font-family: Raleway-Thin;
     src: url(../fonts/Raleway-Thin.ttf) format('opentype') 
}

#logotipo
{
	position: absolute;
	z-index: 10;
	max-width: 1000px;
	margin-top: 20px;
	margin-left: 5%;
}

#logo
{
	width: 150px;
	margin-right: 30px;
	float: left;
}

.tituloTop
{
	font-family: Raleway-Bold;
	font-size: 30px;
	color: #FFF;
	text-shadow: 1px 1px 10px #000000;
	padding-top: 20px;
}

.botonRedondo
{
	height: auto;
	padding: 5px 10px;
	font-family: Raleway-Light;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	
	text-shadow: 1px 1px 10px #000000;
	
	background-color: transparent;
	border: 1px solid #FFF;
	
	 -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.botonRedondo:hover
{
	color: #ef7a5b;
	border-color: #ef7a5b;
}

@media (max-width:930px)
{
    .tituloTop
	{
		font-size: 20px;
		padding-top: 20px;
	}
	.botonRedondo
	{
		padding: 3px 5px;
		font-size: 16px;
	}
}


@media (max-width:710px)
{
    .banner-header
	{
		position: relative;
		height: 100px;
	}
	#logo
	{
		width: 100px;
		margin-right: 20px;
		float: left;
	}
	
}

@media (max-width:710px)
{
    .banner-header
	{
		position: relative;
		height: 130px;
	}
	
	#logotipo
	{
		margin-top: 10px;
	}
	#logo
	{
		width: 100px;
		margin-right: 20px;
		float: left;
	}
	
	.tituloTop
	{
		color: #ef7a5b;
		text-shadow: 0px 0px 0px #FFF;
	}

	.botonRedondo
	{
		color: #ef7a5b;
		border: 1px solid #ef7a5b;
		text-shadow: 0px 0px 0px #FFF;
	}
	
}

@media (max-width:610px)
{	
	#logotipo
	{
		position: relative;
		width: 100px;
		margin: auto;
		margin-top: 10px;
	}
	#logo
	{
		width: 100px;
		float: none;
	}
	
	.tituloTop
	{
		display: none
	}

	.botonRedondo
	{
		display: none;
	}
	
}