body{
	margin:0 auto;
	
}

#contenedorLogin{
	margin: auto;
	width: 40%;
	height: auto;
	border: #ccc 1px solid;
	margin-bottom: 40px;
	text-align:center;
	margin-top: 20px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#bodycontenedor{
	margin: auto;
	width: 40%;
	height: auto;
	border: #ccc 1px solid;
	margin-bottom: 40px;
	text-align:center;
	margin-top: 20px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#bodycontenedorGeneral{
	margin: auto;
	width: 95%;
	height: auto;
	margin-bottom: 40px;
	text-align:center;
	margin-top: 20px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#header{
	width:100%; 
	height:150px; 
	text-align:center; 
	text-height:auto;
	margin-bottom:20px;
	border-bottom:#fff solid 3px;
	position:relative;
	
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

#menucontenedor{
	height:45px;
	width:99%;
	bottom: 27px; 
  	position: absolute;	
	z-index:0;
	left: 5px;
}

#menuprincipal{
	background-color:rgba(256, 256, 256, 0.5);
	width:69%;
	
	border:#fff solid 1px;
	margin:auto;
	line-height:50px;	
	z-index:1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#menuprincipal:hover{
background-color:#09F;
}

.WaterText
{
	color: #666;
}

.clear
{
	clear:both;	
}
.Divcontenido
{
	width:77%; 
	height:auto; 
	float:right;
	margin-bottom:20px;
}

.Divmenu
{
	width:23%; 
	height:auto; 
	float:left;
}

#cssUser
{
	font-size: 14px;
	width: 86%;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	height: auto;
	text-align: left;
	background-color: #2e1fff;
	color: white;
	position: relative;
	border-radius: 15px 15px 0px 0px;
background: #3431E9;
  background: -moz-linear-gradient(#0B08C6 0%, #403ECD 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0B08C6), color-stop(100%, #403ECD));
  background: -webkit-linear-gradient(#0B08C6 0%, #403ECD 100%);
  background: linear-gradient(#0B08C6 0%, #403ECD 100%);
}

#contenedorPrincipal{
	margin:auto;
	width:90%;
	height:auto;
	/*border:#ccc 1px solid;*/
	margin-bottom:20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 0px 0px 15px 15px;
	-moz-box-shadow: 10px 10px 24px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 10px 10px 24px rgba(255, 255, 255, 0.2);
	box-shadow: 10px 10px 24px rgba(255, 255, 255, 0.2);
	background-color:White;
}
