body {
  font: 12px Arial, Helvetica, sans-serif;
}

h1.titulo {
  margin-top: 0px;
  padding-top: 10px;
  font-size: 28px;
  font-type: arial;
  color: #003399;
  border-bottom: 1px dotted #000;
  margin-bottom: 0.5em;
} 

a:link, a:visited {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
}
a:hover {
        color: #39708a;
        text-decoration: none;
        font-weight: bold;
}

#top #cintilla {
  color: #fff;
  font-size: 10px;
}

#top #cintilla a {
  color: #fff;
}

#bar {
  background: #d2e0ee url("images/bar4.png") no-repeat;
  min-height: 300px;
  top: 137px;
  left: 570px;
  width: 190px;
  padding-top: 27px;
  padding-left: 12px;
}

#bar2 {
  min-height: 300px;
  top: 137px;
  left: 570px;
  width: 190px;
  padding-top: 27px;
  padding-left: 12px;
}


/* menu stuff */

#opmtitle
{
  color:#333;
  font-size: 12px;
}

#opmtitle a 
{
  color: #333;
  text-decoration: none;
  font-size: 12px;
}

#opmtitle a:hover {
  color: #f90;
  border: 0px;
}
#opm {
  max-width: 155px;
  color: #666;
  padding: 2px;
  border: 1px;
  font-size: 12px;
  padding-left: 10px; 
}

#opm:hover {
  background: #dfe9f3; 
  border: 1px solid #ddd;
  color: #000;
}

#opm:hover a {
  color: #000;
  border:0px;
}
                                                                                                                                                             
#opm a {
  text-decoration: none;
  color: #666;
  border:0px;
  font-size: 10px;
}

#opm a:hover {
  color: #8eb3d8;
}
#seccion {
  margin-bottom: 10px;
}
#foto_frame {
	margin:10px;
	}
#seccion #titulo {
  background: #fff url(../images/bullet.png) no-repeat;
  border-bottom: 1px dotted #999;
  display: block;
  width: 235px;
  color: #666;
  font-size: 16px;
  padding-left: 14px;
  margin-bottom: 10px;
}

#seccion ul {
  padding: 0px;
  margin: 0px;
}

#seccion li {
  list-style-type: none; 
  background: #fff url(../images/minibullet.png) no-repeat;
  padding-left: 12px;
  font-size: 12px;
}


/* form stuff */
input {
  background-color:#fff;
  color: #555;
  padding: 2px;
}

input[type="button"], input[type="submit"]  {
        background-color: #f7f7f7;
        color: #000;
        border: 1px solid #999;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        font-weight: bold;
        margin-left: 2px;
        margin-right: 2px;
}
                                                                                                                                                             
input[type="button"]:hover, input[type="submit"]:hover  {
        background-color: #fff;
        color: #000;
}
                                                                                                                                                             
input[type="button"]:active, input[type="submit"]:active {
        background-color: #eee;
        color: #000;
  border: 1px solid #999;
}



input[type="text"], input[type="password"], textarea { 
  background-color: #fafafa;
  border: 1px solid #ddd;
        border-top: 1px solid #999;
        border-left: 1px solid #999;
  padding:3px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus  { 
  background-color: #fff; 
  border: 1px solid #666;
}

textarea {
  width: inherit;
}

/* comas stuff */

#container #comas {
  padding-left: 30px;
  padding-right: 30px;
  width: 730px;
}

p.yacomas_error {        
  font-weight: bold;
  text-align: center;
  color: red;
}

p.yacomas_msg {
  font-weight:bold;
  text-align: center;
}

p.ponente {
  margin-top: 0px;
  padding-top: 10px;
  font-size: 16px;
  font-type: arial;
  margin-left: 0.4em; /* Put some space between the text and the image. */
  margin-right: 0.4em; /* Put some space between the text and the image. */
} 

table.name {        
  width: 30%;
}

td.input {        
  width: 55%;
}

