body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	background:url("../img/fondo.jpg") repeat-x top left #d5e2ec ;
	text-align:center;
}
img{
	border:none;
}
#contenedor {
	width: 1000px;
	margin: 0 auto;
}
#cabecera{
	text-align:left;
	height: 100px;
}
#botonera {
	height: 25px;
	background:url("../img/lazo.jpg") no-repeat top left #e8f0f6;
}
#botonera ul{
	margin:0 50px;
	padding:0;
	list-style-type: none;
}
#botonera ul li{
	float: left;
	margin-right: 30px;
}
#botonera ul li a{
	color:#2447A2;
	font-weight:bold;
	font-size:16px;
	text-decoration: none;
}
#botonera ul li a.sorteo{
	color:#FF0000;
}
#contenido{
	text-align:left;
}
.redondeado{
	background-color:#e8f0f6;
	padding:10px 20px;
	margin:10px;
}
.centrado{
	text-align:center;
}
h1{
	color: #25d500;
}
#tblAI{
	width: 900px;
	margin: 10px;
}
#tblAI thead{
	background-color: #C2DDEF;
	color: #23475F;
}
#tblAI thead th{
	padding: 6px;
}
#tblAI tbody input{
	width: 95%;
}
#tblAI tbody select{
	width: 80px;
}
#tblAI tbody tr{
	background-color:#f3f6f9;
}
#tblAI tbody td{
	text-align:center;
	padding: 6px;
}
#tblAI tfoot td{
	text-align:center;
	padding: 10px;
	color:red;
}
#tblAI tfoot td p{
	color:red;
}
#tblAI tfoot input{
	color: #23475F;
	cursor:pointer;
}
#tblAI tbody tr.trrojo{
	color:red;
}

#pie, #pie a, #contenido a{
	text-decoration:none;
	color:#244792;
}
#googleadds{
	width:728px;
	height:90px;
	float:right;
	margin: 10px;
}