

{
margin:0px
}
#display
{
width:346px;

display:none;
float:left; 
margin-left:172px;
margin-right:1px;
border-left:solid 1px #dedede;
border-right:solid 1px #dedede;
border-bottom:solid 1px #dedede;
overflow:hidden;
}
.display_box
{
padding:2px; border-top:solid 1px #dedede; font-size:12px; height:40px;
}

.display_box:hover
{
background:#09F;
color:#000000;
}
#shade
{
background-color:#00CCFF;

}

div.centrado{
text-align: center;
}
div.centrado table {
margin: 0 auto;
text-align: left;
}


*{
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
	box-sizing:border-box;
}

body{
	
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000;
}

.bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../img/b2.png");
	background-repeat: repeat;
}

#bt-cp{
	border: 2px solid #000;
	background-color: transparent;
	cursor: pointer;
	padding: 4px;
	margin: 5px;
}



#bt-cp:hover{
	border: none;
	background-color: #0394dd;
	cursor: pointer;
	border: 2px solid #000;
	padding: 4px;
}

#searchbox{
	border: 1px solid #000;
	color: #000;
	width: 50%;
	height: 40px;
	left:-90px;
}

.container
{
	width: 700px;
	max-width: 700px;
	position: relative;
	margin: 10px auto;
}

.cpanel{
	width: 100%;
	height: auto; 
}

.div-operador{
	
	background: rgba(0, 100, 100, 0.6);
}

form{
	width: 100%;
	margin: auto;
	text-align: center;	
	padding: 5px;
	background-color:#fff;	
}

#form-login{
	width: 400px;
}

.img-logo
{
	position: absolute;
	background-image: url("../img/Logo-Cea.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 200px;
	height: 150px;
	margin: auto;
	background-color: #FFF;
	margin-bottom: 40px;
	border-radius: 20px;
	-webkit-box-shadow: 5px 5px 50px 5px #FFF;
}

input[type=submit],
input[type=text],
input[type=password]
{
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 20px;
	margin-top: 5px; 
	border: 1px solid #000;
}

input[type=submit]
{	
	border: none;
	background-color: #000;
	color:#FFF;
	cursor: pointer;
}

legend{
	margin:5px auto;
	text-align: center;
	background-color: #FFF;
	padding: 10px;
	margin-top: -5px;
	border-radius: 0 0 10px 10px;
	/*
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	*/
	font-weight: 900;
	text-transform: uppercase;
}

.otros{
	position: relative;
	margin:auto;
}

#reset{
	background-color: transparent;
	color: #FFF;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	margin-left: 5px;
	padding: 5px;
	background-color: #000;
}

span{
	background-color: #FFF;
	width: 10%;
	height: auto;
	position: relative;
	padding:0 10px;
	font-weight: 900;
}

table{
	width: 100%;
}

table tr td{
	width: auto;
}

@media screen and (max-width: 400px){
	.container{
		width: 90%;
		position: relative;
		margin: 10px auto;
	}

	input[type=submit],
	input[type=text],
	input[type=password]{
	width: 100%;
	height: 50px;
	font-size: 20px;
	}

	.img-logo{
		position: relative;
		display: block;
	}

	#form-login
	{
		width: 100%;
	}


}

@media screen and (min-width: 400px){
	.container{
		width: 90%;
		position: relative;
		margin: 10px auto;
	}

	input[type=submit],
	input[type=text],
	input[type=password]{
	width: 100%;
	height: 50px;
	font-size: 20px;
	}

	.img-logo{
		position: relative;
		display: block;
	}


}