/*tipografía*/
@font-face {
font-family: 'Raleway';
src:url('../font/Raleway-Regular.ttf') format('truetype');
}

@font-face {
font-family: 'Raleway-Black';
src:url('../font/Raleway-Black.ttf') format('truetype');
}

/*Body*/
html{
  font-size: 10px;
}

body{
	font-size: 10px;
	font-family: 'Raleway';
	font-weight: 100;
		background-color: rgba(150, 150, 150, 0.1);
	background-image: repeating-linear-gradient(330deg, transparent, transparent 5px, rgba(0,104,98,.1) 5px, rgba(0,104,98,.1) 15px);
}

/*pantalla*/
#pantalla{
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/*contenedor*/
#contenedor{
	width: 1230px;
	max-width: 90%;
	height: auto;
	margin: 0px auto;
	position: relative;	
	overflow: hidden;
	background-color: #fff;
	text-align: center;
}

.cartilla{
	padding-top:5rem;
	padding-bottom:5rem;
}

p{
	font-family: 'Raleway';
}

h2{
	font-family: 'Raleway-Black';
	font-size: 3rem;
}

h3{
	font-family: 'Raleway-Black';
	font-size: 2rem;
}


/*Header*/


header#headercelu{
display: none;
}

header{
	width: 100%;
	height: 52rem;
	overflow: hidden;
	position: relative;
	margin-bottom: 3.5rem;
	position: relative;
  	top: 0;
  	left: 0;
  	z-index: 9000;
}

div.clearfix{
	width: 97rem;
	height: 52rem;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}

div.logogrande{
	width: 100%;
	height: 27rem;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
	
	div.logogrande img{
		width: 100%;
		height: auto;
		display: inline-block;
	}

div.logochico{
	width: 25rem;
	height: 24rem;
	position: relative;
	float: left;
	overflow: hidden;
	display: none;
}

	div.logochico img{
		width: 100%;
		height: auto;
	}

/*Navegador*/

nav{
	width: 100%;
	height: 2.5rem;
	position: relative;
	margin: 5rem auto;
	overflow: hidden;
}

	nav ul{
		width: 100%;
		height: 2.5rem;
		margin: 0px;
		padding: 0px;
	}

	nav ul li{
		list-style: none;
		display: inline-block;
		margin-left: 2.65rem;
		margin-right: 2.65rem;
	}
	nav ul li.margenizquierdo{
		margin-left: 0px;
	}

	nav ul li.margenderecho{
		margin-right: 0px;
	}

	nav ul li a{
		text-decoration: none;
		font-family: 'Raleway';
		font-size: 2rem;
		color: gray;
	}

	nav ul li a:hover{
		font-family: 'Raleway-Black';
		font-size: 2rem;
		color:#048175;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}




header div#turnos{
	width: 99%;
	height: 9.5rem;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	border-radius: 1rem;
	border: 0.1rem solid gray;
}

	header div#turnos a{
		text-decoration: none;
	}

	header div#turnos h2{
		margin: 0px;
		padding: 0px;
		color:#048175;
		display: inline-block;
		vertical-align: middle;
		margin-top: 2rem;
		margin-right: 2rem;
	}

	header div#turnos h2 span.online{
		color: gray;
	}

	header div#turnos h2 span.ingresa{
		color: gray;
		font-family: 'Raleway';
	} 

	header div#turnos img{
		width: auto;
		height: 85%;
		margin-top: 0.5rem;
		display: inline-block;
		vertical-align: middle;
	}

/*Header chico*/	
header.smaller{
    width: 100%;
    height: 20rem; 
    position: relative;
    padding-bottom: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
    z-index: 100;
}

header.smaller div.clearfix{
	width: 117rem;
}


header.smaller div.logochico{
	display: initial;
	position: relative;
	float: left;
	margin-left: 1rem;
}

	header.smaller nav{
		width: 80rem;
		position: relative;
		float: right;
		margin-right: 1rem;
	}

	header.smaller nav ul li{
		margin-right: .8rem;
		margin-left: .8rem;
	}

