* {
  padding: 0;
  margin: 0;
}
/*
p {
  margin-bottom: 20px;
}*/

body{ 

	padding: 0; 
	margin:0 auto; 
	
	}
.cuerpoPagina{
	height: 100%;
	width: 960px;
		margin:0 auto; 

}

.bloquePadre{
    padding: 35px 0;
    /* height: 100%; */
    width: 100%;
    /* position: unset; */
    display: inline-block;
}

.titularSeccion{
    width: 100%;
    font-family: Lato, arial;
    font-size: 140%;
    color: grey;
    background-color: white;
    margin-top: 0px;
    margin-left: 25px;
    font-weight: bold;
	padding-top: 3%;
}

.lineasRojas{
	width: 35%;
	height: 4px;
	border-top: 5px solid red;
	border-bottom:5px solid red;
	margin-top: 5px;
	margin-bottom: 25px;
	
}

.bloqueContenedorLinea3{
	width: 100%;
/*	background-image: url(PredictPlusPrevent/Fotos/quienessomos/3QUIENESSOMOSfondoOpacidad.png);*/
	background-size: contain;
	z-index: 0;
	text-align: center;
    display: inline-block;
}

.bloqueArticulo1Linea3{
	width: 75%;
	
	font-family: lato;
	line-height: 150%;

	/*background-image: url(PredictPlusPrevent/Fotos/quienessomos/3QUIENESSOMOSfondoOpacidad.png);
	background-size: cover;*/
	z-index:2;
	text-align: justify;
	padding: 3%;
	display: inline-block;
}

.bloqueArticulo2Linea3{
	width: 12%;
	height: 100%;
		float: left;
	border: 5px solid rgba(169, 221, 197, 1);
	margin-top: 25px;
	margin-left:20px;

	z-index: 3;
}

.bloque3{
	width: 100%;
	/*background-color: rgb(4, 204, 173);*/
	background-color: rgb(169, 221, 197);
}

.bloque3linea{
	width: 100%;
	text-align:center;
	margin-bottom: 20px;
}

.bloque3celda{
	width: 20%;
	display: inline;
}

.bloque3CeldaContenido{
	width: 20%;
    height: 100%;
    display: inline-block;
	/*margin-top:30px;
	margin-left: 15px;
	margin-right: 15px;*/
	margin:15px;
}

.imagenRedonda{
	border-radius: 100px;
	width: 100px;
	height: 100px;
	background-color: blue;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
}

.nombreMiembro{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Lato;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

.descripcionMiembro{
	width: 100%;
	height: 100px;
	font-family: Lato;
	text-align: justify;
	font-size: 70%;
	
	display: flex;
}


.bloque4{
	
	width: 100%;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.contenidoBloque4{
	width: 50%;
	float:right;
	opacity: 0.9;
	font-family: lato;
	font-size: 90%;
	line-height: 150%;
    text-align: justify;
	
	background-color: white;
	
	position: relative;
	margin-right: 60px;
	margin-top:30px;
	margin-bottom:30px;
	padding: 15px;
}

.contenidoBloque5{
    width: 90%;
    height: 15%;
    margin-top: 20px;
    margin-left: auto 0;
    margin-right: auto 0;
    background-color: rgba(169, 221, 197, 1);
    display: inline-block;
	
}

.contenidoIzquierdoBloque5{
	float: left;
	width: 10%;
	color: white;
	font-family: lato;
	font-size: 800%;
	margin-left: 20px;
}

.contenidoDerechoBloque5{
	float: left;
    width: 75%;
    font-size: 90%;
    margin-right: 100px;
	font-family: lato;
	text-align: justify;
	color: white;
}


.bloque6{
	width:100%;
}

.cuadroBloque6{
	width: 33%;
	height: 350px;
	
	
	text-align: center;
	float: left;
	margin-left: 10%;
}

.botonPredPrev{
	display:inline-block;

	border-radius: 15px;
	margin-top: 25px;
	margin-bottom:30px;
	height:50px;
	width: 170px;
	background-color: grey;
	color:white;
	font-size: 115%;
	font-family: Lato;
	text-decoration:none; 
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 

	/*-webkit-transition: color: 0.2s; 
    transition: color 0.2s;
    transition: color 0.2s;
    transition: color 0.2s;*/
	
	-webkit-transition:all .2s ease; /* Safari y Chrome */
	-moz-transition:all .2s ease; /* Firefox */
	-o-transition:all .2s ease; /* IE 9 */
	-ms-transition:all .2s ease; /* Opera */	
	
	border-bottom: 2px solid black;
}

.botonPredPrev:hover{
	color: black;
	background-color: rgb(169, 221, 197);
	
	
	
	-webkit-transform:scale(1.15);
-moz-transform:scale(1.15);
-ms-transform:scale(1.15);
-o-transform:scale(1.15);
transform:scale(1.15);
}

.textoBotonPredPrev{
	text-align:center;
	margin-top:15px;
}

.botonVolver{
	display:inline-block;

	border-radius: 15px;
	margin-top: 5px;
	height:35px;
	width: 65px;
	background-color: rgb(180,180,180);
	color:black;
	font-size: 90%;
	font-family: Lato;
	text-decoration:none; 
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
	vertical-align: middle;
	text-align: center;
	/*-webkit-transition: color: 0.2s; 
    transition: color 0.2s;
    transition: color 0.2s;
    transition: color 0.2s;*/
	
	-webkit-transition:all .2s ease; /* Safari y Chrome */
	-moz-transition:all .2s ease; /* Firefox */
	-o-transition:all .2s ease; /* IE 9 */
	-ms-transition:all .2s ease; /* Opera */	
	
	border-bottom: 2px solid black;
}

.botonVolver:hover{
	color: black;
	background-color: rgb(225, 225, 225);
}

.filaFolletos{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 5%;
}

.folleto{
	width: 20%;
	display: inline-grid;
	margin-left: 2%;
	margin-right: 2%;
	    font-family: Lato;
}

.portada{
	display: block;
	background-size:cover;
	
	-webkit-transition:all .2s ease; /* Safari y Chrome */
-moz-transition:all .2s ease; /* Firefox */
-o-transition:all .2s ease; /* IE 9 */
-ms-transition:all .2s ease; /* Opera */
}


.filaFolletosVideo{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 5%;
}

.folletoVideo{
	width: 45%;
	display: inline-grid;
	margin-left: 2%;
	margin-right: 2%;
	    font-family: Lato;
}

.portadaVideo{
	display: block;
	background-size:cover;
	
	-webkit-transition:all .2s ease; /* Safari y Chrome */
-moz-transition:all .2s ease; /* Firefox */
-o-transition:all .2s ease; /* IE 9 */
-ms-transition:all .2s ease; /* Opera */
}

.textoBotonVolver{
	height:100%;
	text-align:center;
	margin-top:8px;
	vertical-align: middle;
}
