/* CSS Document */
/*Estilo de el menu principal  http://www.stunicholls.com/menu/pro_drop_1.html Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.*/
.preload1 {background: url(../media/blank_over.gif);}
.preload2 {background: url(../media/blank_overa.gif);}

#nav {padding:0; margin:0; list-style:none; height:36px; background:#fafafa;; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(../media/blank.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:36px;background:url(../media/blank.gif) right top;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:36px; background:url(../media/blanka.gif) no-repeat right top;}
#nav li a.top_link:hover {color:#fff; background: url(../media/blank_over.gif) no-repeat;}
#nav li a.top_link:hover span {background:url(../media/blank_over.gif) no-repeat right top;}
#nav li a.top_link:hover span.down {background:url(../media/blank_overa.gif) no-repeat right top;}

#nav li:hover > a.top_link {color:#fff; background: url(../media/blank_over.gif) no-repeat;}
#nav li:hover > a.top_link span {background:url(../media/blank_over.gif) no-repeat right top;}
#nav li:hover > a.top_link span.down {background:url(../media/blank_overa.gif) no-repeat right top;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover ul.sub
{left:0; top:31px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:120px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:120px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:20px; width:120px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}
#nav li ul.sub li a.fly
{background:#fff url(../media/arrow.gif) 110px 7px no-repeat;}
#nav li:hover ul.sub li a:hover 
{background:#3a93d2; color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{background:#3a93d2 url(../media/arrow_over.gif) 110px 7px no-repeat; color:#fff;}

#nav li:hover ul li:hover > a.fly {background:#3a93d2 url(../media/arrow_over.gif) 110px 7px no-repeat; color:#fff;} 

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{left:120px; top:-4px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:120px; z-index:400; height:auto;}
/*Estilo de el menu principal  http://www.stunicholls.com/menu/pro_drop_1.html Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.*/

/*Estilo de el fondo--------------------------------------------------------------------------------------------------------*/
#lineas {background-image: url(../media/fondo.jpg);background-repeat: repeat;}
/*Estilo de el fondo--------------------------------------------------------------------------------------------------------*/




/*Estilo de el calendario---------------------------------------------------------------------------------------------------/*

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #206A9B;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #F1F8FC;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #007ED1 url(menuarrow2.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #000;
  color: #fff;
  padding: 2px;
}

.calendar thead tr { /* Row <TR> containing navigation buttons */
  background: #007ED1;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #C7E1F3;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #206A9B;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #34ABFA;
  color: #000;
  border: 1px solid #016DC5;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #006AA9;
  border: 1px solid #008AFF;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #C7E1F3;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #F1F8FC;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #8FC4E8;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #D50000;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #206A9B;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #000;
  color: #fff;
  border-top: 1px solid #206A9B;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #B8DAF0;
  border: 1px solid #178AEB;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #006AA9;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #34ABFA;
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  font-weight: bold;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #F1F8FC;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #E3F0F9;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #F1F8FC;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #267DB7;
  color: #fff;
}

.calendar td.time span.active {
  border-color: red;
  background-color: #000;
  color: #A5FF00;
}
/*Estilo de el calendario---------------------------------------------------------------------------------------------------/*



/*-------------- estilo de el area donde se despliega la cuenta y contrase&ntilde;a --------------*/
#cuentaypass{ 
			width:350px;
			background:url(../media/fondo_cuentaypass.png) repeat-x ;
			height:100px;						
		    }
/*-------------- estilo de el area donde se despliega la cuenta y contrase&ntilde;a --------------*/

/*-------------- estilo de la lista donde se presentan los campos en cuenta y contrase&ntilde;a --------------*/
#listacuentaypass{
					padding:10px 10px 10px 0px;
					background:url(../media/separador.gif) left bottom repeat-x;											
				 }
#listacuentaypass2{
					padding:10px 10px 10px 0px;
				 }				 
#cuenta{
list-style:none;
width:auto;
}

#campos{
			width:350px;
			margin:auto;
			margin-top:0px;
			background:url(../media/fondo_cuentaypass.png) repeat-x;
			height:150px;
			padding:10px 50px 10px 10px;
}

dl {
  position: relative;
  width: 600px;
}
/*-------------- estilo de la lista donde se presentan los campos en cuenta y contrase&ntilde;a --------------*/

/*-------------- estilo de la ayuda --------------*/
.hint {
	display: none;
    position: absolute;
    right:auto;
    width: 200px;
    margin-top: 0px;
    border: 1px solid #0066c5;
    padding: 10px 12px;
    background: #d0ddfa;
	margin-left:20px;
	color:#000000;
	text-align:left;
	font-style:normal;
	font-weight:normal;	
}
/*-------------- estilo de la ayuda --------------*/


/*-------------- estilo de los campos de texto de 19 caracteres  --------------*/
.textinput19{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:150px;
	height:15px;
	background:url(../media/input19.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinput19:hover {
	background-position:left bottom;
}
/*-------------- estilo de los campos de texto de 19 caracteres  --------------*/

/*-------------- estilo de los campos de texto de 50 caracteres  --------------*/
.textinput50{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:290px;
	height:15px;
	background:url(../media/input50.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinput50:hover {
	background-position:left bottom;
}
/*-------------- estilo de los campos de texto de 50 caracteres  --------------*/

/*-------------- estilo de los campos de texto de 10 caracteres  --------------*/
.textinput10{
	font-size:12px;
	width:93px;
	height:15px;
	background:url(../media/input10.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinput10:hover {
	background-position:left bottom;
}
/*-------------- estilo de los campos de texto de 10 caracteres  --------------*/

/*-------------- estilo de los campos de texto de 2 caracteres  --------------*/
.textinput2{
	font-size:12px;
	width:93px;
	height:15px;
	background:url(../media/input2.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinput2:hover {
	background-position:left bottom;
}
/*-------------- estilo de los campos de texto de 2 caracteres  --------------*/

/*-------------- estilo de areas de texto  --------------*/
.textarea {
	width:336px;
	height:125px;
	background:url(../media/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textarea:hover {
	background-position:left bottom;
}
/*-------------- estilo de areas de texto  --------------*/

/*-------------- estilo de los botones  --------------*/
.buttonSubmit{ /*Boton de 69px*/
	width:69px;
	height:26px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../media/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmit:hover {
	background-position:left bottom;
}

.buttonSubmit2{ /*Boton de 80px*/
	width:80px;
	height:26px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../media/button2.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmit2:hover {
	background-position:left bottom;
}

.buttonSubmit3{ /*Boton de 26px*/
	width:26px;
	height:26px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../media/button3.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmit3:hover {
	background-position:left bottom;
}
/*-------------- estilo de los botones  --------------*/



#formularios{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	background:#FFF;
	/*background-image: url(../media/fondo.jpg);
	background-repeat: repeat;*/
}
#formularios2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	background:#FFF;
	background-image: url(../media/fondo.jpg);
	background-repeat: repeat;
}

#sesion {
	color: #304DB3;
	text-decoration:underline;
		}


