@import url('reset.css');
/*--- Estilos Generales---*/
body {
	background:#999;
	font-family:Arial, Helvetica, sans-serif;	
}

a {
	text-decoration:none;
	color:#fff;
	}

a:hover {
	text-decoration:underline;	
}

#wrap { 
		/*---width:800px;
		margin:auto;---*/
		clear:both;
		width: 98%; 
		max-width: 1277px; 
		margin: 0 auto;
}

/*--- HEADER---*/
header {
	width: 100%;
	float: left;
	background: #b7b7b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #b7b7b7 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7b7b7 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7b7b7 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7b7b7 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b7b7b7 0%,#ededed 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 3px 5px #000;
	-moz-box-shadow: 0px 3px 5px #000;
	-webkit-box-shadow: 0px 3px 5px #000;
	margin-bottom: 5px; 
	
	/*--position:fixed;--*/ /*--Con esta Opcion hago que el HEADER quede fijo al hacer un scroll en la pagina--*/
}
#subheader {		
		margin:auto; 
		max-width:1280px;					
		}
		
#logotipo {
	float: left; 
	margin:5px 0px 5px 4%;
	width: 30%;
	/*padding: 5px 4%*/;
}
#logotipo a{
	font-family:verdana;
	font-size:1.3em;
	color:#000;	
	transition: all 0.5s ease-in;
	}
	
#logotipo a:hover {
	text-decoration:none;
	opacity:0.7;
	all 0.5s ease-out;
			
}

#logotipo img{
	width:60%;
}

/*---MENU---*/
header #subheader nav {
	float: left;
	margin:5% 4px 0px 0px;
	text-align: right;
	width: 59%;	
	}

header #subheader nav ul li {
	display:inline-block;
	font-family:verdana;	
	}
header #subheader nav ul li a{
	color:#000;
	font-size: 1em;
	padding: 5px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	}
header #subheader nav ul li a:hover {
	color:#fff;
	background:#1798ab;
	text-decoration:none;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	
}

#main	{
	display:inline-block;
	
	
}

section #ubicacion-contenedor {
	background-color:#666;
	background-image:url(../images/0003_Bahia.jpg);
	border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	
	 
	background-size:100%;
	
	
	
}

section #contenido {
	background:#999;
	border-radius:10px 0px 0px 10px;
	float:left;
	padding:5px;
	margin-top:30px;
	width:59%;
	
}


section #contenido img {
	
	border-radius:10px ;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	box-shadow:0px 3px 5px #000;
	-moz-box-shadow:0px 3px 5px #000; 
	-webkit-box-shadow: 0px 3px 5px #000;
		
	
}

aside {
	background: #FCC;
	border-radius: 0px 10px 10px 0px;
	float: left;
	padding: 5px;
	width: 20%; 
	height:100%;
	
}

footer {
	margin-top:30px;
	width: 100%; height:inherit;
	
	
}
*h3 {
	font-size: 1.5em;
	text-align:center;
}
#acerca-de {	
	color:#333;
	font-size:0.9em;
	padding: 5px;
	max-width: 660px;
	margin:auto;
	text-align:center;		
}


	
section #social{
	text-align: center;
				
}
section #social ul li{
	background-color:#999; 
	border-radius:4px;
	display: inline-block;
	margin: 10px 5px;	
}
section #social ul li a:{
	
}
section #social ul li a:hover{	
	opacity: .8;	
}



