@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: arial;
	font-size: 11px;
	color: #AE8C0C;
	font-size: small;
	margin-left: 3%;
	margin-top: 3%;
	margin-right: 3%;
	margin-bottom: 3%;
}
a{
	color: #AE8C0C;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: large;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: medium;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AE8C0C;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: bold;
}
p a{
	color: #AE8C0C;
	text-decoration: underline;
	display: inline;
}
dt{
	background-color: #1E1703;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #483707;
}
dt a{
	color: #AE8C0C;
	text-decoration: underline;
	display: inline;
}
/* iPhone Style */
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 17px;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
	font-size: 15px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	width: 300px;
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
	border: 1px solid #333333;
}
li {
	list-style-type: none;
	border-top-width: 1px;	  /* Create lines between cells. Each line is placed above each item */
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 14px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left: 10px;
	margin: 0px;
	background-color: #E4B528;
	color: #000000;
}
a  /* Handle the click/tap highlight. Highlight an entire cell with the iPhone grey background when tapped */ 
{
	display: block;	  /* Sets the href to be a block rather than inline */
	
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	
	/* The margin properties adjust the size of the href block	*/
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	
	text-decoration: none;
	color: rgb(0,0,0);
}
input {
	font-size: large;
	width: 93%;
}
textarea {
	width: 93%;
}
select {
	font-size: large;
}

.secondary	/* Used for secondary text */
{
	text-align: right;
	font-weight: normal;		/* Regular font is used for secondary text */
	color: rgb(50,79,133);     /* Override the font color */
}
/* EL RESTO */
.amarillo {
	background-color: #E4B528;
	color: #000000;
	padding: 7px;
}
.txt_reservacion-enviada {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	background-color: #FFFFFF;
}
