@import url('reset.css');
@import url('fuentes.css');

/*---ESTILOS GENERALES---*/
body{
     background:#CCCCCC;
     font-family:sans-serif, arial, helvetica;
     }
a { text-decoration:none; color:#fff;}
a:hover{text-decoration:underline; }

.contenedor{
	width:80%;
	max-width: 1000px;
	margin:0 auto;
	overflow: hidden;
}

#wrap {
      width:960px;
      margin:auto;
      clear:both; 
      }

/*---HEADER---*/
header{
       width:100%;
       float:left;
       background:#F3F1F3;
	   box-shadow: 0px 3px 5px;
	   -moz-box-shadow: 0px 3px 5px;
	   -webkit-box-shadow: 0px 3px 5px;
        }
#subheader{
	width: 960px;
	margin: auto;
	}
#logotipo{
	float: left;
	width: 300px;
	padding: 10px 0px;
}
/*Menu*/
header #subheader nav{
	float:left;
	width: 660px;
	padding:30px 0px;
	text-align: right;
	
}

header #subheader nav ul li{
	display: inline;
	font-family: Arial;
}

header #subheader nav ul li a{
	color: #000;
	font-size:18px;
	padding: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

header #subheader nav ul li a:hover{
	color: #0CEB94;
	background: #1798a;
	text-decoration:none;
}

/*---MAIN---*/
#main{
	width: 100%;
	text-align: justify;
	margin:20px 0px 0px;
	float:left;
	boz-sizing:border-box;
}



}


#slideshow .pagination li a{
	display:block;
	width: 12px;
	height: 0px;
	padding-top:12px;
	background:#ffffff;
	float:left;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

label{
	display: block;
}
#btnSubmit{
	border:none;
	background-color:#3996EC;
	padding:4px;
	margin: 20px;
	cursor:pointer;
}

/*---Footer---*/
footer{
	width:960px;
	float:left;
	margin:auto;
	clear:both;
	box-shadow: 0px 2px 2px #000000;
	-moz-box-shadow: 0px 2px 2px #000000;
	-webkit-box-shadow: 0px 2px 2px #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #EFC71F;
	
	footer section {
		width:960px;
		float:left;
		padding:20px;
		text-align: justify;
	}
	
	footer #Contactanos_en: >div{
		font-family: arial;
		font-size:12px;
		color:#595959;
		text-align: auto;
		line-height: 20px;
		width:30px;
		height: 30px;
		float:left;
		opacity: 0.7;
	}

	#Copyrihgt{
		font-family: arial;
		font-size: 10px;
		color:#000000;
		padding:20px;
		text-align: auto;
			
	} 
	@media screen and(max-width:800px){
		.main{
			width:100%;	
		}
	}
	body{
		width:100%;
		}
	@media screen and(max-width:800px){
		.body{
			width:100%;
		}
		@media screen and(max-width:400px){
			.contenedor{
				width:100%;
			}
		}
	}