header.smaller div#turnos{
	width: 78rem;
	height: 6rem;
	margin-top: -1.5rem;
	position: relative;
	float: right;
	margin-right: 2rem;
}

	header.smaller div#turnos h2{
		margin: 1rem;
		margin-top: 2rem;
		margin-right: 1rem;
		font-size: 2rem;
	}

header.smaller div#turnos img{
		height: 60%;
		margin-top: 0.5rem;
	}

		/*-------------------------------------*/





/*copyright*/
div#copyright{
	width: 100%;
	height: auto;
	background:#006862;
	position: relative;
	margin:0px auto;
	padding-bottom: 2rem;
	text-align: center;
	overflow: hidden;
}

div#copyright img{
	width: auto;
	height: 16px;
}

div#copyright a{
	text-decoration: none;
	color:#fff;
	font-size: 1.2rem;
	font-family: 'Raleway';
	text-transform: uppercase;
}

div#copyright p{
	color:#fff;
	font-size: 1.2rem;
	font-family: 'Raleway';
	text-transform: uppercase;
}







/*--------------------------------------------------------------------------
---------------------------------------------------------------------------
INICIAN LOS MEDIAQUERY*/

@media only screen and (max-width : 1100px) {
header.smaller .clearfix{
/* background:orange;*/
}



/*Header*/
header{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 3.5rem;
	position: relative;
  	top: 0;
  	left: 0;
  	z-index: 9000;
}

div.clearfix{
	width: 97rem;
	height: auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}

div.logogrande{
	width: 100%;
	height: auto;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
	
	div.logogrande img{
		width: 100%;
		height: auto;
		display: inline-block;
	}

div.logochico{
	width: 20rem;
	height: 15rem;
	position: relative;
	float: left;
	overflow: hidden;
	display: none;
}

	div.logochico img{
		width: 100%;
		height: auto;
	}

/*Navegador*/

nav{
	width: 100%;
	height: auto;
	position: relative;
	margin: 3rem auto;
	overflow: hidden;
}

	nav ul{
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}

	nav ul li{
		list-style: none;
		display: inline-block;
		margin-left: 1.1rem;
		margin-right: 1.1rem;
	}
	nav ul li.margenizquierdo{
		margin-left: 0px;
	}

	nav ul li.margenderecho{
		margin-right: 0px;
	}

	nav ul li a{
		text-decoration: none;
		font-family: 'Raleway';
		font-size: 1.8rem;
		color: gray;
	}

	nav ul li a:hover{
		font-family: 'Raleway-Black';
		font-size: 1.8rem;
		color:#048175;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}

header div#turnos{
	width: 73rem;
	height: 6rem;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	border-radius: 1rem;
	border: 0.1rem solid gray;
}


	header div#turnos h2{
		margin: 0px;
		padding: 0px;
		color:#048175;
		display: inline-block;
		vertical-align: middle;
		margin-top: 1.5rem;
		margin-right: 1rem;
		font-size: 2rem;
	}


	header div#turnos img{
		width: auto;
		height: 75%;
		margin-top: 0.5rem;
		display: inline-block;
		vertical-align: middle;
	}

/*Header chico*/
header.smaller{
	height: auto;
}	

header.smaller div.clearfix{
	height: auto;
}

header.smaller div.logochico{
	display: initial;
	position: relative;
	float: left;
	margin-left: 1rem;
}

	header.smaller nav{
		width: 61rem;
		height: 4rem;
		position: absolute;
		overflow: hidden;
		top: 0rem;
		right:0;
	}

	header.smaller nav ul li{
		margin-right: .6rem;
		margin-left: .6rem;
	}

	header.smaller nav ul li a{
		text-decoration: none;
		font-family: 'Raleway';
		font-size: 1.5rem;
		color: gray;
	}

	header.smaller nav ul li a:hover{
		font-family: 'Raleway-Black';
		font-size: 1.5rem;
		color:#048175;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}


header.smaller div#turnos{
	width: 59rem;
	height: 6rem;
	margin-top: 7rem;
	position: relative;
	float: right;
	margin-right: 2rem;
}


}




