/* reset CSS */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Estilando la pagina en general*/


body
{
    font-family: 'Courier','Courier New','Lucida Console','Monaco','Fixed', 'monospaced';
    color: #87888a;
    background-color: rgb(#FFFFFF);
    width:970px;
    margin:auto;
}

/*  Estilando el titulo */
h1{
	margin-top: 50px;
        margin-bottom: 50px;
	font-size: 5em;
	text-align: center;
	vertical-align: middle;
}


h1 span.twelve
{
    display:inline-block;
    background: url("../img/12.png");
    width : 200px;
    height: 160px;
}

h1 span.twelve span
{
    visibility: hidden;
}

/* Estilando el parrafo */
p
{
	margin-left:50px;
	margin-right:50px;
	margin-bottom:20px;
	font-size: 1.2em;
	font-weight: bold;
}

p.descripcion
{
	margin-left:80px;
}

/* Estilando la lista de katas */


#enero        {background-image: url("../img/enero_little.png");}
#enero.current{	background-image: url("../img/enero.png");}

#febrero        {background-image: url("../img/febrero_little.png");}
#febrero.current{	background-image: url("../img/febrero.png");}

#marzo        {background-image: url("../img/marzo_little.png");}
#marzo.current{	background-image: url("../img/marzo.png");}

#abril        {background-image: url("../img/abril_little.png");}
#abril.current{	background-image: url("../img/abril.png");}

#mayo        {background-image: url("../img/mayo_little.png");}
#mayo.current{	background-image: url("../img/mayo.png");}

#junio        {background-image: url("../img/junio_little.png");}
#junio.current{	background-image: url("../img/junio.png");}

#julio        {background-image: url("../img/julio_little.png");}
#julio.current{	background-image: url("../img/julio.png");}

#agosto        {background-image: url("../img/agosto_little.png");}
#agosto.current{	background-image: url("../img/agosto.png");}

#septiembre        {background-image: url("../img/septiembre_little.png");}
#septiembre.current{	background-image: url("../img/septiembre.png");}

#octubre        {background-image: url("../img/octubre_little.png");}
#octubre.current{	background-image: url("../img/octubre.png");}

#noviembre      {background-image: url("../img/noviembre_little.png");}
#noviembre.current{	background-image: url("../img/noviembre.png");}

#diciembre        {background-image: url("../img/diciembre_little.png");}
#diciembre.current{	background-image: url("../img/diciembre.png");}


li
{
	display: block;
	margin-right: 25px;
	width:100px;
	height:71px;
	background-repeat:no-repeat;
	background-position: center center;
}

li.current
{
	clear:both;
	padding-top: 50px;
	padding-bottom: 50px;
	width:970px;
	height:356px;
}

li.passed
{
	margin-bottom: 10px;	
        float:left;
}
li.future
{
	margin-top: 10px;
       float:right;
}




li a
{
	display: block;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
}

li.current a
{
        padding-top: 140px;	
	color:#7b0011 ;
	font-size:5em;
}
li.passed a
{
        padding-top: 20px;
	font-size:1em;
	color: #87888a;
}
li.future a
{       
        padding-top: 20px;
	font-size:1em;
	color: #87888a;
}

ul
{
	display:block;
	clear:both;
}


#vimeo ,#vimeo a{
width: 199px;
height: 68px;
background-image: url("../img/vimeo.gif");
}

#github ,#github a{
width: 172px;
height: 200px;
background-image: url("../img/GitHub.jpg");
}

#twitter , #twitter a{
width: 117px;
height: 119px;
background-image: url("../img/twitter.png");
}

#solveet , #solveet a{
width: 286px;
height: 80px;
background-image: url("../img/solveet.png");
}

#fuentes 
{
	width: 900px;	
        margin: auto;
}


#fuentes li
{
	margin: 10px;
	display:inline-block;
}

#fuentes li a span
{
	visibility: hidden;	
}


#fuentes li a 
{
	display:block;
	
}
