@import url("layout.css");
body {
	background-color: #5c87b2;
	font-size: .85em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

.page {
	border-radius: 4px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.header {
	background-color: #5c87b2;
}

header, #header {
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

header h1, #header h1 {
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 32px !important;
	text-shadow: 1px 1px 2px #111;
}

#main {
	padding: 10px;
	background-color: #fff;
	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
	overflow: hidden;
	background-color: #fff;
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0 0 30px 0;
	font-size: .9em;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	clear: both;
}
						
/* */

#content {
	margin-left: 210px;
	background-color: #fff;
	padding-right: 100px;
	padding-left: 10px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
	border-bottom: 1px #5C87B2 solid;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li {
	display: inline;
	list-style: none;
}

ul#menu li#greeting {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active {
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a {
	background-color: #fff;
	color: #000;
}

div#title {
	float: left;
	text-align: left;
	border: none;
}

div#title h1 {
	margin: 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	border: none;
	font-size: 36px !important;
	text-shadow: 1px 1px 2px #111;
}

#logindisplay {
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link {
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited {
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover {
	color: white;
	text-decoration: none;
}

/* Menú Navegación */
#navigation {
	border: 0;
	position: relative;
	float: left;
	width: 190px;
	background-color: #FFFFFF;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
ul.top-level {
	background: #666;
}
#navigation li {
	list-style: none;
}
ul.top-level li {
	border-bottom: #fff solid;
	border-top: #fff solid;
	border-width: 1px;
}
#navigation a {
	padding: 10px;
	color: #fff;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
#navigation li:hover {
	background: #f90;
	position: relative;
}
ul.sub-level {
	display: none;
}
li:hover .sub-level {
	background: #999;
	border: #fff solid;
	border-width: 1px;
	display: block;
	position: absolute;
	left: 180px;
	top: -30px;
}
ul.sub-level li {
	border: none;
	float: left;
	width: 300px;
}
#navigation .sub-level {
	background: #999;
	z-index:11000
}
#navigation .sub-level .sub-level {
	background: #09C;
}

/* Estilos para disponer los campos de entrada de datos en dos columnas
----------------------------------------------------------*/
.izquierda {
	overflow: visible;
	float: left;
	clear: both;
	width: 320px;
}
.derecha {
	float: left;
	width: 320px;
}
.separador {
	float: left;
	clear: both;
	width: 640px;
}

/* Estilos para noticias */

.item-notice {
	border: 1px solid #8CB0CE;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
}
.item-header {
	padding: 5px;
}
.item-left {
	text-align: left;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
.item-right {
	text-align: right;
	left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
.item-content {
	text-align: justify;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #8CB0CE;
	margin: 5px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	padding-top: 10px;
}

/* Acceso Usuarios
----------------------------------------------------------*/
#login {
	display: block;
	font-size: .85em;
	margin-top: 20px;
	text-align: right;
}

	#login a {
		background-color: #d3dce0;
		margin-left: 10px;
		margin-right: 3px;
		padding: 2px 3px;
		text-decoration: none;
	}
	
	#login a.username {
		background: none;
		margin-left: 0px;
		text-decoration: underline;
	}

	#login li {
		display: inline;
		list-style: none;
	}

#loginForm {
	border-right: solid 2px #c8c8c8;
	float: left;
	width: 45%;
}

	#loginForm .validation-error {
		display: block;
		margin-left: 15px;
	}

#socialLoginForm {
	margin-left: 40px;
	float: left;
	width: 50%;
}

/* page titles */ 
hgroup.title {
	margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
display: inline;
}

hgroup.title h2 {
	font-weight: normal;
}

/* forms */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

	fieldset legend {
		display: none;
	}
	
	fieldset ol {
		padding: 0;
		list-style: none;
	}
	
		fieldset ol li {
			padding-bottom: 5px;
		}
	
	fieldset label {
		display: block;
		font-size: 1.2em;
		font-weight: 600;
	}
	
	fieldset label.checkbox {
		display: inline;
	}
	
	fieldset input[type=text], fieldset input[type=password] {
		border: 1px solid #e2e2e2;
		color: #333;
		font-size: 1.2em;
		margin: 5px 0 6px 0;
		padding: 5px;
		width: 300px;
	}
	
		fieldset input[type=text]:focus, fieldset input[type=password]:focus {
			border: 1px solid #7ac0da;
		}
	
	fieldset input[type=submit] {
		background-color: #d3dce0;
		border: solid 1px #787878;
		cursor: pointer;
		font-size: 1.2em;
		font-weight: 600;
		padding: 7px;
	}

/* ajax login/registration dialog */
.modal-popup {
	font-size: 0.7em;
}

	.modal-popup input[type=text], .modal-popup input[type=password] {
		width: 90%;
	}

/* info and errors */  
.message-info {
	border: solid 1px;
	clear: both;
	padding: 10px 20px;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.success {
	color: #7ac0da;
}

.error {
	color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid {
	display: none;
}

input[type=text].input-validation-error, input[type=password].input-validation-error {
	border: solid 1px #e80c4d;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #000;
}

h1 {
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	padding: 0 0 10px 0;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
a:link {
	color: #034af3;
	text-decoration: underline;
}

a:visited {
	color: #505abc;
}

a:hover {
	color: #1d60ff;
	text-decoration: none;
}

a:active {
	color: #12eb87;
}

p, ul {
	margin-bottom: 20px;
	line-height: 1.6em;
}

header,
footer,
nav,
section {
	display: block;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset {
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

textarea {
	min-height: 75px;
}

input[type=text], input[type=password] {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.2em;
	color: #444;
	width: 200px;
}

select {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.2em;
	color: #444;
}

input[type=submit] {
	font-size: 1.2em;
	padding: 5px;
}

/* TABLE
----------------------------------------------------------*/
.tablaconbordes {
	border: solid 1px #e8eef4;
	border-collapse: collapse;
}

.tablaconbordes td {
	padding: 5px;
	border: solid 1px #e8eef4;
}

.tablaconbordes th {
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
	border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
	clear: both;
}

.error {
	color: Red;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
	margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
	margin: 0.5em 0 0 0;
}

.text-box {
	width: 30em;
}

.text-box.multi-line {
	height: 6.5em;
}

.tri-state {
	width: 6em;
}
