@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Russo+One|VT323);
/*===============================
  LAYOUT  
===============================*/

body { 
	margin:0 auto;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:left;
	background-color:#fff;
}

#page {
	position: relative;
	width: 86%;
	max-width:1075px;
	margin: 0px auto 40px auto;
	padding: 15px;
	color:#ffffff;
	box-shadow: 0px 0px 30px -5px black;
	background-color:#3F3F3F;
}

header {
	width:100%;
}

#maincontent{
	width:100%;
}

footer {
	width:100%;
	text-align:center;
	font-size:0.70em;
	padding:0;
	margin:30px auto 10px auto;
}

#logo {
	font-size:1.6em;
}


/*  SECTIONS ======== */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ====== */

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}



/*===============================
  LINKS  
===============================*/

a,
a:active,
a.visited {
	color: #77C3E8;
	text-decoration: none;
}
a:hover {
	color: #C4C4C4;
	text-decoration:underline;
}



/*===============================
  TEXT  
===============================*/

h1 {
	font-size:1.4em;
	color:#F2B632;
}
h2 {
	font-size:1.2em;
	color:#F2B632;
	font-family: 'Russo One', sans-serif;
}

h2 a{
	color:#F2B632;
}

h2 a:hover{
	color:#77c3e8;
}

.error {
	color: #F37E7E;
	font-size:0.75em;
	font-weight:bold;
}
.success {
	color:#60E86F;
	font-size:0.85em;
	font-weight:bold;
}

#infoBox {
	position:fixed;
	top:40px;
	right:10%;
	width:80%;
	height:auto;
	margin:0;
	padding:25px auto 25px auto;
	clear:both;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	opacity:0.8;
	z-index:100;
	background-color:#FFFFFF;
}
.responseBox {
	color: #1EBF26;
}
.errorBox {
	color: #d12f19;
}
.resultBox {
	margin-top:20px;
	font-size:150%;
	text-align:center;
}

.greenText { 
	color:#1EBF26;
	text-shadow:0 0 5px #8EF582, 0 0 5px #8EF582, 0 0 5px #8EF582;
}
.redText { 
	color:#C53436;
	text-shadow:0 0 5px #F64989, 0 0 5px #F64989, 0 0 5px #F64989;
}
.orangeText { 
	color:#F78413;
	text-shadow:0 0 5px #F9D558, 0 0 5px #F9D558, 0 0 5px #F9D558;
}
.smallText { 
	color: #CAC4C4;
	font-size:60%;
	text-shadow:0;
}



/*===============================
  FORMS 
===============================*/

button,
input[type='button'],
input[type='submit'] {
	background-color: #336699;
	border:0;
	border-radius: 0.4rem;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 700;
	height: 2.1rem;
	letter-spacing: 0.1rem;
	line-height: 2.1rem;
	padding: 0 2rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top:12px;
}
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
	background-color: #606c76;
	color: #ffffff;
	outline: 0;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='date'],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0.1rem solid #d1d1d1;
	border-radius: 0.4rem;
	box-shadow: none;
	box-sizing: border-box;
	width:150px;
	height: 2.1rem;
	padding: 0.1rem 0.4rem;
	color:#FFFFFF;
	font-size: 1.1rem;
}
input[type='number'] {
	width:60px;
}
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='date']:focus,
textarea:focus,
select:focus {
	border: 0.2rem solid #77C3E8;
}

input[type="button"].boton-registrar{	
	background-color:#F2B632 ; 
}

input[type="button"].boton-registrar,
input[type="button"].boton-iniciar{	
	margin: 10px auto  ;
	display:block;
}


textarea {
	padding-bottom: 0.6rem;
	padding-top: 0.6rem;
	min-height: 6.5rem;
}

input[type='checkbox'],
input[type='radio'] {
	display: inline;
	border: 0px;
	width: 1.4em;
	height: 1.4em;
}

input[type=radio]:checked + label{
	color:#77C3E8;
	font-weight:bold;
}

select option {
	margin:40px;
	background-color: #4E4B4B; 
	color:#fff;
}

input.FormInp {
	width:80%;
}

.formElmsDivs {
	width: 96%;
	margin: 15px 2% 10px 2%;
	clear: both;
	text-align: center;
}



/*===============================
  MENUS  
===============================*/

/* Menu principal */
/*********************************/

.mainMenu-clicker {
	margin:5px 0 auto auto;
	padding:0;
	width:90%;
	font-size:1.4em;
	font-weight:bold;
	background-color:gainsboro;
	border:0;
	text-align:center;
	float:right;
}

nav#mainMenu-div {
	position:absolute;
	top:45px;
	right:17px;
	width:30%;
	height:auto;
	margin:0;
	clear:both;
	background-color:#FFFFFF;
	opacity:0.8;
	display:none;
	z-index:100;
}


/* Menu */

ul.mainMenu {
	margin:0;
	padding:0;
	width:100%;
	line-height:30px;
	list-style:none;
}
ul.mainMenu li {
	width:48%;
	margin: 0;
	text-align: center;
	border: 0;
	display: inline-block;
}
ul.mainMenu li a,
ul.mainMenu li a:active,
ul.mainMenu li a:visited {
	color:#000000;
	font-size: 1.9em;
	font-weight: normal;
	text-decoration:none;
	font-style: normal;
	padding: 0 30px 0 30px;
	background-color:transparent;
	display:block;
}
ul.mainMenu li a:hover {
	color:#FFFFFF;
	text-shadow:0 0 1px #FFFFFF, 0 0 1px #FFFFFF, 0 0 1px #FFFFFF;
	background-color: #336699;
}


/* Menu principal current_page_item */

ul.mainMenu li.current_page_item a,
ul.mainMenu li.current_page_item a:active,
ul.mainMenu li.current_page_item a:visited {
	color:#FFFFFF;
	text-shadow:0 0 1px #FFFFFF, 0 0 1px #FFFFFF, 0 0 1px #FFFFFF;
	background-color: #336699;
}
ul.mainMenu li.current_page_item a:hover {
	color:#000000;
	/*text-shadow:0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000;*/
} /*clase 'current_page_item' propia de WP*/


/* Cercles lluminosos */
/*********************************/
.greenCircle { 
	background-color:#1EBF26;
    border-radius:50%;
    width:26px;
    height:26px;
	margin:4px auto 4px auto;
	border:1px solid #8EF582;
	box-shadow:0 0 8px #8EF582, 0 0 8px #8EF582, 0 0 8px #8EF582;
}
.blackCircle { 
	background-color:#2A2626;
    border-radius:50%;
    width:26px;
    height:26px;
	margin:4px auto 4px auto;
	border:1px solid #212020;
	box-shadow:0 0 8px #212020, 0 0 8px #212020, 0 0 8px #212020;
}


/*===============================
  TAULES  
===============================*/

.tableMain {
	width:100%;
	border:0;
}
.tableMain td {
	margin:3px;
	padding:3px;
}
.tableTitles {
	color: #000;
	background-color: #FFF;
	font-weight:bold;
}
.tableMain tr.tableOddRow {
	background-color: #333;
}
.tableMain tr.tableEvenRow {
	background-color: #444;
}
.tableMain td.adjustWidth {
	width:1%;
	white-space:nowrap;
}

