html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  margin: 0;
  padding: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
  width: 100%;
  margin: auto;
}

.ui-datatable-footer{
  margin-bottom: 10px;   
}

.ui-datatable-header{
  margin-top: 10px;     
}

.ui-panel{
  width: 95%;
  margin: 10px auto;
}

.ui-panel table{
  width: 95%;
  margin: auto;
}

.ui-panel table.ui-selectmanycheckbox{
  display: block;
  width: 100%;
}

.ui-selectmanycheckbox tr{
   display: inline-block;
   width: 170px;
}

.ui-selectmanycheckbox td{
   border: 0px !important; 
   text-transform: capitalize;
}

.login_grid{
  margin: auto;
  width: 200px;
}


#header_asistente{
  height: 40px;  
}
#header{
  height: 100px;
}

#header #header_left{
  float: left;
  vertical-align: top;
  text-align: center;
  width: 20%;
}

#header #header_left img{
  height: 100px;
}

#header #header_middle{
  float: left;
  width: 60%;
}

#header_asistente #header_middle{
  float: left;
  width: 44%;
  margin-left: 27%;
}

#header #header_middle h1{
  text-align: center;
  font-size: 1.5em; 
  padding-top: 30px;
}

#header_asistente #header_middle h1{
  text-align: center;
  font-size: 1.5em; 
  padding-top: 10px;
}


#header #header_right{
  float: left;
  vertical-align: top;
  width: 20%;
}

#header_asistente #header_right{
  float: left;
  vertical-align: top;
  width: 27%;
}

#header #header_right #datos_usuario{
  padding-top: 35px;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}

#header_asistente #header_right #datos_usuario{
  padding-top: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}

#content {
  margin: 10px auto;
  width: 95%;
}

.menu-contextual{
  margin: 15px 0px 5px 0px;
  width: 100%;
}

.ui-menu{
  margin-bottom: 10px;
}

td a{
  margin: 0px 5px;
}

.jqplot-target{
    margin-top: 25px;
}

.jqplot-table-legend,.ui-panel .jqplot-table-legend{
    width: auto;
    margin-top: -40px
}

.ui-picklist-list {
                width:450px !important;
            }

.customHeader th{
    background-color: white;
}

body { font-family:Arial, Helvetica, Sans-Serif; font-size:10px;}

.asistentes_table .ui-icon{
    display: inline-block;
}

.asistentes_table .ui-icon.ui-state-active{
    background-color: white;
}

.asistentes_table .ui-icon.ui-state-active.ui-icon-circle-check{
    background-position: -208px -192px;
}

.asistentes_table .ui-icon.ui-state-active.ui-icon-check{
    background-position: -64px -144px;
}

#portada{
    text-align: center;
    padding-top: 50px;
}

#img_certificado{
    text-align: center;
    width: 99%;
    margin: auto;
}

#form_confirmacion{
    text-align: center;
    width: 100%
}


td {
    white-space: normal !important;
}

.myTable td:nth-child(1) {
    width: 20%;
}


#cupospanel .myTable td:nth-child(1) {
    width: 8%;
}