@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic);
@charset "utf-8";
/* CSS Document */
html , body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	font-family: Libre Baskerville;
	    background: url('../images/backgrounds/mosaico.jpg');
}
.containerSinScroll{
	 height: 100%;
    width: 100%;
    overflow: hidden;
}
.containerScrollAuto{
	 height: 100%;
    width: 100%;
    overflow-y: auto;
	overflow-x: hidden;
    padding-right: 20px;
}
.compensarWidth{
	width:103%;
	height: 100%;
}
.relativo{
	width:100%;
	height:100%;
	position:relative;
}

.cover{
  height:100%;
  width:100%;
  background:rgba(0, 0, 0, 0.34);
  position:relative;
  opacity:0;
  cursor:pointer;
  	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.cover:hover{
	opacity:1;
}
.clear{
	clear:both;
	width:100%;
}
.pointer{
	cursor:pointer;
}
.circleWhite { 
    display: inline-table;
    width: 10px;
    height: 10px;
    background: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.circleRosa { 
    display: inline-table;
    width: 10px;
    height: 10px;
    background: #D27E63;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.circlePeqPink { 
    display: inline-table;
    width: 5px;
    height: 5px;
    background: #D27E63;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;
    margin-bottom: 3px;
}
.circlePeqWhite { 
    display: inline-table;
    width: 5px;
    height: 5px;
    background: #FFF;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;
      margin-bottom: 3px;
}
.titulosSeccion{
	    font-size: 2.0em;
    text-align: center;
    font-weight: 100;
    padding-top: 70px;
	 margin-top: 0px;
    padding-bottom: 70px;
	
}
.titulosSeccionConSub{
	    font-size: 2.0em;
    text-align: center;
    font-weight: 100;
    padding-top: 70px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.subtitulosSeccion{
	font-size: 1.0em;
    text-align: center;
    font-weight: 100;
    /* padding-top: 10px; */
    padding-bottom: 70px;
    margin-top: 0;
   
}
.colorPink{
	 color: #D27E63;
}
/**{
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}*/
@media screen and (max-width:760px){
.titulosSeccionConSub {
    font-size: 1.3em;
    padding-top: 130px;
	    padding-bottom: 20px;
}
.titulosSeccion {
    font-size: 1.3em;
    padding-top: 130px;
	    padding-bottom: 20px;
}
.subtitulosSeccion{
	font-size: 0.9em;
    padding-bottom: 20px;
   
}
}