@import url("style-cabecera4.css");
@import url("style-contenido.css");
@import url("style-migas-pan.css");
@import url("style-pie-pagina.css");

BODY {
	text-align: center;
	font-size: 70%;
	font-family: verdana;
}

/* Hacks */

html>body * {
	height: auto
} 

IMG {
	border: 0;
	vertical-align: middle;
}

INPUT {
	position: relative;
	vertical-align: middle;
}

LABEL,
SELECT,
TEXTAREA {
	position: relative;
}

A {
	color: #ba132c;
	background: url(../images/img_punt_horizontal-rojo.gif) repeat-x 0 100%;
	text-decoration: none;
	outline: none;
}
	
	A:hover {
		color: #81725f;
		background-image: url(../images/img_punt_horizontal-gris-reservia.gif);
	}

	A.restringido {
		padding-left: 12px;
		background: url(../images/img_ico_candado.gif) no-repeat 0 1px;
	}

	A.cerrar {
		padding-left: 12px;
		background: url(../images/img_bullet_001.gif) no-repeat 0 4px;
	}

BLOCKQUOTE {
    margin: 0 20px; padding: 0;
}


/* Alineaciones  */
.text-align-right {
	text-align: right;
}

.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}

.clear-both {
	clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.error-rojo {
	color: #ff0026;
}


/* Punteados */
.punteado-vertical-izquierda {
	background: url(../images/img_bkg_punteado-vertical_001.gif) repeat-y 0 0;
}

.punteado-vertical-derecha {
	background: url(../images/img_bkg_punteado-vertical_001.gif) repeat-y 100% 0;
}

.punteado-vertical-medio {
	background: url(../images/img_bkg_punteado-vertical_001.gif) repeat-y 50% 0;
}

.punteado-horizontal-arriba {
	background: url(../images/img_bkg_punteado-horizontal_001.gif) repeat-x 0 0;
}

.punteado-horizontal-abajo {
	background: url(../images/img_bkg_punteado-horizontal_001.gif) repeat-x 0 100%;
}

.punteado-horizontal-centro {
	background: url(../images/img_bkg_punteado-horizontal_001.gif) repeat-x 0 50%;
}


/* Subrrayados */
.subrayado-inferior-gris {
    border-bottom: 1px solid #cdc7bf;
}

/* Visibilidad */
.ocultar-texto {
	position: relative;
	text-indent: -10000px;
}
	
	.ocultar-texto A {
		display: block;
	}
	
	
/* RSS Icon */
.rss-icon {
	float: right;
	padding: 0 10px;
}

.rojo-reservia {
    color: #ba122b;
}


#procesos {
	position: relative;
	overflow: hidden;
	margin: 30px auto;
	width: 704px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
	
	#procesos .procesos-inferior {
		background: url(../images/paginas-procesos/img_bkg_fondo-abajo.gif) no-repeat 0 100%;
	}
	
	#procesos .procesos-superior {
		position: relative;
		background: url(../images/paginas-procesos/img_bkg_fondo-arriba4.gif) no-repeat 0 0;
		height: 250px;
		text-align: center;
		padding: 0 80px 150px;
	}
	
	#procesos H1 {
		/*text-indent: -10000px;*/
		width: 590px; height: 120px;
		margin: 0; padding: 0;
		text-indent: -10000px;
		text-align: left;
	}
		
	    #procesos H1 A {
		    width: 290px; height: 120px;
		    display: block;
		    background: none;
	    }
	
	#procesos H2 {
		font-weight: normal;
	}
	
	#procesos UL.procesos-opciones-superiores {
		position: absolute;
		top: 32px; right: 10px;
		margin: 0; padding: 0;
		list-style: none;
		font-size: 0.7em;
	}
	
		#procesos UL.procesos-opciones-superiores LI {
			display: inline;
			padding: 0 4px;
			border-left: 1px solid #000000;
		}
			
			#procesos UL.procesos-opciones-superiores LI.primero {
				border-left: 0;
			}