/****************
* TENNISYA.COM
* ESTILOS.CSS
****************/

/* FUENTES DINAMICAS */
@font-face {
	font-family: GeorgiaDescargable;
	font-style:  normal;
	font-weight: normal;
	src: url(/includes/ttf/GEORGIA0.eot);
}
@font-face {
	font-family: GeorgiaDescargable;
	font-style:  normal;
	font-weight: 700;
	src: url(/includes/ttf/GEORGIA0.eot);
}
/*
@font-face {
	font-family: GeorgiaDescargable;
	font-style:  oblique;
	font-weight: normal;
	src: url(/includes/ttf/GEORGIA0.eot);
}
@font-face {
	font-family: GeorgiaDescargable;
	font-style:  oblique;
	font-weight: 700;
	src: url(/includes/ttf/GEORGIA0.eot);
}
*/

/* TAGS HTML */
HTML, BODY, TABLE, TD, FIELDSET, LEGEND {
	font-family: georgia, GeorgiaDescargable, tahoma, verdana, helvetica, "sans serif";
	/*font-family: "trebuchet ms";*/
	/*font-family: garamond;*/
	/*font-family: arial;*/
	/*font-family: tahoma;*/
	/*font-family: verdana;*/
	/*font-family: "times new roman";*/
	/*font-family: helvetica;*/
	/*font-family: "sans serif";*/
	font-size: 8pt;
	color: #666666;
}
INPUT, TEXTAREA, SELECT, BUTTON {
	font-family: tahoma; verdana; helvetica; sans-serif;
	font-size: 8pt;
}
A {
	color: blue;
	text-decoration: none;
}
A:hover {
	color: red;
	text-decoration: underline;
}
A.negrita {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
A.negrita:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

/* CLASES DEFINIDAS */
.titulo {
	background-color: #CCCCCC;
	border: 1px solid #888888;
	text-align: center;
	font-weight: bold;
	font-family: georgia;
	font-size: 10pt;
	color: #FF5000;
	padding: 3px;
}
.precio {
	color: red;
	font-weight: bold;
}
.pie-pagina {
	color: #000000;
	text-align: center;
}
.tool-tip {
	border: solid 1 black;
	padding: 10;
	z-index: 2;
	visibility: hidden;
	width: 250;
	color: black;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffe6;
}
.cabecera-modelo-popup {
	/*background: #1F477F;*/
	background: white;
	/*color: white;*/
	color: #1F477F;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	/*border-bottom: 3px solid;*/
	/*border-color: orange;*/
}
.celda-popup {
	 background: #FDECA9;
	 color: black;
}
.celda-colorida {
	background: #C9F5EC;
}
