
html, body{
	height: 100%;
	width: 100%;
	font-family: Arial, sans-serif;
	margin:0;
	padding:0;
}
body {
	background-color: #0094ff;
	background-image: url("../images/bgreto_mayo2018.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/*animation: animarColor 20s infinite;*/
	overflow-x: hidden;
}

.fondo{
	/*
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../images/bgreto_octubre2018.png");
	background-position: center center;
	background-size: cover;
	z-index: -1;
	display: block;
	animation: animarImagen 10s infinite;
	*/
}


@keyframes animarImagen{
	0%{
		margin-left: 0px;
	}
	50%{
		margin-left: 80px;
	}
	100%{
		margin-left: 0px;
	}
}

@keyframes animarColor{
	0%{
		background-color: #92ff22;
	}
	25%{
		background-color: #06c2ff;
	}
	50%{
		background-color: #ffaf00;
	}
	75%{
		background-color: #00a7ff;
	}
	100%{
		background-color: #92ff22;
	}
}



.titulo{
	/*text-shadow: 3px 3px 8px rgba(0,0,0,0.7); */
	color:#FFF;
	text-align:center;
	font-size: 2.2em;
	margin-top: 25px;
}

.titulo span{
	color:#F86F05;
	margin-top: 40px;
}

.Registrarse{
	background: #ff7800;
    padding: 10px 15px;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	outline:0px;
	margin-right:6px;
	border: none;
	cursor: pointer;
	font-size:1.2em;
}

.container{
	width: 80%;
	margin:0 auto;
	background: transparent;
}

.logosheader {
    clear: both;
    margin-top: 30px;
}
.logolab {
    margin-right: 4em;
    float: right;
    margin-top: 1.8em;
}
.logoreto {
    margin-left: 4em;
}
.logoreto, .logolab {
    display: inline-block;
}


/*VIDEO CONTENT*/
/* ------------------------------- */

.pb-row{
	width: 100%;   
	margin-top: 30px;
	display: grid;
	justify-items:center;
}

.pb-video-container {
    padding-top: 20px;
    background: red;
    font-family: Lato;
}

.pb-video {
    padding:10px 10px;
    margin-bottom: 20px;
    /*width: 302px;
	height: 200px;*/
	/*border: orange solid 1px;*/
	border-radius: 5px;
	cursor: pointer;
}

/* TEMPORAL PARA MAYO 2018 */
/* ----------------------- */
.pb-video {

    background: #7d268c;
}

/* ----------------------- */

.pb-video-frame {
	width: 100%;
    border-radius: 6px;
}

.vtitle{
	text-align: center;
	color: #FFF;
	padding-top:4px; /* <-- TEMPORAL MAYO 2018*/
}

.content-video{
	width: 350px;
	margin-top:20px;
	position: relative;
}

/*  -------------------- */

.page {
	width:80%; margin:0 auto;
 
}

.btnUk {
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgb(0, 138, 213);
	padding: 8px 16px;
	border-radius: 4px;
	color: rgb(255, 255, 255);
}


.logosheader {clear:both; margin-top:0.4em;	}

#logoreto, #logolab {display:inline-block }

#logoreto {margin-left:4em; }
#logolab {margin-right:4em; float:right; margin-top:1.8em; }



.Registrarse a, .Registrarse a:visited, .Registrarse a:active, .Registrarse a:link {
	text-decoration:none;
	 color:#FFF; 
}


.registro {
	width: 100%;
    text-align: center;
	display:table;
	margin-top:1.8em;
	position:relative;
} 

.registro.Registrarse {float:left; display:block; }



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label {
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px; min-height:32px; padding:4px 6px; border-radius:6px;
	 border:1px solid #BABBBD; color:#025D9F;
	 font-size:1.2em;
}

input.textEntry:focus{
	box-shadow:0px 0px 6px rgba(0,0,0,0.80) inset; outline:0px;

}

select.textEntry {
	width: 140px; height:30px; border-radius: 4px;
	border: 1px solid #ccc; font-size:1em;
	color:#025D9F;
}

select.textEntry:focus{
	outline:none;
}

input[type="radio"]{
	width:18px; height:18px;

}
label{
	padding-left:4px;

}



input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}



nav{
	position:fixed; z-index:100; top:6px; margin-left:25%;
	display:none; /* OCULTAR MENU*/
}

nav ul{  }

nav li{ list-style:none; padding:4px 4px; }
nav li a{text-decoration:none; color:#016DB9; line-height:30px; display:block; padding:0px 14px;}
nav li a:hover{color:#FB4E00;}
nav ul li{display:block; float:left; }
















*{box-sizing:border-box; margin:0; padding:0; }

html, body{
	min-height: 100%;
	width: 100%;
	font-family: Arial, sans-serif;
	margin:0;
	padding:0;
	color: #333;
}

p {
	margin-bottom: 10px;
	line-height: 1.6em;
}



/*  OCTUBRE 2017 */
/* -------------- */



/* FIN OCTUBRE 2017 */
/* ----------------- */
																																																																																																																																																																																																																																																																																																																																																																					


.btnUk {
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgb(0, 138, 213);
	padding: 8px 16px;
	border-radius: 4px;
	color: rgb(255, 255, 255);
}

/* TAB MENU   
----------------------------------------------------------*/
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

nav{
	position:fixed; z-index:100; top:6px; margin-left:25%;
	display:none; /* OCULTAR MENU*/
}

nav ul{  }

nav li{ list-style:none; padding:4px 4px; }
nav li a{text-decoration:none; color:#016DB9; line-height:30px; display:block; padding:0px 14px;}
nav li a:hover{color:#FB4E00;}
nav ul li{display:block; float:left; }

.logosheader {clear:both; margin-top:0.4em;	}

#logoreto, #logolab {display:inline-block }

#logoreto {margin-left:4em; }
#logolab {margin-right:4em; float:right; margin-top:1.8em; }

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
	width:80%; margin:0 auto;
 
}

.main {
    min-height: 100%;
	 padding:18px; margin-top:1em;
	 background:rgba(255,255,255,0.8);
	 border-radius:8px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
	display:none;
	width:100%;
	background:#EEE;
	margin-top:2em;
	padding:6px 10px;
	border-top:#0088CB solid 10px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/


/*    VIDEO 
----------------------- */

.hide-modal{
	display: none;
}

.modal-video{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
		
}

.video-player {
	width: 640px;
	height: 360px;
	margin: 0 auto;
	display: block;
	
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	background: #FFF;
	padding: 20px;
	border-radius: 5px;
}


.video-player iframe{
	width: 100%;
	height: 100%;
}


.btn-modal{
	width: 40px;
	height: 40px;
	color: #FFF;
	background: rgba(65,65,65,0.6);
	font-family: sans-serif;
	text-align: center;
	border-radius: 50%;
	font-size: 25px;
	line-height: 40px;
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
}
 
.contganadores li { margin-left:30px; }

.content-video{
	width: 350px;
	margin-top:20px;
	position: relative;
}





