body {
	margin: 0;
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}
.wrapper{
	display:block;
	float:left;
}
div.Login {
	width: 370px;
	height: 230px;
	background: url("../images/PanelLogin.png") no-repeat;
	top: 150px;
	text-align: left;
	padding-botton: 100px;
}
div.LoginInterno {
	position: relative;
	top: 40px;
	left: 20px;
}
div.imagen {
	padding-bottom: 100px;
	padding-top: 100px;
}
div.footer {
	position: relative;
	text-align: right;
}
div.evento {
	width: 900pt;
	border: 1px solid black;
	border-radius: 30px 5px 30px 5px;
	-moz-border-radius: 30px 5px 30px 5px;
	background-color: #BBBBBB;
	margin: auto;
	display: block;
	text-align: center;
	padding: 10px;
}
div.menu {
	background-image: url(../images/FondoBarra100.png);
	text-align: center;
	height: 100px;
}
div.contentmenu {
	text-align: center;
	white-space:nowrap;
}

table.evento {
	display: block;
	margin: auto;
	border-collapse: collapse;
	width: 850pt;
	border: 1px solid grey;
}
table#menu {
	background: url("../images/FondoBarra100.png");
	border: 1px solid black;
	border-radius: 0px;
	-moz-border-radius: 0px;
	width: 100%;
	border: 0px;
	cellspacing: 0;
	height: 100px;
	text-align: center;
}
table.no-spacing {
	border-spacing:0; /* Removes the cell spacing via CSS */
	border-collapse: collapse;  /* Optional - if you don't want to have double border where cells touch */
	border: 0px;
}
table.no-spacing td {
    padding:0px;
}
table.no-spacing td img {
    display:block;
}
div#contenedor {
	display: block;
	margin: auto;
}
div.footer {
	background-color: white;
	border: solid 1px black;
	display: table;
	position: relative;
	border-radius: 15px;
	text-align: right;
	text-shadow: black;
	float: left;
	top: -5px;
	left: -5px;
}
div.footershadow {

	background: black;
	border: 1px solid black;
	position: relative;
	margin: auto;
	border-radius: 15px;
	float: right;
	left: -25px;
}
div.middlecontent {
	background-color: white;
	border: solid 1px black;
	position: relative;
	border-radius: 15px;
	text-align: center;
	text-shadow: black;
	left: -5px;
	top: -5px;
	padding: 10px;
	display: table;
}
div.middleshadow {
	display: table;
	background: black;
	border: 1px solid black;
	margin: auto;
	border-radius: 15px;
	overflow: visible;
}
div.container {
	border: 1px solid black;
	border-radius: 30px 5px 30px 5px;
	-moz-border-radius: 30px 5px 30px 5px;
	background-color: #BBBBBB;
	display: table;
	margin: auto;
	padding: 15px;
	text-align: center;
}
div.admincpcontent {
	background-color: white;
	border: solid 1px black;
	border-radius: 15px;
	text-align: left;
	text-shadow: black;
	padding: 10px;
	float: left;
}
div.admincpcontent a.lista {
	color: red;
	text-decoration: none;
}
/*BOTONES */

div.mainMenuButton {
	margin: 0px 5px 5px 5px;
	display: inline-block;
}

