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

#cintillo-ayuda{
	position: relative;
	width: 100%;
	height: 40px;
}

#cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;

	background: #1468AE;
	background: -moz-linear-gradient(top, #1468AE 0%, #125c99 44%, #0d4777 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1468AE), color-stop(44%,#125c99), color-stop(100%,#0d4777));
	background: -webkit-linear-gradient(top, #1468AE 0%,#125c99 44%,#0d4777 100%);
	background: -o-linear-gradient(top, #1468AE 0%,#125c99 44%,#0d4777 100%);
	background: -ms-linear-gradient(top, #1468AE 0%,#125c99 44%,#0d4777 100%);
	background: linear-gradient(top, #1468AE 0%,#125c99 44%,#0d4777 100%);

	width: 100%;
	height: 40px;
}

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

#cintillo-conten a{
	color: white;
}

#cintillo-conten span{
	color: white;
	font-weight: bold;
	font-size: 20px;
	float: left;
	margin: 9px 0;

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

#cabecera{
	background: #f7f7f7;
	width: 100%;
	height: 180px;
	float: left;
}

#cabecera-conten{
	background: #f7f7f7;
	width: 1100px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
}

#cabecera-conten img{
	height: 100%;
}

#menu{
	background: #1468AE;
	background: -moz-linear-gradient(top, #1468AE 0%, #125c99 44%, #0d4777 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1468AE), color-stop(44%,#125c99), color-stop(100%,#0d4777));
	background: -webkit-linear-gradient(top, #1468AE 0%,#125c99 44%,#0d4777 100%);
	background: -o-linear-gradient(top, #1468AE 0%,#125c99 44%,#0d4777 100%);
	background: -ms-linear-gradient(top, #1468AE 0%,#125c99 44%,#0d4777 100%);
	background: linear-gradient(top, #1468AE 0%,#125c99 44%,#0d4777 100%);

	width: 100%;
	float: left;
}

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

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

#menu ul{
	width: 100%;
}

#menu ul li{
	width: 20%;
	float: left;
}

.menu{
	border-right: 1px dotted white;
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
}

.menu:hover, .activo{
	background: #0d4777;
	background: -moz-linear-gradient(top, #0d4777 0%, #0d4777 44%, #0d4777 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d4777), color-stop(44%,#0d4777), color-stop(100%,#0d4777));
	background: -webkit-linear-gradient(top, #0d4777 0%,#0d4777 44%,#0d4777 100%);
	background: -o-linear-gradient(top, #0d4777 0%,#0d4777 44%,#0d4777 100%);
	background: -ms-linear-gradient(top, #0d4777 0%,#0d4777 44%,#0d4777 100%);
	background: linear-gradient(top, #0d4777 0%,#0d4777 44%,#0d4777 100%);
}

.inicio-menu{
	border-left:1px dotted white; 
}

#efecto{
	border: 0px solid red;
	width: 100%;
	height: auto;
	float: left;
}

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

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

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

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

#pagina{
	background: white;
	width: 1100px;
	float: left;
	padding: 30px 10px;

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

.titulo-pestana{
	background: #f7f7f7;
	width: 100%;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	padding: 12px 0;
	margin: 10px 0;
}

#footer{
	border: 0px solid red;
	background:#ddd;
	width: 100%;
	height: 350px;
	float: left;
}

#footer-conten{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

#footer-conten #enlaces{
	border: 0px solid red;
	background:white;
	width: 100%;
	text-align: center;
	float: left;
	margin: 20px 0 0 0;
}

#enlaces a{
	margin: 0 25px;
}

.seccion-footer{
	border: 0px solid red;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px;

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

.titulo-seccion-footer{
	color: #1468AE;
	font-weight: bold;
	font-size: 22px;
	padding: 10px 0;
}

.desarrollo-seccion-footer{
	padding: 10px 0;
}

#copyright{
	border: 0px solid red;

	background: #1468AE;
	background: -moz-linear-gradient(top, #1468AE 0%, #125c99 44%, #0d4777 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1468AE), color-stop(44%,#125c99), color-stop(100%,#0d4777));
	background: -webkit-linear-gradient(top, #1468AE 0%,#125c99 44%,#0d4777 100%);
	background: -o-linear-gradient(top, #1468AE 0%,#125c99 44%,#0d4777 100%);
	background: -ms-linear-gradient(top, #1468AE 0%,#125c99 44%,#0d4777 100%);
	background: linear-gradient(top, #1468AE 0%,#125c99 44%,#0d4777 100%);

	width: 100%;
	color: white;
	text-align: center;
	float: left;
	padding: 12px 0;
}

#copyright a{
	color: white;
}

@media screen and (max-width: 1100px){
	#cintillo-ayuda{
		height: auto;
		display: none;
	}

	#cintillo{
		position: relative;
		height: auto;
		float: left;
	}

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

	#cintillo-conten span{
		border: 0px solid white;
		width: 33%;
		text-align: center;
		margin-left: 0 !important;
		float: left !important;
	}

	#cabecera{
		padding: 5px 0;
	}

	#cabecera, #cabecera-conten, #cabecera-conten img{
		width: 100%;
		height: auto !important;
	}

	#menu-conten{
		width: 100%;
	}
	.contacto-menu{
		border: 0;
	}

	#efecto-conten .slider{
		display: none;
	}

	#efecto-conten{
		width: 100%;
	}

	#efecto-r{
		display: block !important;
	}

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

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

	.seccion-footer{
		width: 50% !important;
		height: auto;
	}
}

@media screen and (max-width: 900px){
	#cintillo-conten span{
		width: 100%;
		margin-top: 0px !important;
	}
}

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

@media screen and (max-width: 670px){
	#cabecera-conten img{
		width: 80%;
		height: auto;
	}
}

@media screen and (max-width: 400px){
	#menu-conten ul li{
		width: 100%;
	}

	.menu{
		border: 0;
		border-bottom: 1px dotted white;
	}
}