/* Imágenes para la ordenación de tablas */
.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
}


			
			.fg-button 
			{
				outline: 0;
				margin:0 4px 0 0;
				padding: .4em 1em;
				text-decoration:none !important;
				cursor:pointer;
				position: relative;
				text-align: center;
			}
			.fg-button .ui-icon 
			{
				position: absolute;
				top: 50%;
				margin-top: -8px;
				left: 50%;
				margin-left: -8px;
			}
			
			a.fg-button 
			{
				float:left;
			}
			
			/* remove extra button width in IE */
			button.fg-button 
			{
				width:auto;
				overflow:visible;
			}	

			body, html
			{ 
				font-family: "Trebuchet MS", sans-serif; 
				width:100%; 
				height: 100%;
				margin: 0; 
				padding: 0px;
				background:#ccc;
			}
	

			div#cabecera
			{
				padding: 0;
				width:100%;
				min-width: 1110px;
				border-bottom: 2px solid #70a8d2;
				margin: 0 auto;
				background: white;
				height: 50px;
				background: #5C9CCC;
			}
			div#titulo
			{
				float: left;
				width: 190px;
				margin: 5px; 
				margin-top: 0px;
				margin-left: 15px;
				color: white;				
			}
			div#loginc
			{
				float: right;
				padding-top: 0px;
				padding-right: 15px;
				font-size: 0.7em;
				font-weight: bold;
				color: #70a8d2;
				display: block;
			}
			div#login
			{
				float: right;
				padding-top: 0px;
				padding-right: 15px;
				font-size: 0.7em;
				font-weight: bold;
				color: #70a8d2;
				width: 230px;
			}
			input
			{
				font-size: 0.7em;
			}

			
			div#menu
			{
				float:left;
				padding-top: 20px;
				margin-left: 0px;
				width: 50%;
				min-width: 650px;
				z-index: 10;
			}

			div#contenedor
			{
				width: 80%;
				min-width: 900px;
				margin: 0 auto;
				border: 2px solid #70a8d2;
				position: relative;
				font: 75% "Trebuchet MS", sans-serif;
			}
			div.fondo
			{
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				width: 100%;
				background: #fff;
				opacity: 0.8;
				-moz-opacity: 0.8;
				filter: alpha(opacity=80);
			}
			div#contenido
			{
				width: 95%;
				margin: 0 auto;
				position: relative;
			}
			
			
			.normal
			{
				border: 1px solid #70a8d2;
				background: transparent;
			}
			.izq
			{
				float: left;
				width: 70%;
			}
			.der
			{
				float: left;
				margin-left: 3%;
				width: 26.5%;
			}
			.centro
			{
				width: 100%;
			}
			
			h2
			{
				font-size: 1.2em;
				text-align:center;
				margin: 0 auto;
				color: #70a8d2;
				border: 1px solid #c5dbec;
				background: #dfeffc url(redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
			}
			
			td.bordeabajo
			{
				border-bottom: 1px solid #70a8d2;
			}



	#equipos
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-right: 10px;
		width: 200px;
	}
	#sortable2, #sortable3, #sortable4
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		float: left;
		margin-right: 10px;
		width: 200px;
	}
	#equipos li
	{
		margin: 5px;
		padding: 5px;
		font-size: 1.2em;
		width: 200px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background:#eee;
		cursor: move;
	}
	#sortable2 li, #sortable3 li, #sortable4 li
	{
		margin: 0 5px 5px 5px;
		padding: 5px;
		font-size: 1.2em;
		width: 200px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background:#eee;
		cursor: move;
	}
	.placeholder-sortable
	{
		border: 1px dashed #c0c0c0;
	}
	
	img
	{
		border: 0;
	}
	div.anteriores
	{
		width:49%;
		float:left;
		text-align:center;
		padding: 10px 0;
		margin: 10px 3px;
	}







/* CODIGO PARA BARRA DE COOKIES */
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.7);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color: rgba(2, 29, 130);
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#5c9ccc;
}