td.error {
  width: 20%;
}
td.resultado {
  width:55%;
  color:darkslategray;
}

#none {
  text-decoration: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

/*a#none:hover {
  text-decoration: none;
}
*/

tr.verde td {
  background: #8FBC8F;
}

tr.rojo td {
  background: #e57272;
}
a.azul {
/*  color: #0066cc;
*/
  color: #000000;
  text-decoration: none;
}

a.azul:hover {
  color: #39708a;
  border-bottom: 1px dotted #3da8cc;
}
a.rojo {
  color: #0000FF;
  text-decoration: none;
}

a.rojo:hover {
  color: #CC0000;
  border-bottom: 1px dotted #3da8cc;
}
a.ponente {
  color: darkblue;
  text-decoration: none;
}

a.ponente:hover {
  border-bottom: 1px dotted #ffc20e;
}
a.precaucion {
  color: #FF0000;
  text-decoration: none;
}

a.precaucion:hover {
  color: #CC0000;
  border-bottom: 1px dotted #3da8cc;
}
a.verde {
  color: #006600;
  text-decoration: none;
}

a.verde:hover {
  color: #336633;
  border-bottom: 1px dotted #3da8cc;
}

a.boton {
  color: #000000;
  text-decoration: none;
        background-color: #f7f7f7;
        font-weight: bold;
}

a.boton:hover {
  color: #000000;
  border-bottom: 1px dotted #3da8cc;
  background: #fff;
}

H4  { text-align: right }
p.yacomas_login{
  font-weight:bold;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}
#message{
  width: 200px;
  margin: auto;
  padding:5px;
  color:white;
  text-align:center;
}
  #message.info {
    background: #000077;
  }
  #message.error {
    background: #770000;
  }

/** Planner**/
table.planner td, table.planner th  {
  -moz-border-radius:3px;
  -webkit-border-radius: 3px; 
  border-radius: 3px; 
  text-align:center;
  padding:2px;
}
table.planner td .person {
  font-style:italic;
  font-weight:normal;
}
table.planner td .event {
  font-weight:bolder;
}

table.planner th {
  background-color: #B7C3D0; 
}
table.planner td.time {
  background-color: #B7C3D0; 
}
td.type_empty {
  background-color: #EEEEEC; /*Aluminium*/
}

td.type_evento_organizacion {
 background-color:#9999cc; 

}

td.type_conferencia_magistral {
 background-color:#c0c0c0; 
}

td.type_conferencia {
 background-color:#e6e6ff; 
}

td.type_taller {
 background-color:#9999ff;
}

td.type_tutorial {
 background-color:#99ccff; 
}

td.type_examen {
 background-color: #7171C6; 
}

td.type_platica_informal {
 background-color:#ccccff ; 
}
#results_table table {
  width:100%;
  border:1px solid black;
  border-collapse: collapse;
  }
#results_table td {
  border:1px solid black;
  }
#results_table tr:hover {
  background:gray;
  color:white;
  }
.pagos_menu {
  list-style: none;
  display:block;
  margin:0px;
  padding:0px;
  }
.pagos_content {
  clear:both;
  border:5px solid gray;
  padding:5px;
  }
  .pagos_menu li.active{
  background-color:gray;
  color:white;
  }
  
.pagos_menu li {
  display:block;
  
  float:left;
  background-color:black;
  color:white;
  padding:5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-left:2px
  
}
.pagos_menu li a {
  color:gray;
  
}
.pagos_menu li a:hover {
  text-decoration: underline;
  color:white;
}
#modal_dialog.hidden, #modal_dialog_shadow.hidden {
	display:none;
	}
#modal_dialog.visible {
  position: fixed;
  width:700px;
  top: 30px;
  left: 50%;
  z-index:1000;
  margin-left: -350px;
	border:1px solid black;
	background:white;
	padding:5px;
	-moz-border-radius:5px;
}
#modal_dialog_shadow.visible {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:black;
  z-index:999;
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
