﻿body{
	background: url(../images/fondo.jpg);
	font-family:'century gothic', sans-serif;
}

#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

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

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}



#menu-ayuda{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
}

#menu{
	border-top: 6px solid #0F38A8;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 60px;
}

#menu-conten{
	width: 1100px;
	margin: 0 auto;
}

#menu-r{
	border: 0px solid red;
	width: 100%;
	font-weight: bold;
	font-size: 21px;
	color: white;
	text-align: center;
	padding:18px 0;
	display: none;
	cursor: pointer;
}

#menu-conten a{
	color: white;
	text-decoration: none;
}

#menu ul{
	position: relative;
	width: 100%;
}

#menu-conten ul li{
	width: 16.6%;
	float: left;
}

.menu{
	border: 0px solid white;
	width: 100%;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	padding: 19px 0;
}

.menu:hover, .activo{
	background: #0F38A8;

	text-shadow:3px 3px 10px #000;
}

#facebook{
	position: absolute;
	top: 10px;
	right: -100px;
	width: 100px;
}

#facebook img{
	width: 100%;
}

#cabecera{
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0;
	padding-bottom: 10px;

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

#cabecera-conten{
	border: 0px solid red;
	width: 1100px;
	height: 150px;
	margin: 0 auto;
}

#logotipo{
	border: 0px solid green;
	width: 29%;
	text-align: center;
	height: auto;
	float: left;
}

#logotipo img{
	width: 90%;
	margin: 10px 0 0 0;
}

#leyenda{
	border: 0px solid red;
	background: #0F38A8;
	width: 70%;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	color: white;
	line-height: 34px;
	float: right;
	padding: 10px;
	margin: 28px 0 0 0;

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

#wrapP{
	width: 1100px;
	margin: 0 auto;
}

#pagina{
	background: #ddd;
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 10px 20px 10px;
}

#cintillo{
	background: gray;
	width: 100%;
	color: white;
	font-size:24px;	
	float: left;
	padding: 10px;

	text-shadow:3px 3px 10px #000;

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

#cintillo a{
	color: white;
}

#cintillo span{
	border: 0px solid white;
	float: left;
}

#efecto{
	width: 100%;
	padding: 10px 0;
}

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

#efecto-r img{
	width: 100%;
}

#contenido{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	padding: 15px 0;
}

.titulo-pestana{
	background: #0F38A8;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 30px;
	margin: 0 0 20px 0;
	padding: 12px 0;

	text-shadow:3px 3px 10px #000;
}

#footer{
	background: black;
	width: 100%;
	height: 120px;
	float: left;
}

#footer-conten{
	width: 1100px;
	height: 120px;
	color: white;
	text-align: center;
	margin: 0 auto;
	padding: 10px;

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

#footer-conten a{
	color: white;
}

#pie{
	background: #0F38A8;
	width: 100%;
	height: 8px;
	float: left;
}

@media screen and (max-width: 1100px){
	#facebook{
		display: none;
	}

	#menu-conten{
		width: 100%;
	}

	#cabecera{
		height: auto;
	}

	#cabecera-conten{
		width: 100%;
		height: auto;
	}

	#wrapP{
		width: 100%;
	}

	#pagina{
		padding: 0;
	}

	#efecto{
		display: none;
	}

	#efecto-r{
		display: block;
	}

	#footer{
		height: auto;
	}

	#footer-conten{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 700px){
	#menu-r{
		display: block;
	}

	#menu-conten ul{
		background: black;
		float: left;
	}

	#menu-conten ul{
		display: none;
	}

	#menu-conten ul li{
		width: 100%;
	}

	#logotipo{
		width: 100%;
	}

	#logotipo img{
		width: 70%;
	}

	#leyenda{
		width: 100%;
	}

	#cintillo span{
		width: 100%;
		text-align: center;
		margin: 0 0 10px 0 !important;
	}
}