html {
	font-family: tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #444;
}

html, body { margin: 0; padding: 0; }

body {
	background: #DEDEDE url('../img/pattern.jpg') repeat top left;
}

img{
	border: 0;
}

div#contenedor {
	width: 980px;
	text-align: center;
	margin: 0 auto;
	background: #DEDEDE;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

div#cabecera {
	width: 980px;
	height: 80px;
	background: #DEDEDE url(../img/header_980x80_v2.png) no-repeat top left;
	margin: 10px auto;
}

div#menu {
	font-family: arial;
	letter-spacing: 1px;
	width: 980px; overflow: hidden;
	padding: 0;
	padding-top: 49px;
	text-align: right;
}

#mnu_1 { margin-left: 12px;}
#mnu_2 { margin-left: 15px;}
#mnu_3 { margin-left: 22px;}
#mnu_4 { margin-left: 20px;}
#mnu_5 { margin-left: 34px;}

div#menu ul {
	float: right;
	width: 660px;
	padding: 0;	margin: 0;
	list-style-type: none;
}

div#menu ul li{
	float: left;
	padding: 0; margin: 0;
}

div#menu ul li a{
	padding: 3px 10px;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: black;
	height: 24px;
}

div#menu ul li a:hover{
	color: blue;
}

div#pie {
	width: 980px;
	height: 30px;
	background: url(/img/pie_980x30.png) no-repeat top left;
	margin: 20px auto;
	text-align: center;
	line-height: 30px;
}

div#pie a{
	text-decoration: none;
	color: blue;
}

div#pie a:hover{
	color: red;
}

div#pie span{
	font-size: 11px;
}

table tr td span.red{
	color: red;
}

table {
	font-family: "comic sans ms", arial, sans-serif;
}

div#opacidad{
	background: url('/img/opacidad.png') repeat top left;
}

table#sopa td { vertical-align: middle; text-align: center; cursor: pointer; color: #000; }
table#sopa td.hover { font-weight: bold; background: #ddd url('') no-repeat center center;}
table#sopa td.check { color: red; background: #99FF99; }
table#sopa td.completo { background: #D8ECF5; }

#palabras {
	padding-top: 10px;
	padding-left: 4px;
}

#palabras p {
	padding: 0 0 0 20px;
	margin: 0;
	font-family: "comic sans ms", arial, sans-serif;
	background: transparent url('') no-repeat center left;
}

#palabras .tick {
	color: red;
	background-image: url('/img/02.png');
}

h2#propiasopa{
	background: #FFccFF;
}

table#tusopa th{
	font-size: 13px;
	text-align: right;
	padding-right: 10px;
}

table#tusopa td{
	text-align: left;
}

table#tusopa td p{
	font-size: 11px;
	margin: 2px 0;
	padding-left: 110px;
}

table#tusopa tr#botonera td{
	text-align: right;
}

div#seoline {
	text-align: center;
}
div#seoline b{
	font-size: 9px;
	color: #888;
	font-family: arial, sans-serif;
}

div#banner-google{
	text-align:center;
	margin: 12px 0 5px 0;
}

div#banner-smowtion{
	text-align: center;
	margin: 5px 0;
}

div#enlaces{
	text-align: center;
	width: 980px;
	margin: 10px auto;
}

div#enlaces table thead tr td{
	border: 1px solid #bbb;
}

div#enlaces ul{
	text-align: left;
}

div#enlaces ul a:hover{
	color: red;
}

.tabla_contenedor_sopa {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	background: #FFF;
}

#contenedor_sopa {

}

#felicidades {
	color: green;
}

/* INICIO DE LAS ESQUINAS */
td#top_left{
	width: 13px; height: 13px;
	background: url('/img/top_left.png') no-repeat bottom left;
}

td#top_hor{
	height: 13px;
	background: url('/img/top_h.png') repeat-x bottom left;
}

td#top_right{
	width: 13px; height: 13px;
	background: url('/img/top_right.png') no-repeat bottom right;
}

td#left_ver{
	width: 13px;
	background: url('/img/left_v.png') repeat-y top left;
}

td#right_ver{
	width: 13px;
	background: url('/img/right_v.png') repeat-y top right;
}

td#bot_left{
	width: 13px; height: 13px;
	background: url('/img/bottom_left.png') no-repeat top left;
}

td#bot_hor{
	height: 13px;
	background: url('/img/bottom_h.png') repeat-x top left;
}

td#bot_right{
	width: 13px; height: 13px;
	background: url('/img/bottom_right.png') no-repeat top right;
}
/* FIN DE LAS ESQUINAS */

