@charset "UTF-8";
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#EEE;
	overflow: -moz-scrollbars-vertical;
	background-color:#000;
	margin:5px auto;
	width:900px;
	min-height:400px;
}
input[type=text], textarea, select, input[type=password]
{
	text-align:left;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#eee;
}
label.error
{
	width: auto;
	font-size:10px;
	color:#FF0000;
	display:block;
	text-align:left;
	
}
img
{
	border:0px;
}
a {
color:#0E5092;
text-decoration:none;
}
#container
{
	width:100%;
	text-align:center;
}
#header
{
	height:110px;
	.height:115px;
	padding:0px;
	text-align:center;
	width:100%;
}
#header > table
{
	border-top: 2px #F60 solid;
	border-left: 2px #F60 solid;
	border-right: 2px #F60 solid;
}


#separador_u
{
	background-image:url(../images/separador-universal.jpg);
	background-position:center;
	width:100%;
	background-repeat:repeat-x;
	height:30px;

}
#loader
{
	text-align:center;
	height:200px;
}
/*------------MENU------------*/
#menu
{
	height:20px;
	text-align:left;
}
#menu > table, #contenido > table
{
	border-left: 2px #F60 solid;
	border-right: 2px #F60 solid;
}
#home
{
/*	width:100%;
*/	min-height:400px;

}

/*------------Listados noticias------------*/
#contenido
{
/*	width:100%;
*/	min-height:400px;
}
#contenido > table
{
	border-bottom: 2px #F60 solid;;
}
#listar div
{
	text-align: justify;
	}
#listar
{
	margin-bottom:15px;

}
/*------------FOOTER------------*/
#footer
{
	background-image:url(../images/fondo-footer.jpg);
	background-repeat:repeat-x;
	width:900px;
	height:40px;
	clear:both;
	text-align:right;
	font-size:10px;
}
h3, h2, h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#EEE;
	text-transform:uppercase;
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px;
	text-align:center;
	font-weight:none;
}
h3
{
	font-size:14px;
}
h2
{	
	font-size:14px;
}
h1
{
	font-size:10px;

}
/*----------------------------------DATE PICKER--------------------------------*/
table.jCalendar {
	border: 1px solid #ccc;
	background: #fff;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #eee;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #666;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #666;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 11px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #ccc;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 24px;
	height: 20px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendario.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
#mensajes_sistema
{
	padding:15px auto;
	margin:10px auto;
	text-align:center;
	font-size:12px;
	color: #fff;
	border:2px solid #f60;
	background-color:#111;
	height:70px;
	width:300px;

}

#mensajes_error
{
	z-index:100000;
	padding-top:6px;
	margin:4px auto;
	text-align:center;
	font-size:12px;
	color: #fff;
	border:2px solid #f60;
	background-color:#111;
	height:40px;
	width:281px;

}
#mostrar table
{
	border: 1px #F60 solid;
}
#mostrar td
{
	border:#F60 1px solid;
	height:30px;
	vertical-align:middle;
}
a
{
	color:#F90;
	
}
#login_i
{
	background-color:#000;
	width:300px;
	font-size:12px;
	text-transform:uppercase;
	margin:20px;
	border: 2px #F60 solid;
}
#contenedor
{
		background-color:000;
}