/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/ /* Elements */
body {
	margin: 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A1A1A1;
}

h1 {
	
}

h2,h3,h4,h5,h6 {
	color: #2582A4;
}

p,ol,ul {
	text-align: justify;
}

strong {
	font-weight: bold;
	color: #808080;
}

a {
	color: #87A019;
}

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

.box {
	margin-bottom: 0;
	padding-bottom: 0;
	background: url(/images/img07.gif) repeat-x left bottom;
}

.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	background: url(/images/img08.gif) no-repeat left bottom;
}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.indent {
	margin-left: 125px;
}

/* Header */
#header {
	width: 928px;
	height: 37px;
	margin: 0 auto;
	background: #BECF74 url(/images/img01.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
}

/* Menu */
#menu {
	float: left;
	width: 600px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(/images/img02.gif) no-repeat;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #A4B74C url(/images/img04.gif) repeat-x;
}

/* Search */
#search {
	float: right;
	height: 28px;
	margin: 0;
	padding: 9px 25px 0 0;
	background: url(/images/img03.gif) no-repeat right top;
}

#search fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

#input1 {
	width: 164px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: none;
}

#input2 {
	height: 20px;
	background: #87C4DB;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */
#content {
	width: 928px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 238px;
	background: url(/images/img05.gif) repeat-x;
}

#colOne h3 {
	padding: 0 20px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

#colOne li {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
}

#colOne li.first {
	border: none;
}

#colTwo {
	float: right;
	width: 617px;
	padding: 30px 40px 0 30px;
	background: url(/images/img09.gif) repeat-x;
}

#colTwo h2 {
	margin-top: 0;
	font-size: 26px;
}

#colTwo h3 {
	margin-bottom: 0;
	font-size: 18px;
}

#colTwo h4 {
	margin-top: 0;
	font-size: 13px;
	font-weight: normal;
}

#colTwo .box {
	margin: 0 -30px 30px -20px;
	padding: 0 30px 0 20px;
}

#colTwo .bottom {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
}

/* Logo */
#logo {
	height: 150px;
	background: url(/images/img06.gif) no-repeat;
}

#logo h1,#logo h2,#logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 25px;
	font-size: 34px;
}

#logo h2 {
	margin-top: -5px;
	font-size: 12px;
}

/* Footer */
#footer {
	clear: both;
	width: 928px;
	margin: 0 auto;
	padding-top: 40px;
	background: url(/images/img11.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
}

.publicidadCuadrado {
	width: 340px;
}

.fechaNoticia {
	color: #2582A4;
	font-weight: bold;
}

.tablaEnNoticias td {
	text-align: center;
	border-bottom: 1px dotted gray;
}

.paginador {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.4em;
	font-weight: bold;
}

.paginador a {
	text-decoration: none;
	color: #2582A4;
}

.paginadorPagina {
	
}

.paginaSeleccionada {
	color: red;
	font-size: 1.3em;
}

.paginaSiguiente {
	
}

.paginaAnterior {
	
}

.paginador a:hover {
	color: red;
}

/*Titulo campos*/
.tituloCampo {
	font-weight: bold;
}

.tituloVerde {
	border: 1px solid #9bff9b;
	background-color: #d5ffd5;
	color: #666666;
	font-weight: bold;
	width: 620px;
	padding: 5px 5px 5px 5px;
}

.tituloAzul {
	border: 1px solid #c6d5f6;
	background-color: #e4ecfc;
	color: #666666;
	font-weight: bold;
	width: 620px;
	padding: 5px 5px 5px 5px;
}

/*Text box*/
.textBoxPequeno {
	width: 100px;
	height: 20px;
	border: 1px solid #666666;
	padding-left: 5px;
}

.textBoxMediano {
	width: 200px;
	height: 20px;
	border: 1px solid #666666;
	padding-left: 5px;
}

.textBoxGrande {
	width: 400px;
	height: 20px;
	border: 1px solid #666666;
	padding-left: 5px;
}

