/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
	
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }

/* Reset End */

body {
	background: #4EAFCD;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	margin:0;
	background: url(../imagen/bg1.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
	background-position: center;
}

canvas#myCanvas {
    width: 100%;
	height: 768;
	position:fixed;
	left:0px;
}
.main {
    position: relative;
	text-align: center;
}
.main-w3l {
    position: absolute;
    top: 0;
	width: 100%;
    margin: 0 auto;
	left: 0%;
}


 ::-moz-placeholder {  /* Firefox 19+ */
   color: #4c4c4c;
   text-transform: uppercase;
}

::-webkit-input-placeholder {
   color: #5d5b5b;
   text-transform: uppercase;
}

.button-primary {
	background-color: #14b9d6;
	border: solid 1px transparent; 
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font:  14px/36px;
	height: 42px;
	letter-spacing: 1px;
	margin-top: -11px;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 0.5s;
	width: 100%;
}

.button-primary:hover {
	background-color: #469DB6;

}
/***/
.Login_header{ text-align:center; color:#fff; font-size:22px;  display:block;}
.panel-title{ text-align:center; color:#000; font-size:22px;  display:block;}
.logotext{font-size:23px; color:#fff; font-family: 'Oswald', sans-serif; display:inline-block; text-align:left; vertical-align: top; margin-top:18px; margin-left:10px;}
.logotext span{ display:block; font-size:38px; line-height:50px;}
.logotext small{ font-size:18px;}

legend {
    color: #337AB7;
    padding: 0 0 10px ;
	 border-color:#337AB7;
}
.menu li a{ color:#fff !important; font-size:18px;}
.menu li a:hover,.menu li a:focus{ color:#000 !important; font-size:18px;}
.dropdown-menu li a{ color:#000 !important	; font-size:18px;}

.forminner .logotext{font-size:20px; color:#fff;margin-top: 13px; }    
.forminner .logotext span{ display:block; font-size:27px; line-height:31px;}
.forminner .logotext small{ font-size:15px;}
.well {
    background-color: rgba(255,255,255,.8);
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
/**---menu---***/
nav {    
  display: block;
  text-align: center;
}
nav ul {
  margin: 26px 0 0 0;
  padding:0;
  list-style: none;
  font-family: 'Raleway', sans-serif; float:right;
}
.nav a {
  display:block; 
  background: #111; 
  color: #fff; 
  text-decoration: none;
  padding: 0.8em 1.8em;
  text-transform: none;
  font-size: 16px !important;
  line-height:20px;
  font-weight:500;
  letter-spacing: 2px;
  text-shadow: 0 -1px 0 #000;
  position: relative;
}
.nav{  
  vertical-align: top; 
  display: inline-block;
  box-shadow: 
    1px -1px -1px 1px #000, 
    -1px 1px -1px 1px #fff, 
    0 0 6px 3px #fff;
  border-radius:6px;
}
.nav li {
  position: relative;
}
.nav > li { 
  float: left; 
  border-bottom: 4px #aaa solid; 
  margin-right: 1px; 
} 
.nav > li > a { 
  margin-bottom: 1px;
  box-shadow: inset 0 2em .33em -0.5em #555; 
}
.nav > li:hover, 
.nav > li:hover > a { 
  border-bottom-color: orange;
}
.nav li:hover > a { 
  color:orange; 
}
.nav > li:first-child { 
  border-radius: 4px 0 0 4px;
} 
.nav > li:first-child > a { 
  border-radius: 4px 0 0 0;
}
.nav > li:last-child { 
  border-radius: 0 0 4px 0; 
  margin-right: 0;
} 
.nav > li:last-child > a { 
  border-radius: 0 4px 0 0;
}
.nav li li a { 
  margin-top: 1px;
}

/***/
/* submenu positioning*/
.nav ul {
  position: absolute;
  white-space: nowrap;
  border-bottom: 5px solid  orange;
  z-index: 1;
  left: -99999em;
}
.nav > li:hover > ul {
  left: auto;
  margin-top: 5px;
  min-width: 100%;
}
.nav > li:hover li ul{left: -99999em;}
.nav > li li:hover > ul { 
  left: auto;
  margin-left: 1px;
  top: -1px;
}

.nav > li li > ul{ width:200px !important; right:100%; left:auto;}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before { 
  border-top-color: #aaa; 
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-bottom-color: orange; 
  margin-top:-5px
}
.nav li li > a:first-child:nth-last-child(2):before {  
  border-left-color: #aaa; 
  margin-top: -5px
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-right-color: orange;
  right: 10px; 
}
/**---end menu----**/
/*--footer--*/
.footer-w3l p {
    margin: 30px 0px ;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
}
.footer-w3l a {
    color:#f98791;
	font-family: 'Raleway', sans-serif;
}
.footer-w3l a:hover {
    color:#fff;
    text-decoration: underline;
}
/*--//footer--*/
/* Code Ends */
@media only screen and (min-width:960px) {
.container {
    width: 960px !important;
}
}