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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* No tocar lo de arriba, solo de aca para abajo */

body {
	font-family: helvetica, sans-serif;
	background-color: #0C5C91;
	font-size: 100%;
	color: #fff;
	line-height: 1.2;
}
p {
	text-indent: 2em;
}
h1 {
	color: #C3C3C3;
	margin-bottom: 0.6em;
	margin-left: 2em;
	font-size: 3em;
	font-style: oblique;
	font-style: italic;
	position: relative;
}
h2 {
	font-style: oblique;
	font-size: 2em;
	margin-bottom: 0.6em;
}
h3 {
	font-style: italic;
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #fff;
}
a:hover {
	color: #2D672D;
}
#logo {
	background: url(../imagenes/traslogo.jpg) top right repeat;
	height:120px;
	width:100%;
}
#contenido {
	margin-left: 5%;
	margin-right: 5%;
}
#imagenLogo {
	height: 120px;
	width: 500px;
	background: url(../imagenes/logo.jpg) no-repeat;
	text-indent: -1000em;
}
#links li {
	display: inline;
	list-style: none;
}
#links {
	text-align: center;
}
/****************************************************************************************/
/* TATETI */
table#tateti {
    height: 223px;
    width: 223px;
    border: silver outset;
    background-image: url(../imagenes/bora.jpg);
    margin: 10px auto;
}

td.celdaTateti, td.tatetiBloqueado {
    border-style: ridge;
    border-width: 3px;
}

 td.tatetiRojo {
    border-style: ridge;
    border-width: 3px;
    background-image: url(../imagenes/24-em-cross.png);
    background-position: center center;
    background-repeat: no-repeat;
}

td.tatetiVerde {
    border-style: ridge;
    border-width: 3px;
    background-image: url(../imagenes/24-em-check.png);
    background-position: center center;
    background-repeat: no-repeat;
}
