/* CSS Document */
@charset "utf-8";

@font-face {
font-family: NexaLight;
src: url('NexaLight.otf');
}

@font-face {
font-family: NexaBlack;
src: url('NexaBlack.otf');
}

html,body{
	height:100%;
	margin: 0;
	padding: 0;
	font-family: NexaLight,"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

a{ text-decoration: none;}

.limpia{
	clear: both;font-size: 1px;
}



/* LOGIN ********************************* */
/* *************************************** */	
	
#contenedorlogin {
	margin: 80px auto 0px auto;
	padding: 0px;
	width: 350px;
	text-align: center
	}
	
#cabeceralogin {
	margin: 0px;
	padding: 15px 0px 0px 15px;
	height: 100px;
	background-color: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/*background-image: url(../imagenes/tramaazuloscuro.jpg);
	background-repeat: repeat;*/
}
#contenedorlogin h5 {
	margin: 0px 0 10px 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: red;

}
#interiorlogin {
	margin: 0px;
	padding: 20px 40px 20px 40px;
	background-color: #ffff;
	}
	
#pielogin {
	margin: 0px;
	padding: 15px 0px 20px 20px;
	font-size: 10px;
	color: #ebebeb;
	}
#pielogin a {color: #fff;}
	
#interiorlogin h1 {/*
	margin: 0px 10px 10px 20px;
	padding: 15px 0px 0px 0px;*/
	font-size: 16px;
	font-weight: normal;
	font-family: NexaBlack;
	border-bottom: 1px solid #cccccc;
	}

#interiorlogin h6 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	}
.inputlogin {
	text-align: center;
	font-family: NexaLight;
	font-size: 20px;
	padding: 12px 0 6px 0;
	width: 100%;
	display: block;
	
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border: 1px solid #cccccc;
	margin: 10px 0;}

.checklogin {
	margin: 0px 5px 10px 0;
	padding: 0;
	border: 1px solid #ccc;
	background-color: #f5f5f5;}	
	
.inputbotonlogin {

	text-align: center;
	font-family: NexaLight;
	font-size: 20px;
	padding: 12px 0 6px 0;
	width: 100%;
	display: block;
	background-color: #52C1DC;
	
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border: 0px solid #cccccc;
	margin: 10px 0;
	color: white;
}	
	
/*******************************************************************/	




#contenedorPrincipal{
	height: 100%;
	position: absolute;
	width: 100%;
	
}

/**********************************************************/
/* MENU PRINCIPAL */
/***********************************************************/

#contenedorIzquierda{
	width: 35%;
	margin: 0;
	padding: 1.5%;
	float: left;
	/*height: 100%;*/
	text-align: right;
	background-color: white;
}
#contenedorIzquierda #logocliente{
	position: relative;
    top:10px; /*30%*/
	width:20%;
	
}
#contenedorIzquierda #logo{
    top: 140px; /*30%*/
	width:65%;
	position: relative;
}

#barraCentral{
	float: right;
	width: 3%;
	margin: 0;
	padding: 1.5% 0;
	background-color: #9BDDEB;
	/*height: 100%;*/
}

#contenedorDerecha{
	width: 56%;
	margin: 0;
	padding: 1.5%;
	float: right;
	background-color: #5BC8DF;
}

.altototal{
	height: 100%;
}

.centrador{
	position: relative;
	text-align: right;
	color: white;
    /*border: 1px solid;*/
	height: 100px;
   /* margin-bottom: 25%;*/
	
}
.centrador a{
	color: white;
}
.objetos{
	width: 30%;
	text-align: center;
	margin-top: 1%;
}

.objetos .titulo{
	font-family: NexaBlack;
	color:white;
	font-size: 20px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid white;
	margin-bottom: 10px;
} 
.objetos .boton{
	text-align: center;
	font-family: NexaLight;
	font-size: 20px;
	padding: 9px 0 4px 0;
	width: 100%;
	display: block;
	
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border: 0px solid #000000;
	margin: 10px 0;
}
.oscuro{
	background-color: #4E4C4D;
	color: white;
}

.claro{
	background-color: #ffffff;
	color: #4E4C4D;
}

#cabecera{
	height: 70px;
}

#contenedorIzquierda #logoclientecabecera{
	position: relative;
	height:60px;
}
#contenedorIzquierda #logocabecera{
	position: relative;
	height:60px;
}

.objetoscabecera{
	text-align: left;
}

.objetoscabecera .titulo{
	font-family: NexaBlack;
	color:white;
	font-size: 16px;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
} 
.objetoscabecera .normal{
	font-family: NexaLight;
	color:white;
} 
.objetoscabecera .normal a{
	color: white;
	text-decoration: underline;
}
.objetoscabecera .boton{
	text-align: center;
	font-family: NexaLight;
	font-size: 14px;
	padding: 8px 10px 4px 10px;
	display: inline-block;
	width: 100px;
	
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border: 0px solid #000000;
	margin: 5px 0;
}

#framecamaras{
	width: 100%;
	border: none;
}

.youtube-player {position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}