body{
	font-family: Arial, Verdana;
	font-size: 14px;
	margin: 0px;
	background-image: url("../imagenes/fondoWebFant.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000 !important;
}

.contentodo {
	background-color: #FFFFFF;
	margin: auto;
	width: 837px;
	border: 2px solid #000000;
	border-bottom: none;
	border-top: none;
}

img {
	display: block;
	border: none;
}

.finaly{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	background-color: #F2E9D7;
	padding: 5px 0px;
	margin-top: 20px;
}

/* BUSCADOR */

.buscador{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	text-align: center;
	padding: 10px;
	border: 1px solid #333333;
	margin: 15px 0px;
	background-color: #666666;
	color: #FFFFFF;
}

/* CARTEL */

.block1{
	float: left;
	margin: 0px 6px 10px 6px;
}

.sededia {
	float: left;
	margin-right: 15px;
	color: #FFFFFF;
	width: 180px;
}

.cartel{	
	background-color: #000000;
	
}

.sededia .cabecera{	
	background-color: #CE0000;
	padding: 15px 5px;	
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.cartel .subcabecera{
	padding: 8px 5px;
	background-color: #000000;
	color: #CE0000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.cartel .hora{
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	font-size: 18px;
}

.cartel .titulo{
	color: #CE0000;
	font-weight: bold;
	padding: 5px 5px 5px 20px;
	font-size: 18px;	
}

.cartel .datos{
	padding: 5px 5px 5px 20px;
	font-size: 12px;	
	height: 120px;	
}

.cartel .iconos{
	padding: 0px 5px 10px 20px;
}

.cartel .fin {
	background-color: #FFFFFF;	
}

.cartel .fin2 {
	background-color: #CE0000;
}

/* TIPOS */

.tipor:hover .tipines{
	background-color: #333333;	
}

.tipines{
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px !important;
	width: 162px;
	padding: 5px; 
	margin-bottom: 5px;
	height: 30px;
	overflow: hidden;	
	text-align: center;
	/* display: table-cell;
	vertical-align: middle;*/
}

.tipines a{
	color:  #FFFFFF;
	text-decoration: none;
	display: block;	
}

.tipines:hover {
	background-color: #333333;
}

/* PREMIOS*/

.premiuki {
	width: 250px;
	padding: 5px 5px;
	height: 40px;
	background-color: #CE0000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/* VARIOS */

.finflotar{
	clear: both;
}
