* {
	margin: 0;
	padding: 0;	
}	

a
{
	color: #000;
	text-decoration: none;
}

body
	{
		font-size: 10pt;
		font-family: sans-serif;
		margin: 0;
		padding: 0;
		text-align: center;
	}

#enlaces {
	background: #4E7693; 
	color: #ffcc00;
	font-size: 10px;
	Font-family: Verdana, Arial;
	margin-top: 3px;
}

#enlaces div {
	border-bottom: 1px solid white;
	padding: 4px;
}

#enlaces a {
	color: #ffcc00;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}

#menu {
	background:url("menu.gif") no-repeat top;
	color: #222;
	font-weight: bold;
}
	
	#header 
	{
	  background: #D2E6F5;
	}
	
	#header h1
	{
		margin: 0 auto;
		width: 810px;
	   	background: #D2E6F5 url(lne.png) no-repeat right top;
	}

	#header h1 a 
	{
	   	display: block;
	   	text-indent: -1000em;
	   	background: url(sudoku.gif) no-repeat center;
		height: 90px;
	}

	td {
		padding: 1px;	
	}
	
	h2 {
		font-family: Trebuchet, Verdana;
		font-size: 15px;
		margin: 2px;
		padding: 0;
		text-align: center;
	}

	div#sudo_noprint {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	#prin {
		margin: 0 auto;
		padding: 0;
	}

	a.sudo_link {
		color: #000;
	}

	table.sudotable td
	{
		padding: 4px;
	}
	
	table.sudotable td.vsep
	{
		padding: 0;
		width: 2px;
		background: #000;
	}

	table.sudotable td.hsep
	{
		padding: 0;
		height: 2px;
		background: #000;
	}
	
	input.sudo_field
	{
		padding: 3px;
		width: 20px;
		height: 20px;
		font-size: 16px;
		text-align: center;
		border: 1px solid #999;
		color: #bb0000;
		background: #fff;
		font-weight: bold;
	}
	
	input.sudo_form, select.sudo_form {
		width: 100%;
	}
	
	td.sudo_header
	{
		background: #4E7693;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		font-family: sans-serif;
		border: 0;
	}
	
	div.sudo_button {
		cursor: pointer;
		padding: 3px 0 3px 5px;
		background: #eef;
		border-width: 1px;
		border-style: outset;
		border-color: #009;
		margin-top: 2px;
	}
	
	div.sudo_button:hover {
		border-style: inset;
	}
	
	select {
		font-size: 11px;
	}
	
    #tabs5 {
      	width: 100%;
      	background:#D2E6F5;
      	font-size:93%;
      	line-height: normal;
      	border-bottom: 2px solid #4E7693;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 20px;
    }
    
    #tabs5 ul {
    	width: 610px;
	  	margin: 0 auto;
	  	padding: 0;
	  	list-style: none;
    }
      
    #tabs5 li {
      float: left;
      margin:0;
      padding:0;
      }
    
    #tabs5 a {
      float:left;
      background:url("tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    
    #tabs5 a span {
      float:left;
      display:block;
      background:url("tabright5.gif") no-repeat right top;
      padding: 5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#FFF;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }  	
      
p {
	margin-bottom: 10px;
}

input[type=checkbox] {
	margin-right: 2px;
	padding: 0;
}

.rojo {
	color: #cc0000;
}
