

form {
    background: #00000069;
    padding: 10px;
    transform: scale(0.9) translate(-5px, 0px);
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
}

form input.textbox {
    border-radius: 40px;
    border: none;
}


form select {
    border-radius: 40px;
}


form input[type="text"] {
    border-radius: 40px;
}

form textarea {
    border-radius: 10px;
}

form input[type="image"] {
    border-radius: 30px;
}

form input[type="reset"] {
    border-radius: 40px;
    transform: scale(1.2) translate(14px, 0px);
    font-size: 11px;
    font-weight: bolder;
    padding: 4px;
    border: none;
    background: linear-gradient(180deg, #f6e5ac, #f0a624);
}

table#epoch_popup_calendar {
    filter: invert(1);
    border-radius: 10px;
    border: navajowhite;
}


body {
	background-position: top center;
	/*background-color: #000;*/
	margin: 0;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.cajita {
	font-size: 13px;
	padding: 0;
	color: #000;
	background-color: #FAFAFA;
	border: 1px solid #E8E8E6;
	height: 22px;
}
.cajita_country {
	font-size: 11px;
	padding: 2px 0 2px 0;
	color: #000;
	background-color: #FAFAFA;
	border: 1px solid #E8E8E6;
}

form {
	margin: 0px;
}

.fnd_form {
	background-image: url(images/fnd_form.jpg);
	color: #FFF;
	padding: 15px 18px 15px 18px;
}
.fnd_form h3 {
	font-family: 'Oswald', sans-serif;
	color: #FDED67;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 5px 0;
}
.fnd_form p {
	margin: 5px 0 8px 0;
}
.txt_bienvenida {
	background-image: url(images/fnd_form_welcome.png);
	font-size: 13px;
	/*color: #FDED67;*/
	font-weight: bold;
	font-style: oblique;
	text-align: justify;
	padding: 10px 15px 15px 15px;
}
.txt_resaltado {
	color: #FDED67;
}
.txt_resaltado1 {
	font-size: 14px;
	color: #FDED67;
}



/*!!

Epoch DHTML JavaScript Calendar - Version 2.0.2
Edición española
CSS Style File
(c) 2006-2007 MeanFreePath
Free for NON-COMMERCIAL use - see website for details and updates
http://www.meanfreepath.com/javascript_calendar/index.html
!!*/

table.calendar {
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 228px;
	height: 230px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}

table.calendar a {
}

table.calendar a:hover {
}

table.calendar input, table.calendar select {
	font-size: 10px;
}

table.calendar td, table.calendar th {
	border: 0;
	font-size: 10px;
	text-align: center;
}

div.mainheading {
	margin: 2px;
}

.closeBtn {
	/*float: right;
	width: 15px;
	/*font-size: 1.5em;
	height: 13px;
	padding: 0 0 3px 0;
	margin: 1px 8px 0 0;
	border: solid black 1px;*/
}

/*all styles related to the main calendar grid*/

table.cells {
	border-collapse: collapse;
	border: solid #CCCCCC 1px;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;

}

/*the day headings*/

table.cells th {
	border: solid #CCCCCC 1px;
	text-align: left;
	font-weight: bold;
	color: #943100;
	width: 23px;
}

table.cells th.wkhead {
	/*border-right: solid #CCCCCC 3px;*/
	cursor: default;
	width: 22px;
}

/*The date cells*/

table.cells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	height: 20px; /*IE doesn't like ems*/

}

table.cells td.wkhead {
	background-color: white;
	text-align: center;
	/*border-right: solid #CCCCCC 3px;*/
	color: #943100;
}

table.cells td.noselect {
	background-color: #EEEEEE;
	color: #BBBBBB;
	text-decoration: line-through;
	cursor: default;
}

table.cells td.hlday {
	background-color: #99FF99;
}

table.cells td.wkday {
	background-color: #DDDDDD;
	color: #000;
}

table.cells td.wkend {
	background-color: #DDDDDD;
	color: #000;
}

table.cells td.curdate {
}

table.cells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}

table.cells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}

table.cells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}

table.cells td.hover {
	background-color: #999999;
	color: #FFF;
}

table.cells td div {
	padding: 1px;
	margin: 0;
}

