a {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
}

form {
	display: inline;
}

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #fefefe url('/img/iges/fondo-transp.png') 50% 0 no-repeat;
	color: #000000;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 auto;
	min-height: 322px;
	width: 1580px;
}

#contenedor {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 80%;
}

#cabecera {
	background: transparent url('/img/iges/transparencia80.png') 0 0 repeat;
	display: inline-block;
	padding-top: 10px;
	width: 100%;
}

#cabecera h1 {
	display: inline-block;
	font-size: 1em;
	margin: 0;
	padding-right: 10px;
}

#principal {

}

/*#principal table {
	border: 1px solid grey;
	border-radius: 8px;
    padding: 17px;
}*/

#body {
	background: transparent url('/img/iges/transparencia80.png') 0 0 repeat;
	display: inline-block;
	padding-bottom: 15px;
	width: 100%;
}

#pie {
	background-color: #005287;
	bottom: 0;
	clear: both;
	height: 15px;
	position: absolute;
	width: 100%;
}

input[type=text], input[type=password] {
	border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    padding: 4px;
    font-size: 16px;
}

input[type=submit].iges {
	color: transparent;
	width: 21px;
	height: 24px;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	cursor: pointer;
}

input[type=submit].iges.aceptar {
	background-image: url('../../img/iges/botones/aceptar.png');
}

input[type=submit].iges.aceptar:hover {
	background-image: url('../../img/iges/botones/aceptar_on.png');
}

label {
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	line-height: 35px;
}

/* Estilos generales */

.bold {
	font-weight: bold;
}

.izquierda {
	text-align: left;
}

.centro {
	text-align: center;
}

.derecha {
	text-align: right;
}

.flotaIzquierda {
	float: left;
}

.flotaDerecha {
	float: right;
}

.flotaCentro {
	margin-left: auto;
	margin-right: auto;
}

.noBorde {
	border: none;
}

.borde1 {
	border: 1px solid grey;
}

.nowrap {
	white-space: nowrap;
}

.titulo {
	background: transparent url('../../img/iges/botones/bola.png') 0 0 no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 2px 2px 20px;
}