.textBoxSuperGrande {
	width: 600px;
	height: 20px;
	border: 1px solid #666666;
	padding-left: 5px;
}

/*Text Area*/
.textAreaPequeno {
	width: 200px;
	height: 100px;
	border: 1px solid #666666;
	padding-left: 5px;
}

.textAreaMediano {
	width: 400px;
	height: 200px;
	border: 1px solid #666666;
	padding-left: 5px;
}

.textAreaGrande {
	width: 600px;
	height: 300px;
	border: 1px solid #666666;
	padding-left: 5px;
}

.textAreaSemiGrande {
	width: 600px;
	height: 100px;
	border: 1px solid #666666;
	padding-left: 5px;
}

/*Listados*/
.listado {
	border: 1px solid #666666;
	height: 20px;
}

.listadoMultiple {
	border: 1px solid #666666;
	width: 600px;
	height: 100px;
}

/*Bloques*/
.margenSuperiorInferior {
	margin-top: 5px;
	margin-bottom: 10px;
}

.margenDerecho {
	margin-right: 10px;
}

.margenIzquierdo {
	margin-left: 10px;
}

.margenIzquierdInferior {
	margin-left: 15px;
	padding-bottom: 10px;
}

.margenSuperiorInferiorIzquierdo {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*Botones*/
.botonGuardar {
	background: transparent url("images/privada/btnAzulNormal.png")
		no-repeat left center;
	width: 101px;
	height: 21px;
	font-weight: bold;
	text-align: center;
	color: #005a84;
	padding-top: 5px;
	font-size: 1.2em;
	cursor: pointer;
}

.botonGuardar:ACTIVE {
	background: transparent url("images/privada/btnAzulPulsado.png")
		no-repeat left center;
}

.botonCancelar {
	background: transparent url("images/privada/btnGrisNormal.png")
		no-repeat left center;
	width: 101px;
	height: 21px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	padding-top: 5px;
	font-size: 1.2em;
	cursor: pointer;
}

.botonCancelar:ACTIVE {
	background: transparent url("images/privada/btnGrisPulsado.png")
		no-repeat left center;
}

.botonEliminar {
	background: transparent url("images/privada/btnRojo.png") no-repeat left
		center;
	width: 101px;
	height: 21px;
	font-weight: bold;
	text-align: center;
	color: #ff2b2b;
	padding-top: 5px;
	font-size: 1.2em;
}

.botonEliminar a {
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #ff2b2b;
}

.botonEliminar a:hover {
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #ff2b2b;
}

/*Advertencia*/
.advertencia {
	border: 1px solid #fff98d;
	background-color: #fdfbd2;
	color: #666666;
	width: 600px;
	padding: 10px 10px 10px 10px;
}

/*Error*/
.error {
	border: 1px solid #fc6e70;
	background-color: #ffcbcb;
	color: #666666;
	width: 600px;
	padding: 10px 10px 10px 10px;
}

.errorExterno {
	border: 1px solid #fc6e70;
	background-color: #ffcbcb;
	color: #666666;
	width: 610px;
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.informacion {
	border: 1px solid #a0ff90;
	background-color: #ddffd8;
	color: #666666;
	width: 610px;
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

/*Texto*/
.texto {
	margin-bottom: 10px;
	margin-top: 10px;
}

/*Colores*/
.rojo {
	color: red;
	font-weight: bold;
}

.verde {
	color: green;
	font-weight: bold;
}

/*Div linea*/
.divLineaPequeno {
	float: left;
	width: 150px;
}

.divLineaMediano {
	float: left;
	width: 300px;
}

.divLineaGrande {
	width: 600px;
}

.gwt-DisclosurePanel-open {
	margin-bottom: 20px;
}

/*Tabla*/
.sortableTables-Panel {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 640px;
}

.sortableTable {
	border: 1px solid #d0d0d0;
	width: 630px;
}

.sortableTable tr {
	border: 1px solid blue;
}

.sortableTableHeader {
	height: 24px;
	font-weight: bold;
	font-size: 1.3em;
	vertical-align: middle;
}

.sortableTableHeader td {
	background: transparent url("images/privada/cabeceraTablaGris.gif")
		repeat-x;
	padding-left: 5px;
}

.sortableTableHeader td:HOVER {
	background: transparent url("images/privada/cabeceraTablaAzul.gif")
		repeat-x;
	cursor: pointer;
}

.sortableTableOddRow {
	height: 24px;
	vertical-align: middle;
}

.sortableTableEvenRow {
	height: 24px;
	vertical-align: middle;
}

.sortableTableOddRow:HOVER {
	background: transparent
		url("images/privada/lineaTablaSeleccionadaGris.gif") repeat-x;
}

.sortableTableEvenRow:HOVER {
	background: transparent
		url("images/privada/lineaTablaSeleccionadaGris.gif") repeat-x;
}

.sortableTableSelectedRow {
	background-color: #efefff;
}

.sortableTableColumn1 {
	
}

.sortableTableColumn2 {
	
}

.sortableTableButton {
	width: 25px;
}

.sortableTableButton:HOVER {
	cursor: pointer;
}

.sortableTableButtons {
	width: 100%;
	margin-bottom: 5px;
}

.sortableTablePanelBtnAnterior {
	text-align: left;
}

.sortableTablePanelBtnSiguiente {
	text-align: right;
}

.sortableTablePanelLabelContadorPagina {
	text-align: center;
}

.sortableTableContador {
	font-weight: bold;
}

.formulario-nuevo {
	width: 630px;
	border: 1px solid #9bff9b;
	background-color: #ecffec;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.formulario-modificar {
	width: 630px;
	border: 1px solid #c6d5f6;
	background-color: #e4ecfc;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* TabPanel */
.formulario-nuevo .gwt-TabBar {
	padding-top: 2px;
	border-bottom: 4px solid #d5ffd5;
	background-color: #ecffec;
}

.formulario-nuevo .gwt-TabBar .gwt-TabBarFirst {
	
}

.formulario-nuevo .gwt-TabBar .gwt-TabBarRest {
	
}

.formulario-nuevo .gwt-TabBar .gwt-TabBarItem {
	padding: 4px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	background-color: white;
	/*background-color: #e8eef7;*/
	border-bottom: 2px solid #ecffec;
	margin-right: 2px;
}

.formulario-nuevo .gwt-TabBar .gwt-TabBarItem-selected {
	padding: 4px;
	font-weight: bold;
	cursor: default;
	background-color: #d5ffd5;
	border-bottom: 2px solid #d5ffd5;
	margin-right: 2px;
}

.formulario-modificar .gwt-TabBar {
	padding-top: 2px;
	border-bottom: 4px solid #87B3FF;
	background-color: #e4ecfc;
}

.formulario-modificar .gwt-TabBar .gwt-TabBarFirst {
	
}

.formulario-modificar .gwt-TabBar .gwt-TabBarRest {
	
}

.formulario-modificar .gwt-TabBar .gwt-TabBarItem {
	padding: 4px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	background-color: white;
	/*background-color: #e8eef7;*/
	border-bottom: 2px solid #e4ecfc;
	margin-right: 2px;
}

.formulario-modificar .gwt-TabBar .gwt-TabBarItem-selected {
	padding: 4px;
	font-weight: bold;
	cursor: default;
	background-color: #87b3ff;
	border-bottom: 2px solid #87b3ff;
	margin-right: 2px;
}

.lineaNormalIdPlantilla {
	width: 30px;
	height: 20px;
	margin-top: 4px;
	overflow: hidden;
	line-height: 1.5;
	margin-right: 5px;
	margin-left: 5px;
	height: 20px;
}

.lineaNormalTituloPlantilla {
	width: 415px;
	height: 20px;
	margin-top: 4px;
	overflow: hidden;
	line-height: 1.5;
	margin-right: 5px;
	margin-left: 5px;
	height: 20px;
}

.publiCuadro {
	float: right;
	margin: 5px 5px 5px 5px;
}