div.mainMenuButton a {

	/*background: #787878;*/
	background-image: -webkit-linear-gradient(top, #787878, #191a1a);
	background-image: -moz-linear-gradient(top, #787878, #191a1a);
	background-image: -ms-linear-gradient(top, #787878, #191a1a);
	background-image: -o-linear-gradient(top, #787878, #191a1a);
	background-image: linear-gradient(to bottom, #787878, #191a1a);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
	white-space: nowrap;
}
div.mainMenuButton a:hover {
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -moz-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -ms-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -o-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: linear-gradient(to bottom, #ffffff, #4b4d4d);
	text-decoration: none;
	white-space: nowrap;
}

div.mainMenuButton a:link {
	text-decoration: none;
	color: #ffffff;
}
div.mainMenuButton a:visited {
	text-decoration: none;
	color: #ffffff;
}
div.botonmenu {
	float: left;
	margin: 5px;
	display: table-cell;
	position: relative;
}

div.botonmenu a {

	/*background: #787878;*/
	background-image: -webkit-linear-gradient(top, #787878, #191a1a);
	background-image: -moz-linear-gradient(top, #787878, #191a1a);
	background-image: -ms-linear-gradient(top, #787878, #191a1a);
	background-image: -o-linear-gradient(top, #787878, #191a1a);
	background-image: linear-gradient(to bottom, #787878, #191a1a);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
	white-space: nowrap;
}

div.botonmenu a:hover {
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -moz-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -ms-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -o-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: linear-gradient(to bottom, #ffffff, #4b4d4d);
	text-decoration: none;
	white-space: nowrap;
}
div.botonmenu a:link {
	text-decoration: none;
	color: #ffffff;
}
div.botonmenu a:visited {
	text-decoration: none;
	color: #ffffff;
}

div.botonmenuCurrent {
	float: left;
	margin: 5px;
	display: table-cell;
	position: relative;
}
div.botonmenuCurrent a {

	/*background: #787878;*/
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -moz-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -ms-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -o-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: linear-gradient(to bottom, #ffffff, #4b4d4d);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
	white-space: nowrap;
}

div.botonmenuCurrent a:hover {
	background: #999999;
	background-image: -webkit-linear-gradient(top, #999999, #757575);
	background-image: -moz-linear-gradient(top, #999999, #757575);
	background-image: -ms-linear-gradient(top, #999999, #757575);
	background-image: -o-linear-gradient(top, #999999, #757575);
	background-image: linear-gradient(to bottom, #999999, #757575);
	text-decoration: none;
}
div.botonmenuCurrent a:link {
	text-decoration: none;
	color: #ffffff;
}
div.botonmenuCurrent a:visited {
	text-decoration: none;
	color: #ffffff;
}

div.botonmenuDelete {
	float: left;
	margin: 5px;
	display: table-cell;
	position: relative;
}

input.btnDelete {
	background: #ff0000;
	background-image: -webkit-linear-gradient(top, #ff0000, #000000);
	background-image: -moz-linear-gradient(top, #ff0000, #000000);
	background-image: -ms-linear-gradient(top, #ff0000, #000000);
	background-image: -o-linear-gradient(top, #ff0000, #000000);
	background-image: linear-gradient(to bottom, #ff0000, #000000);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
	border: 0px;
}

input.btnDelete:hover {
	background: #991717;
	background-image: -webkit-linear-gradient(top, #991717, #050505);
	background-image: -moz-linear-gradient(top, #991717, #050505);
	background-image: -ms-linear-gradient(top, #991717, #050505);
	background-image: -o-linear-gradient(top, #991717, #050505);
	background-image: linear-gradient(to bottom, #991717, #050505);
	text-decoration: none;
	cursor: pointer;
}

input.btnNormal {

	/*background: #787878;*/
	background-image: -webkit-linear-gradient(top, #787878, #191a1a);
	background-image: -moz-linear-gradient(top, #787878, #191a1a);
	background-image: -ms-linear-gradient(top, #787878, #191a1a);
	background-image: -o-linear-gradient(top, #787878, #191a1a);
	background-image: linear-gradient(to bottom, #787878, #191a1a);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
	border: 0px;
	white-space: nowrap;
}
input.btnNormal:hover {
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -moz-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -ms-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -o-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: linear-gradient(to bottom, #ffffff, #4b4d4d);
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

input.btnSimple {

	/*background: #787878;*/
	background-image: -webkit-linear-gradient(top, #787878, #191a1a);
	background-image: -moz-linear-gradient(top, #787878, #191a1a);
	background-image: -ms-linear-gradient(top, #787878, #191a1a);
	background-image: -o-linear-gradient(top, #787878, #191a1a);
	background-image: linear-gradient(to bottom, #787878, #191a1a);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
	white-space: nowrap;
	border: 0px;
}

input.btnSimple:hover {
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -moz-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -ms-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -o-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: linear-gradient(to bottom, #ffffff, #4b4d4d);
	text-decoration: none;
	white-space: nowrap;
}

div.btnLogout {
	margin: 5px;
	position: relative;
	top: -10px;
	float: right;
	text-align: right;
}
div.btnLogout {
	margin: 5px;
	top: 5px;
	float: right;
	text-align: right;
}
div.btnLogout a {
	background: #787878;
	background-image: -webkit-linear-gradient(top, #787878, #191a1a);
	background-image: -moz-linear-gradient(top, #787878, #191a1a);
	background-image: -ms-linear-gradient(top, #787878, #191a1a);
	background-image: -o-linear-gradient(top, #787878, #191a1a);
	background-image: linear-gradient(to bottom, #787878, #191a1a);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ff0000;
	font-size: 16px;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
}

div.btnLogout a:hover {
	background: #000000;
	background-image: -webkit-linear-gradient(top, #000000, #380307);
	background-image: -moz-linear-gradient(top, #000000, #380307);
	background-image: -ms-linear-gradient(top, #000000, #380307);
	background-image: -o-linear-gradient(top, #000000, #380307);
	background-image: linear-gradient(to bottom, #000000, #380307);
	text-decoration: none;
}

input[type="submit"].botonmenu {

	/*background: #787878;*/
	background-image: -webkit-linear-gradient(top, #787878, #191a1a);
	background-image: -moz-linear-gradient(top, #787878, #191a1a);
	background-image: -ms-linear-gradient(top, #787878, #191a1a);
	background-image: -o-linear-gradient(top, #787878, #191a1a);
	background-image: linear-gradient(to bottom, #787878, #191a1a);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
	border: 0;
}

input[type="submit"].botonmenu:hover {
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -moz-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -ms-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: -o-linear-gradient(top, #ffffff, #4b4d4d);
	background-image: linear-gradient(to bottom, #ffffff, #4b4d4d);
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

/* PROPIOS */
#bArchivo {
	float: left;
	width: 119px;
	height: 32px;
	background-image: url(../Web/images/Archivados.png);
	background-repeat: no-repeat;
}
#bUsuarios {
	float: left;
	width: 119px;
	height: 32px;
	background-image: url(../Web/images/bUsuarios.png);
	background-repeat: no-repeat;
}

#bAltas {
	float: left;
	width: 119px;
	height: 32px;
	background-image: url(../Web/images/bAltas.png);
	background-repeat: no-repeat;
}
#bDesplegables {
	float: left;
	width: 119px;
	height: 32px;
	background-image: url(../Web/images/bDesplegables.png);
	background-repeat: no-repeat;
}
#bRecordatorios {
	float: left;
	width: 119px;
	height: 32px;
	background-image: url(../Web/images/bRecordatorios.png);
	background-repeat: no-repeat;
}
/*Tabla de recordatorios*/
.TableRecordatorios {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #000000;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.TableRecordatorios table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.TableRecordatorios tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.TableRecordatorios table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.TableRecordatorios table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
.TableRecordatorios tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.TableRecordatorios tr:hover td {

}
.TableRecordatorios tr:nth-child(odd) {
	background-color: #e5e5e5;
}
.TableRecordatorios tr:nth-child(even) {
	background-color: #ffffff;
}
.TableRecordatorios td {
	vertical-align: middle;
	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: center;
	padding: 7px;
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}
.TableRecordatorios tr:last-child td {
	border-width: 0px 1px 0px 0px;
}
.TableRecordatorios tr td:last-child {
	border-width: 0px 0px 1px 0px;
}
.TableRecordatorios tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}
.TableRecordatorios tr:first-child td {
	background: -o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background: -moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
	background: -o-linear-gradient(top,#cccccc,b2b2b2);
	background-color: #cccccc;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}
.TableRecordatorios tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background: -moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
	background: -o-linear-gradient(top,#cccccc,b2b2b2);
	background-color: #cccccc;
}
.TableRecordatorios tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}
.TableRecordatorios tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}
/*Fin Tabla Recordatorios*/
.comisiones_menu {
	margin-left:10px;
	margin-bottom:5px;
	width:180px;
}
/*.comisiones_dashboard {*/
/*	padding: 5px;*/
/*	-webkit-box-shadow: 0 3px 0 #000000;*/
/*	box-shadow: 0 3px 0 #000000;*/
/*}*/
/*.comisiones_dashboard:active {*/
/*	position:relative;*/
/*	top: 3px; outline: none;*/
/*	-webkit-box-shadow: none;*/
/*	box-shadow: none;*/
/*}*/
/*.comisiones_dashboard:hover{*/
/*	filter: brightness(150%);*/
/*	cursor: pointer;*/
/*}*/

.comisiones_dashboard {
	opacity:1;
	line-height:1.2;
	#text-align:center;
	color:#fff;
	font-weight:700;
	min-width:100px;
	max-width:180px;
	font-size:12px;
	padding:5px 5px 5px 5px;
	text-transform:uppercase;
	margin-left: 0px;
	margin-top:2px;
	margin-bottom:2px;
	display:inline-block;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.comisiones_dashboard:active {
	text-decoration:none;
}
.comisiones_dashboard:hover{
	text-decoration:none;
	opacity:0.8;
	cursor: pointer;
}
.comisiones_dashboard.sh {
	border-bottom:5px solid rgba(0,0,0,0.5);
}

.comisiones_dashboard.bd {
	border:1px solid rgba(0,0,0,0.2);
}

.comisiones_title{
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 5px;
	text-align: center;
}
.comisiones_dashboard a{
	color:inherit;
	text-decoration: none;
	text-align: center;
}
