@import url('http://fonts.googleapis.com/css?family=Oxygen:300,400,700');

body {
	background: #333 url('images/bg.jpg') no-repeat fixed bottom;
	background-size: cover;
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	font-family: 'Oxygen', 'sans-serif';
	font-size: 14px;
	color: #ccc;
	font-weight: 300;
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	background: #3B4C62 none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #3B4C62;
}

code, blockquote {
	display: block;
	border-left: 5px solid #3B4C62;
	padding: 10px;
	margin-bottom: 20px;
}

code {
	background-color: #3B4C62;
	color:#eee;
	border: none;
}

blockquote {
	border-left: 5px solid #3B4C62;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #eee;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #587193;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	cursor: pointer !important;
}

#body a img{
	border-bottom: 1px solid #587193;
}

#body a img:hover{
	border-bottom-color: #fff;
	cursor: pointer !important;
}


#body a:focus {
	outline: none;
}


#body a.button { 
    background-color: #3B4C62;
    color: #D2D9E5;
    display: inline-block;
    border-bottom:none;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

#body a.button:hover {
	background-color: #4E6483;
}

h1 {
	color: #ddd;
	font-size: 2.7em;
	font-weight: 200;
}

h2 {
	color: #ddd;
	font-size: 2.2em;
	letter-spacing: -1px;
	padding: 0 0 5px;
	font-weight: bold;
	margin: 0;
}

h3 {
	color: #C3C3C5;
	font-size: 1.9em;
	margin-bottom: 10px;
	letter-spacing: 0px;
	font-weight: bold;
}

h4 {
    color: #3B4C62;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 10px;
}

h5 {
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #eee;
}

.width, #container {
	max-width: 1100px;
	height: 100%;
	margin: 0 auto;
}
#container {
	padding: 20px 10px;
	background-color: rgba(0, 0, 0, 0.6);
	min-height: 100%;
}

header {
	padding: 20px;
	margin: 0 auto;
	text-align:center;
	border-radius: 20px;
	background-color:  rgba(0, 0, 0, 0.85);
}

header h1 {
	margin-bottom: 20px;
}

header h1 a, header h1 a:hover {
    color: #fff;
    font-size: 1.8em;
   font-weight: 200;
    border-bottom: none;
    letter-spacing: -2px;
   text-shadow: 1px 1px 0px #000;

}

nav {
	width: 100%;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
}

nav ul li {
	display: inline;
	padding: 0px 5px;
}


nav ul li a {
    color: #ddd;
    font-size: 1.0em;
    font-weight: bolder;
    letter-spacing: 0;
	padding: 10px 15px;
	border-radius: 10px;
	background-color:  rgba(0, 0, 0, 0.1);
    border-bottom: none;
}


nav ul li a:hover {
	background-color:  rgba(0, 0, 0, 1);
	color: #fff;
	
}

nav ul li.selected a,
nav ul li.selected a:hover {
	background-color: rgba(59, 76, 98, 0.4);
	color: #fff;
}


#body {
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.7);
 	padding: 5px 20px;
	margin: 10px 0; 
	clear: both;
	min-height: 100%;
}

#content {
   	min-height: 100%;
}

.clear {
	clear: both;
}


footer  {
	padding: 10px;
	margin-top: 20px;
	text-align: center;
}

footer p {
	text-align: center;
	margin-bottom: 0;
}

footer p, footer p a {
	color: #BFBFBE;
	border-bottom-color: #3B4C62;
}



@media screen and (max-width: 740px) {

	body { font-size: 0.8em; }	

	header h1 a, header h1 a:hover { padding: 5px; }

	div#container { width: auto; }

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; padding: 0; }
	
	#content, aside.sidebar { float: none; width: auto; }

	footer .footer-content ul { width: auto; float: none; }
}


@media screen and (max-width: 540px) {

	body { font-size: 0.8em; background-position: left -100px; }

	header, header h1 a, header h1 a:hover { text-align: center; padding: 10px 0 0 0; font-size: 1.1em; }

	nav ul { margin-top: 0; padding: 0px; }
	
	nav ul li { float: none; text-align:center; display: block; margin-bottom: 2px;  }

	nav ul li a { float: none; margin-top: 0; display: block; }

	nav { height: auto; position: relative; }

}

/******************************************************************************************************************/


.leftImg{
	margin: 5px 15px 5px 0px !important;
}

.rightImg{
	margin: 5px 0px 5px 15px !important;
}

.redactor_box img {
	padding: 0px !important;
	margin: 0px !important;
}

#redactor_modal header {
	padding: 20px 30px 5px 30px !important;
	font-size: 16px !important;
	background-color: #FFF !important;
}

header a {
	text-decoration: none !important;
}

.FormBox {
	padding: 10px;
	background-color: transparent !important;
	border-width: 0px !important;
	font-size: 14px !important;
}

.tituloForm{
	color: #C3C3C5 !important;
	font-size: 1.9em !important;
	margin-bottom: 10px !important;
	letter-spacing: 0px !important;
	font-weight: bold !important;
}


button[type=submit]{
	cursor: pointer  !important;
	font-weight: bold !important;
	padding: 10px 25px !important;
	background-color: #3B4C62 !important;
	border: 1px solid #3B4C62 !important;
	color: #CDD4E0 !important;
	font-size: 14px !important;
	text-transform: uppercase;
}

button[type=submit]:hover{
	text-decoration: underline;
	background-color: #4E6483;
}

table thead td{
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-align: center; 
	padding: 5px 10px;
	font-weight: bold;
}

table tbody td{
	text-align: left;
	border: 1px solid #FFFFFF;
	padding: 5px 5px; 
}

table tbody tr:nth-child(odd) {
	background-color: rgba(173, 173, 173, 0.3);
}

table tbody tr:nth-child(even) {
	background-color: rgba(173, 173, 173, 0.1);
}

table tbody tr:hover {
	background-color: rgba(173, 173, 173, 0.4);
}