﻿.clickable
{
	cursor: pointer;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.ui-datepicker, #ui-datepicker-div
{
	font-family: "Arial",  "Verdana", "sans-serif";
	font-size: 80%;
}

.hidden
{
	display: none;
}

img
{
	border: 0px;
}

html
{
	background: url(../img/header-top-bg.gif) top left repeat-x;
	font-family: Arial;
	font-size:10pt;
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	min-height: 100%;
	height: 100%;
	/*padding-bottom: 100px;*/
	width: 100%;
}

header
{
	border: 0px solid red;
	margin: 0px auto;
	padding: 0px;
	width: 980px;
}

#loginform
{
	background-color: #F0F0F0;
	border: 1px solid rgb(210, 210, 210);
	font-size: 11pt;
	line-height: 24px;
	padding: 20px;
	margin: 0px auto;
	position: relative;
	width: 300px;
	
}

#login input
{
	border: 0px;
	font-size: 8pt;
	height: 16px;
}

#logout
{
	border: 0px solid white;
	color: white;
	/*font-weight: bolder;*/
	font-size:10pt;
	padding: 3px;
	position: absolute;
	right: 30%;
	text-align: right;
	top: 0px;	
}

#logout a, #logout a:visited, #login img
{
	color: white;
	text-decoration: none;
	vertical-align: text-bottom;
}

#main
{
	/*background-color: #fbfbfb;
	border: 3px solid #ebedf0;*/
	border-radius: 10px;
	margin: 0px auto;
	min-height: 400px;
	padding: 0px;
	width: 90%;
}

#menuprincipal
{
	background-color: black;
    list-style-type: none;
    margin: 0px 0px 5px 0px;
    padding: 2px 10px 3px 10px;
}

#menuprincipal li
{
	color: white !important;
	display:inline;
	padding: 3px 10px;
}

#menuprincipal li:hover
{
	background-color: rgb(91,91,91)
}

#menuprincipal li a
{
	color: white !important;
	text-decoration: none;
}
#filtros
{
	/*float: right;*/
	clear: both;
	/*display: none;*/
	float: right;
}

.edicionesTable
{
	margin: 0px auto;
	width: 90%;
}

.edicionesTable th, .edicionesTable td
{
	padding: 2px;
}

.edicionesTable th
{
	background-color: #349c79;
	color: white;
	margin: 0px;
}

.row0
{
	background-color: #f7f7f7;
}

.row1
{
	background-color: white;
}

footer
{
	background: url(../img/logoCGI.png) no-repeat right 5px;
	border: 0px solid red;
	height: 90px;
	margin: auto;
	width: 980px;
}

.datepicker, .ui-datepicker-trigger
{
	cursor: pointer;
}