html{
	padding-top: 10px;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color:#FFFFFF;
}

img{	/* No image borders */
	border:0px;
}

h3 {
	font-size: 10pt;
	text-align: center;	
}

h3.info {
	font-weight: bold;
	color: #b57;
}

h2 {
	font-size: 12pt;
}

h1 {
	font-size: 15pt;
}

ul {
	margin: 15px;
	padding: 1px;
}
li {
	font-weight: italic;
	font-size: 13px;
}


div.left {
	text-align: left;
}


div.center {
	text-align: center;
}

div.right {
	text-align: right;
}
	
#questions {
  width: 450px;
  padding: 4px;  
  text-align: left;	
  background: #d2dade;
  margin-left:15px;
  margin-top:5px;  
  border: 1px solid red;
}	
	
.tablemakeform {
  padding: 3;
  margin-top:2px;
  margin-bottom:2px;
  border: 2px solid #e3e5ff;
}

.tablemakerow {
  /*background: #e6e6e6;*/
  text-align: left;
  font-size: 12px;
}

.tablemakerow td ul {
	list-style: none;
}

.tablemakerow td ul li a{
	text-decoration:none;
	color: #003781;
}

.tablemakeheader td, .tablemakerow td, .tablemakerow2 td{
	border-style: none;
	padding-left: 3px;
	padding-right: 3px;
}

.tablemakeheader {
  font-weight: bold;
  text-align: center;
  /*font-size: 13px;*/
 font-size: 9px;
  /*background: #7d9cd1;*/
 background: #e6e6e6;
  padding: 5px;
border-radius: 5px;
	color: #003781;
	border-style:none;
}

.tablemakefoother {
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  background: #7d9cd1;
}

.tablemakebutton {
  border-color: #ffffff; 
  /*font-weight: bold;*/
  font-size: 12px;
  /*background-color: #0aabbe;*/
  background-color: #003781;
  color: #ffffff; 
  border: 1px solid #077785;
  padding: 5px;
  margin-top: 5px;
}


.ticketcontent {
  width: 90%;
  padding: 0;
  /*background: #999999;*/
  margin-top:5px;
  margin-bottom:5px;
  /*border: 2px solid #f2f2f2;*/
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	overflow:scroll;
}


div.ticketmenu_login:first-of-type {
		/* width: 90%; */
		width: 100%;
		padding: 0;
		/* background: #92bcec; */
		margin-top: 5px;
		margin-bottom: 5px;
		border: 1px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		/* background: #e6e6e6; */
}

div.ticketmenu:first-of-type {

		/* width: 90%; */
	width: 100%;
	padding: 0;
		/* background: #92bcec; */
	/*margin-top: 5px;*/
	margin-bottom: 5px;
	border: 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
		/* background: #e6e6e6; */
	background-image: url(images/cdplogo.jpg);
	background-position: 100% 10%;
		/* background: #e3e3e3; */
	background-repeat: no-repeat;
	float: left;
	background-size: 9%;
}

.ticketmenu table {
	border-radius: 10px;
	border: 2px solid #e6e6e6;
	background: #fff;
}

.ticketarea {
  clear: both;
  width: 99%;
  /*padding: 0;*/
 padding-top: 20px;
  /*background: #f2f2f2;*/
  margin-top:5px;
  margin-bottom:5px;
  /*border: 2px solid #fc6;
  border-radius: 4px;
  -moz-border-radius: 4px;*/
}

.tablemakeheader2 {
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  /*background: #ffbc26;*/
  background: #C6D4DC;
  color: #ffffff;
}

/* Big box with list of options d95b5b*/
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:175px;	/* Width of box */
	height:250px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #317082;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#317082;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

form{
	display:inline;
}

/* termina el css del dynamic list */


.tableforms { 
	font-family: Tahoma, Verdana, Arial; font-size: 12px; 
	/*color: #0d6e00; */
	color: #666666;
	/*background-color: #c6d4dc; */
	background-color:#d5e4ed;
	/*border: #d1a716; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; border-left-width: 1px*/
	border-style:none;
	margin-top: 10px;
	margin-bottom: 10px;
width: 100%;

}
		
.tableforms:hover {
	/*background-color:#d5e4ed;*/
}

.tablemakebutton:hover {
	color:#fffede;
}

.tablemakerowmini {
  /*background: #bdd1bc;*/
  text-align: left;
  font-size: 11px;
}

.arrownext {
	border-color: #ffffff; 
}
.arrownext:hover {
	background-color: red;
}

.tableforms tr:hover{
	background-color: #c6d4dc;
}

.tableforms tr td{
	color: #666666;
}

/*
Para ocultar bloques
*/
.visible {
	display:block;
}
.oculto {
	display:none;
}


	#menuheader {
	
		display: table;
		/*margin-top: 30px;*/
		margin-bottom: 30px;
		background: #e6e6e6;
		padding: 10px;
		width: 80%;
		border-radius: 5px;
		float: left;
	}
	
    #menuheader ul {
		list-style: none;
		padding: 0;
		margin: 0;
		float: left;
		width: 100%;
    }
    
	#menuheader li {
		float: left;
		margin: 0 1em 0 0;
    }
    
	#menuheader a {
		text-decoration: none;
		display: block;
		width: 8em;
		padding: 0 0.5em;
		/*background: #92bcec;*/
		/*border-bottom: 0.5em solid #f80;*/
		border-bottom: 0;
		/*color: #f80;*/
		color: #003781;
		font-weight: bold;
    }
	
	#menuheader a:hover {
		/*color: #fa3;
		border-color: #fa3;*/
		
      	/*font-size: 1.1em;*/
	}
	
	#menuheader #selected a {
		/*color: #fc6;*/
		/*border-color: #fc6;*/
		border-bottom: 3px solid #003781;
		padding-bottom: 5px;
	}

.navBottomText a {
	text-decoration:none;
	color: #003781;
}

a {
	text-decoration:none;
	color: #003781;
}