/* Página de estilos para todas las resoluciones excepto la de 800x600 */

body {
	background-color: #FFFFE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	scrollbar-base-color: #FFDBB7;
	/*scrollbar-face-color: #FFFF66;
	scrollbar-highlight-color: #FFFFCC;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #FFFFCC;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFCC;*/
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #330000;
}

a {
	color: #330000;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
  background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	background-color: #990000;
	color: #FFFF99;
	padding: 10px;

}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #CCCC66;
}
.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}
a:hover {
	color: #DEDECA;
	background-color: #330000;
}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
 font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 color: #990000;
}

.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFF99;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: dotted;
	}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.cats {
	font-size: 9px;
	background-color: "#FFFFCC";
	text-align: center;
	border: none;
}
.form {
	background-image: url(../images/formulario.gif);
	background-repeat: repeat;

}
.precio {
	border-left-width: 0px;
	border-left-style: none;
	text-align: left;
	vertical-align: top;




}
.nombre {
	border-right-width: 0px;
	border-right-style: none;
	text-align: left;
	vertical-align: top;



}
.detalle {
	font-size: 9px;
}
.usuario {
	border: thin dotted #CCCC99;
}
.errorcin {
	font-size: 14px;
	color: #990000;
	text-align: center;
}

.hora {
	font-size: 14px;
	color: #990000;
	text-align: center;
}

.seleccionado {
	color: #FFFFCC;
	background-color: #990000;
	font-weight: bold;
	font-size: 14px;
}

.subtotal {
	color: #FFFFCC;
	background-color: #990000;
	font-weight: normal;
	font-size: 14px;
}

a.boton {
	text-decoration: none;
	background-color: #FFFFE8;
}

a.boton:hover {
	text-decoration: none;
	background-color: #FFFFE8;	
}

.botonform {
	color: #FFFF99;
	background-color : #990000;
	font-weight: bold;
}

a.top{
	font-size: 12px;
	color: #922A5E;
	text-decoration: none;
	font-family: "Comic Sans MS", fantasy, Verdana, "Times New Roman", sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFE8;
	border-right-color: #FFFFE8;
	border-bottom-color: #FFFFE8;
	border-left-color: #FFFFE8;



}

a.top:hover {
	font-size: 12px;
	color: #8A0045;
	text-decoration: none;
	background-color: #FFF3D2;
	font-family: "Comic Sans MS", fantasy, Verdana, "Times New Roman", sans-serif;
	border-top: thin none #CC0066;
	border-right: thin dotted #CC0066;
	border-bottom: thin dotted #CC0066;
	border-left: thin dotted #CC0066;



}