@charset "utf-8";
/* CSS Document */
@import url('admin/botonera.css');
@import url('admin/form.css');
@import url('admin/idiomas.css');
@import url('admin/mensajes.css');
@import url('admin/banners.css');

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}


form {
	padding: 0;
	margin: 0;
}

input, textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding: 3px;
	margin: 0;
}

a:link, a:visited, a:active {
	color: #014461;
}

a:hover {
	color: #AAEA31;
	text-decoration: none;
}


.enlace {
	color: #014461;
}

.enlace:hover {
	color: #026D9B;
	border: none;
	cursor: pointer;
}

h1 {
	color: #A9D028;
	border: solid #D2EC64;
	border-width: 0 0 1px 0;
	font-weight: normal;
	font-size: 22px;
	font-style: italic;
	padding: 4px 0;
	margin: 15px 0;
}

h2 {
	color: #014461;
	border: 0;
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
	padding: 4px 0;
	margin: 15px 0;
}

h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
}

h2 a:hover {
	background-color: #FFF;
	border: none;
}

.false {
	color: #F00;
}

.cuadro_con_titulo {
	border: #CCC solid;
	border-width: 0 0 0 1px;
	padding: 1px 10px;
}

#preloader {
	width: 0px;
	height: 0px;
	display: none;
	overflow: hidden;
}


#cabecera {
	background-color: #014461;
	color: #FFF;
	font-weight: bold;
	position: relative;
	z-index: 100;
	height: 30px;
	background-image: url(../img/bg-cabecera.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#cabecera a:link, #cabecera a:visited, #cabecera a:active {
	color: #D2EC64;
}

#cabecera a:hover {
	color: #FFF;
}

#botonera2 {
	padding: 8px 12px;
	background-color: #D2EC64;
	color: #000;
	position: relative;
	overflow: hidden;
	height: 13px;
	z-index: 9;
}

#botonera2 a:link, #botonera2 a:visited, #botonera2 a:active {
	color: #000;
}

#botonera2 a:hover {
	color: #D2EC64;
}

#administracion {
	padding: 8px;
}

#contenido {
	padding: 10px;
	right:0;
	left: 0;
	float: left;
	top: 30px;
	position: absolute;
	bottom: 25px;
	overflow: auto;
	z-index: 4;
	background-image: url(../img/sello-md.jpg);
}

.boton {
	background-color: #A9D028;
	border: 1px solid #91B022;
	padding: 3px 6px;
	text-align: center;
	white-space: nowrap;
}

.boton_gris {
	background-color: #DDD;
	border: 1px solid #AAA;
	padding: 5px 10px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.boton_rojo {
	background-color: #F00;
	border: 1px solid #BF0000;
	padding: 5px 10px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.boton a:link, .boton a:visited, .boton a:active,
.boton_gris a:link, .boton_gris a:visited, .boton_gris a:active,
.boton_rojo a:link, .boton_rojo a:visited, .boton_rojo a:active {
	color: #FFF;
	text-decoration: none;
}

.boton a:hover, .boton_gris a:hover, .boton_rojo a:hover {
	color: #00F;
}


.tabla_subrayada_azul td, .tabla_subrayada_azul th {
	border: solid #0276A8;
	border-width: 0 0 1px 0;
}

.tabla_subrayada_azul tr:hover {
	background-color: #FBF7C6;
	cursor: pointer;
}

.subrayado {
	border: solid #CCC;
	border-width: 0 0 1px 0;
	padding: 5px 0;
}

#noticias-md {
	width: 35%;
	float: right;
}

#noticias-plataforma {
	width: 63%;
	float: left;
}

#pie {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background-color: #EBF4CA;
	border: 1px solid #D2EC64;
	padding: 5px;
}

#imagen-wait {
	background-image: url(../img/wait.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 128px;	
}


.img-cargando {
	width: 128px;
	height: 10px;
	background-image:url(../img/cargando.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.cuadro-plantilla {
	width: 230px;
	padding: 5px;
	margin: 0 10px 25px 10px;
	float: left;
	text-align: center;
}

.cuadro-plantilla img {
	background-color: #BBB;
	padding: 15px;
}

.cuadro-plantilla img {
	border: 1px solid #333;
}

.aclaracion {
	color: #777;
	font-style:italic;
	font-size: 80%;
}

#filelist {
	height: 300px;
	overflow: auto;
}


div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

.secciones {
	text-align: left;
	background-color: #86A420;
	padding: 5px;
	border: 1px solid #111;
	visibility: hidden;
	display: none;
	position: absolute;
	z-index:100;
	top: -6px;
	left: 60px;
}

.noticia_index {
	font-size: 14px;
}

.add {
	background-image: url(../img/add.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	height: 16px;
}


/* DRAG AND DROP DE SCRIPTACULOUS */
#contratados{
	background-color:#EEE;
	border: 1px solid #CCC;
	margin:5px;
	padding: 5px;
}
#despedidos{
	background-color:#EEE;
	border: 1px solid #CCC;
	margin:5px;
	padding: 5px;
}
#contratados div{
	margin:4px;
	cursor:move;
	border:1px solid #00F;
	padding: 3px;
}
#despedidos div{
	margin:4px;
	cursor:move;
	border:1px solid #F00;
	padding: 3px;
}

#contratados h3, #despedidos h3 {
	margin: 5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}