/*------------------------------------------------------*/
@media only screen and (max-width : 850px) {
	header.smaller .clearfix{
 /*background:lightblue;*/
}

	/*Header*/
/*Navegador*/

nav{
	width: 45rem;
	height: auto;
	position: relative;
	margin: 3rem auto;
	overflow: hidden;
}

	nav ul li{
		margin-bottom: 1.1rem;
	}
	
header div#turnos{
	width: 90%;
}

/*Header chico*/
header.smaller{
	height: auto;
}	

header.smaller div.clearfix{
	height: 18rem;
}

header.smaller div.logochico{
	display: initial;
	position: relative;
	float: left;
	margin-left: 1rem;
}

	header.smaller nav{
		width: 98%;
		height: 4rem;
		position: absolute;
		overflow: hidden;
		top: 12rem;
	}

	header.smaller nav ul li{
		margin-right: .4rem;
		margin-left: .4rem;
	}



header.smaller div#turnos{
	width: 60%;
	margin-right: 1rem;
}

header.smaller div#turnos h2{
	font-size: 1.6rem;
}

}




/*------------------------------------------------------*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
@media only screen and (max-width : 630px) {
header .clearfix{
 /*background:lightyellow;*/
}
header.smaller .clearfix{
 /*background:lightyellow;*/
}

/*HEADER CELU PRUEBA*/
header.smaller{
	display: none;
}





header#headercelu{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 3.5rem;
	position: relative;
  	top: 0;
  	left: 0;
  	z-index: 9000;
  	display: inherit;
  	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
  	padding-bottom: 1.5rem;
  	background:#fff;
}

header#headercelu div.clearfix{
	width: 97rem;
	height: auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}

header#headercelu div.logogrande{
	width: 35rem;
	height: auto;
	margin: 0px 0px;
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
	margin-left: 1rem;
}
	
	header#headercelu div.logogrande img{
		width: 100%;
		height: auto;
		display: inline-block;
	}


header#headercelu div.logochico{
	display: none;
}

/*Navegador*/
header#headercelu nav{
	width: 10rem;
	height: auto;
	position: absolute;
	margin: 0rem auto;
	overflow: hidden;
	right: 0.5rem;
	top:1rem;
}

	header#headercelu nav ul{
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
	}

	header#headercelu nav ul li{
		height: 0.5rem;
		list-style: none;
		display: block;
		margin-left: 0rem;
		margin-right: 0rem;
		text-align: right;
	}

	header#headercelu nav ul li a{
		text-decoration: none;
		font-family: 'Raleway';
		font-size: 1.1rem;
		color: gray;
	}

	header#headercelu nav ul li a:hover{
		font-family: 'Raleway-Black';
		font-size: 1.1rem;
		color:#048175;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}




header#headercelu  div#turnos{
	width: 95%;
	height: 3.2rem;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	border-radius: 0.3rem;
	border: 0.1rem solid gray;
}

	header#headercelu div#turnos a{
		text-decoration: none;
	}

	header#headercelu div#turnos h2{
		font-size: 1rem;
		margin-top: 1rem;
		margin-right: 1rem;
	}


	header#headercelu div#turnos img{
		width: auto;
		height: 2rem;
		margin-top: 0.5rem;
		display: inline-block;
		vertical-align: middle;
	}


	header.smaller~section#galeria{
		  margin-top: 0rem;
		}



/*copyright*/
div#copyright img{
	width: auto;
	height: 14px;
	margin-top: 0.5rem;
}

div#copyright a{
	font-size: 1.1rem;
}

div#copyright p{
	font-size: 1.1rem;
}


/* Acá voy a configurar los botones ocultos para el header chico use de ancla*/

/*------------*/




}




/*--------------------------------------------------*/
@media only screen and (max-width : 480px) {



/*Header*/

header#headercelu div.logogrande{
	display: none;
}

header#headercelu div.logochico{
	width: 14.5rem;
	height: auto;
	display: initial;
	margin-bottom: 2rem;
	margin-left: 0.6rem;
}
}

