
/* --------------------------------------
   Columnas
   -------------------------------------- */
.col-1 {
  width: 8.333333333333332%;
}

.col-2 {
  width: 16.666666666666664%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333333333%;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333333333336%;
}

.col-8 {
  width: 66.66666666666666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333333334%;
}

.col-11 {
  width: 91.66666666666666%;
}

.col-12 {
  width: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}



/* --------------------------------------
   Contenidos multimedia
   -------------------------------------- */

.resultado {
	font-family: 'Lobster', 'cursive';
	font-size: 30px;
	margin: 50px;
	border: solid;
	border-width: 5px;
	text-align: center;
	
}
.resultado h2{
	
	text-align: center;
	
}


/* --------------------------------------
   Tipografia y letras
   -------------------------------------- */

h1 {
	font-family: 'Lobster', 'cursive';
	font-size: 30px;
	
}
h2 {
	font-family: 'Lobster', 'cursive';
	font-size: 18px;
	text-align: left;

}
p {
	font-family: 'Ubuntu', 'Helvetica', 'sans-serif';
	text-align: left;
}

p .lead{
	font-size: 18px;

}



/* --------------------------------------
	header
-------------------------------------- */

#header {

	width: 100%;
	height:100px;
	margin: 0;
}
.header-text{
	position: relative;

}
.header-text h1 {
	font-family: 'Lobster', 'cursive';
	font-size: 50px;
	text-align: left;
	color: #d2ca89;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15%;
	height: 60px;
}



/* --------------------------------------
   Navegador
   -------------------------------------- */
  #navegador {
  	display: inline-block;
  	position: fixed;
  }
   .navbar {
   	list-style: none;
   }


 .navbar {
  position: relative;
  min-height: 50px;
  padding-right: 15px;
  padding-left: 15px; 
 padding-top: 5px;
  margin-bottom: 20px;
  border-radius: 4px;
}


.navbar h1 {
	font-family: 'Ubuntu', 'Helvetica', 'sans-serif';
	font-size: 30px;
	color: #FFF;
}

.navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;


	
}
 .navbar ul li {
	display: inline;

}
.navbar a {
	font-family: 'Ubuntu', 'Helvetica', 'sans-serif';
	color: #000;
	text-decoration: none;
	font-size: 1.5em;
	display: block;
	padding: 6px 60px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: grey;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: grey;
}	

.navbar a:hover {
	color: #d2ca89;

	font-style: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	
}

.clear {
	clear: both;
}
  



/* --------------------------------------
   Estilos generales
   -------------------------------------- */
body{ 

}
.visible-sm {
    display: none !important;
}

.hide-sm {
	display: block !important;
}



#principal {
max-width: 940px;
  margin-right: auto;
  margin-left: auto; 
  background-color: #fff;
  padding: 5px;
  padding-left: 15px;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

  .container:after {
  clear: both;
}

.contenido {
	margin-top: 15px;
}

#inicio {
	height: 450px;
	background: url('../images/inicio_medium.jpg')top center no-repeat;			
}

#perfil {

	background:url('../images/perfil.jpg');
}

#galeria {	
	background: url("../images/fondo.jpg")bottom no-repeat;
}
.footer {
	padding: 15px;
	margin-top: 10px;
	background-color:#000; 
}

.footer p {
	color: #fff;
}

.footernav {
	list-style: none;
}

.footernav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;

}
	

.footernav a {
	font-family: 'Ubuntu', 'Helvetica', 'sans-serif';
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 6px 40px;


}	

.footernav a:hover {
	color: #d2ca89;
	font-style: bold;	
}

.imagenes {
	padding: 10px;
	text-align: center;
}

.video {
	padding: 10px;
	text-align: center;
}


/* --------------------------------------
   Media Queries
   -------------------------------------- */






/* Portrait & landscape phone */
@media (max-width: 480px) {

.visible-sm {
    display: block !important;
}

.hide-sm {
	display: none !important;
}

#principal {
    max-width: 440px;
  }	


 .navbar a {
	padding: 6px 10px;
} 

#inicio {
	height: 185px;
	background: url('../images/inicio_ssmall.jpg')top center no-repeat;			
}


}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 768px)  {

.visible-sm {
    display: none !important;
}

.hide-sm {
	display: block !important;
}


	#principal {
    max-width: 728px;
  }

  .navbar a {
	padding: 6px 30px;
}

#inicio {
	background: url('../images/inicio_small.jpg')top center no-repeat;	
	height: 280px;		
} 
	
}

/* normal desktop */
@media (min-width: 992px) {



/* Large desktop */
@media (min-width: 1200px) {

.visible-sm {
    display: none !important;
}
.hide-sm {
	display: block !important;
}

#principal {
    max-width: 1170px;
}

#inicio {
	height: 450px;
	background: url('../images/inicio_large.jpg')top center no-repeat;			
}
	
}


