* {
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 20px;
}
/*
 * Logo
 */
#logo-header {
	float: left;
	
	padding: 15px 0 0 20px;
	text-decoration: none;
	color:#fff;
	z-index: 1;
	position: relative;
}
#logo-header:hover {
	color: #fff;
}
	
#logo-header .site-name {
	display: block;
	font-weight: 300;
	font-size: 0.8em;
}

#logo-header .site-desc {
	display: block;
	font-weight: 300;
	font-size: 0.8em;
	color: #999;
}


header {
  position: fixed;
  width: 100%;
  float: center;
  z-index: 100;
  background:transparent; 
  transition:all 1s ease-in-out;
}

#fondo{
	width: 100%;
	height: 65px;
	position: absolute;
	background: url(images/Cabecera.png) repeat-x center left;
	opacity: 0;
	transition: opacity 1s;

}

header nav {
  --float: right; 
  opacity: 1;
 	z-index: 1;
	position: relative;
	padding: 0% 23% 0% 23%;
}

header nav ul {
  list-style: none;
  overflow: hidden; 
  opacity: 1;
}

header nav ul li {
  float: left;
  font-family:  Tahoma, Arial, Verdana, sans-serif;
  font-size: 13px;
  transition:all 0.3s ease;
}

header nav ul li a {
  display: block; 
  padding: 20px;
  color: #000000;
  text-decoration: none;
}

header nav ul li a:hover {
	text-decoration: none;
}

header nav ul li a2 {
  display: block; 
  padding:20px;
  color: #fff;
  text-decoration: none;
}

header nav ul li a2 img {
float: center;
}

header nav ul li:hover {
  background: #E6E6E6;	
  box-shadow: inset 0 0 0 1px #fff;
}

header nav ul li ul {
    position: absolute;
    width: 0;
    overflow: hidden;
}
/*****************************************/

/*******************************************/
.contenido {
  padding-top: 80px;
}
.wrapper {
  width: 80%;
  margin: auto;
  overflow:hidden;
}
/*
.sliderPrincipal {
	height: 100vh;
	width: 100vw;
	overflow-x:hidden;
}*/
.carousel-caption2{
	/*text-align: center;
    position: relative;
    /*top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.myCarousel{
	height: 100%;
	width: 100%;
	
}

.carousel-caption{
	text-align: center;
    position: fixed;
    top: 15%;
	color: black;
	font-size: 65px;
	
	
	
    ---ms-transform: translateY(-50%);
    ---webkit-transform: translateY(-50%);
    --transform: translateY(-50%);
	
}

.carousel-plusline{
	color:red; 
	--font-family: pacifica, arizonia, merienda , great vibes;
	--font-family: pacifico;
	font-family: arizonia;
	--font-family: merienda;
	--font-family: great vibes;
	font-weight: bold;
	font-size: 120%;
	font: cursive; 
	font-size:75px;
	
	
	transform: rotate(-5deg);
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	display: inline-block; 
}

.texto-rectangulo{
	color: white;
	width: 70%;
	text-align:center;
	margin:0px auto;

	line-height: 160%;
}
.rectangulo{
	text-align: center;
    position: fixed;
    top: 45%;
	background-color:rgba(103, 185, 145, 0.8);
	width: 100%;
	font-size: 25px;
	
	
	
    ---ms-transform: translateY(-50%);
    ---webkit-transform: translateY(-50%);
    --transform: translateY(-50%);
	
}

.plus-rectangulo{
--	color: red;font: cursive;
--	display: inline-block; 

	color:red; 
	--font-family: pacifica, arizonia, merienda , great vibes;
	--font-family: pacifico;
	--font-family: arizonia;
	--font-family: merienda;
	--font-family: great vibes;
	font-size: 100%;
	font: cursive; 
	--font-size:75px;
	
	

	display: inline-block; 
}


.carousel-inner{
	
	height: 100vh;
	width: 100%;
}

.carousel-inner > .item {
	height: 100%;
	width: 100%;
	background-position: center;
	}
  
.explicacionPredicPlusPrevent{
	opacity: 0.8;
	color: black;
	 overflow-y: scroll;
	 height:500px;
}

.texto_publicacion{
	font: arial;
	font-size: 20%;
	text-align: left;
}

.texto_cabecera_prodcientifica{
	font: arial;
	font-size: 25%;
	text-align: left;
	font-weight: bold;
}