@charset "UTF-8";
/*
Theme Name: Lettras
Author: Felipe Lorenzo
Author URI: http://www.e-cheide.com
Version: 1.0
Description: CSS básico con arreglos y selectores pre-configurados.
*/
/*** HACKS PARA IE ***/
/* Si tienes la necesidad de aplicar algún hack para IE6 utiliza este selector: */
*html {
}
/* Si necesitas aplicarlo a IE7 utiliza este:*/
*:first-child+html {
	background-image: url(../images/tiposdeportes/icono_baloncesto_p.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/*** NEUTRALIZANDO ESTILOS:
elementos que queremos limpiar completamente: ***/
* {
margin: 0;
padding: 0;
border: none;
}
html, body{
text-shadow: #000 0px 0px 0px;/*Elimina el efecto bold en Safari*/
heigth: 100%;
}
html{
font: 80.5% "Lucida Grande", Lucida, Verdana, sans-serif;
}
/*** NEUTRALIZANDO ESTILOS:
elementos con margen vertical: ***/
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
	color: #333333;
}
/*** Algunos ajustes basicos: ***/

li, dd, blockquote {
margin-left: 1em;
}
/*** LINKS:
recuerda utilizar siempre la regla del LoVe-HAte ***/
a, a:link, a:visited, a:hover, a:active {
outline: 0; /*Elimina la línea de puntos que aparece alrededor de los enlace al clicarlos*/
text-decoration: none;
}
a:link, a:visited, a:active {
color:#333333;
}
a:hover {
color:#FF6600;
}
a img {
border: none;
text-decoration: none;
}
img {
border: none;
text-decoration: none;
background-image: url(../images/interfase/cargando.gif);
background-position: center center;
background-repeat: no-repeat;
}

/*** FORMULARIOS: ***/
label, button {
cursor:pointer;
}
input, select, textarea {
font-size: 100%;
}
input:focus, select:focus, textarea:focus {
background-color: #FFF;
}
fieldset {
border: none;
}
/*** Algunas clases útiles: ***/
.clear {
	clear: both;
	visibility: hidden;
}
hr.clear {
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.helvetica {
font-family: Arial, Helvetica, Geneva, sans-serif;
}
.esconde {
	display: none;
}
.foto {
	border: 1px solid #666666;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.derecha {
	float: right;
	margin: 0px;
	padding: 0px;
}
.izquierda {
	float: left;
}
