h3{
	font-family: Helvetica,Arial;
	color:green;
}

table, table td, table tr {
	padding:0px;
	border-spacing: 1px;
	line-height: 20px;
}

table {
	border:1px #8DBD8D solid;
	border-radius:5px;
	min-width:400px;
	font-family: Helvetica,Arial;
}

table td {
	padding:6px;
}

table tr:first-child td:first-child {
	border-radius:5px 0px 0px 0px;
}

table tr:first-child td:last-child {
	border-radius:0px 5px 0px 0px;
}

table tr:last-child td:first-child {
	border-radius:0px 0px 0px 5px;
}

table tr:last-child td:last-child {
	border-radius:0px 0px 5px 0px;
}

table td:not(:last-child) {
	border-right:1px #9DC79D solid;
}


table tr:nth-child(2n) {
	background: #FFFFFF;
}

table tr:nth-child(2n+1){
	background: #FFFFFF;
}

table.header tr:not(:first-child):hover, table:not(.header) tr:hover {
	background:#F2F2F2;
}

table:not(.header) tr {
	text-align: left;
}

table.header tr:first-child {
	font-weight: bold;
	color:#535853;
	background-color: #DEECDE;
	border-bottom:1px #9DC79D solid;
	text-align:center;
}

table.header tr:nth-child(n+2) {
	text-align: right;
}

option {font-family: verdana; font-size: 12px; color: black}
option.uno {background-color: #ACC1FD}
option.dos {background-color: #D5DFFD}
SELECT{ font-family: verdana; font-size: 15px; color: black; background-color:#D5DFFD;}

/*#popup { color: #000; background-color: #c0c0c0; }*/
#popup {  }

#popup p, #popup p:visited {
	position: relative;
	display: block;
	font-weight: normal;
	font-family: Helvetica,Arial;
	font-size: 16px;
	line-height: 0px;
	padding: 0 0px;
	/*width: 130px;*/
	/*line-height: 30px;*/
	/*text-align: right;*/
	/*padding: 0 10px;*/
	/*margin: 0;*/
	/*border: 1px solid #666;*/
	/*text-decoration: none;*/
	/*font-size: 1em;*/
	/*font-weight: bold;*/
	
}

#popup p span {
	display: none;
}

#popup p:hover { 
	/*background-color: #e9e9e2;*/
}

/* the IE correction rule */
#popup p:hover	{
	color: #000000; 
	background-color: #ffffff;
	opacity: 50;
	text-indent: 0; /* added the default value */
}

#popup p:hover span {
	display:  block;
	position: absolute;
	top: -15px;
	left: 40px;
	width: 100px;
	height: 133px;
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
	background: #FFFFFF;
	/*text-align: left;*/
	/*border: 1px solid #666;*/
	/*border-radius:5px 5px 5px 5px;*/
}

#titulo {  }

#titulo p, #titulo p:visited {
	position: relative;
	display: block;
	font-weight: bold;
	font-family: Helvetica,Arial;
	font-size: 16px;
	line-height: 15px;
	padding: 0 0px;
	/*width: 130px;*/
	/*line-height: 30px;*/
	/*text-align: right;*/
	/*padding: 0 10px;*/
	/*margin: 0;*/
	/*border: 1px solid #666;*/
	/*text-decoration: none;*/
	/*font-size: 1em;*/
	/*font-weight: bold;*/
	
}

#titulo p span {
	display: none;
}

#titulo p:hover { 
	/*background-color: #e9e9e2;*/
}

/* the IE correction rule */
#titulo p:hover	{
	color: #000000; 
	/*background-color: #ffffff;*/
	text-indent: 0; /* added the default value */
}

#titulo p:hover span {
	display: block;
	position: absolute;
	top: 15px;
	left: -175px;
	width: 350px;
	height: 100px;
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
	font-weight: normal;
	background: #5882FA;
	/*text-align: left;*/
	/*border: 1px solid #666;*/
	border-radius:5px 5px 5px 5px;
}

.boton{
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 1px;
	color: #666666;
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
	border: 2px solid #bdc3c7;
	-webkit-transition: border-color 0.6s;
	transition: border-color 0.6s;
	border-radius:6px;
}

body {
    background-color: #EBEBEB;
}