/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 14px;
  letter-spacing: 0px;
  line-height:17px;
  color: #d1d1d1; /* #B3B3B3; */ 
  background: #000;
  background-image: url('../images/fondo.jpg');
  background-position: top;
  background-position-y: top;
  background-repeat: no-repeat;
  font-family: Arial,Tahoma,Verdana,sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { color: #fff; font-family: Arial,Verdana,sans-serif;,sans-serif; text-transform: uppercase; font-weight: normal;}

h1 { font-size: 29px; line-height: 1; margin: 0 0 0 350px; color: #6d6d6d;}
h2 { font-size: 12px; margin-bottom: 0.75em; color: #6d6d6d; text-align: right; }
h3 { font-size: 29px; line-height: 1; margin-bottom: 0.2em; letter-spacing: 0.5px; }
h4 { font-size: 19px; line-height: 1.25; margin-bottom: .5em; color: #6d6d6d; text-align: right; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em;}
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; text-decoration: underline; }
a           { color: #00c; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li			{ margin: 5px 0;}
li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 0px; }
tr.even td  { background: #e5ecf9; }
td			{ padding: 20px; vertical-align: top }
tfoot       { font-style: italic; }
caption     { background: #eee; }



/* Drop downs
-------------------------------------------------------------- */

select       { width:160px; height: 20px; font-size: 12px }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1em; color: #fff; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.red       	{ color: #c00; margin-right:5px; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.nobull		{ list-style: none;}

.clear		{ clear: both;}

a.cotte				{ color: #00c; text-decoration: underline;} /* eso es el estilo de los links que puso cotte. */
a.cotte:hover		{ color: #000; } /* eso es el estilo de los links que puso cotte. */

.nextpage			{ float: right; color: #00c;}
.nextpage a			{ color: #00c;}
.nextpage a:hover	{ color: #000; text-decoration: none;}

.vermas			{ color: #00c; font-size: 11px}
.vermas a		{ color: #00c;}
.vermas a:hover	{ color: #000; text-decoration: none;}

.title			{ color: #000; font-weight: bold;} 

.title2			{ color: #fff; letter-spacing: 1px; margin: 0 0 -10px 0; font-weight: bold; display: block; font-size: 16px; width: 300px;}
.escuela		{ color: #666; letter-spacing: 1px; margin: 0; display: block;}
.descripcion	{ color: #666; letter-spacing: 0px; margin: 0; display: block; font-size: 12px; line-height: 1em; width: 300px;}
.usuario		{ color: #666; letter-spacing: 0px; margin: 0; display: inline; margin-bottom: -10px; font-size: 12px; }
.duracion		{ color: #666; letter-spacing: 0px; margin: 0; display: block; font-size: 12px;}
.views			{ color: #666; letter-spacing: 0px; margin: 0; display: block; margin-bottom: -10px; margin-top: -10px; font-size: 12px;}
.categoria		{ color: #666; letter-spacing: 0px; margin: 0; display: inline; margin-bottom: -10px; font-size: 12px }

.faq		{ padding: 10px 20px; display: block;}
.faq h5		{ margin: 0;}
.faq p		{}

a.th_home:hover h4			{ font-weight: bold;}
a.th_home:hover h4 strong	{ font-weight: normal;}
