body {
	background: #787878 url("/bitmaps/fondo_bottom_portada.png") repeat-x fixed bottom;
	font-family: Verdana, Arial, sans-serif;
}

img {
	border: 0px;
}

a {
	color: #f2911c;
	text-decoration: none;
}

a:link:hover {
	text-decoration: underline;
}

.civil {
	width: 25%;
	height: 220px;
	position: absolute;
	top: 0px; left: 0px;
	background: url(/bitmaps/fondo_home.png) 0px 0px no-repeat;
}

.civil:hover {
	background: url(/bitmaps/fondo_home.png) 0px -250px no-repeat;
}


.penal {
	width: 25%;
	height: 220px;
	position: absolute;
	top: 0px; left: 25%;
	background: url(/bitmaps/fondo_home.png) -475px 0px no-repeat
}

.penal:hover {
	background: url(/bitmaps/fondo_home.png) -475px -250px no-repeat
}

.admin {
	width: 25%;
	height: 220px;
	position: absolute;
	top: 0px; left: 50%;
	background: url(/bitmaps/fondo_home.png) -950px 0px no-repeat
}

.admin:hover {
	background: url(/bitmaps/fondo_home.png) -950px -250px no-repeat
}

.laboral {
	width: 25%;
	height: 220px;
	position: absolute;
	top: 0px; left: 75%;
	background: url(/bitmaps/fondo_home.png) -1425px 0px no-repeat
}

.laboral:hover {
	background: url(/bitmaps/fondo_home.png) -1425px -250px no-repeat
}

.container {
	width:100%;
	height: 220px;
}

.carrusel {
	background: #212121 url("/bitmaps/fondo_carrusel.png") repeat-x top;
	margin-left: 0px;
	margin-right: 0px;
	border-top: solid white 1px;
	padding: 1em 2em 1em 2em;
}

#highlighterbg {
	color: #d9cc2b;
	font-size: 0.8em;
}

.buscador {
	margin-top:auto;
	width: 700px;
	margin:0 auto 0 auto;
}

.formulario {
	border: solid #f4a100 2px;
	font-size: 1em;
}

.radio_option {
	font-weight: bold;
	font-size: 0.90em;
}

#pie {
	margin-top: 2%;
	text-align: center;
	font-size: 0.75em;
	color: #f2911c;
}

#copy {
	margin-top: 2%;
	text-align: center;
	font-size: 0.75em;
	color: #ffffff;
}

#copy a {
	color: #ffffff;
	text-decoration: none;
}

#copy a:hover {
	text-decoration: underline;
}

.seccion {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bolder;
}


/* Animación de espera en búsqueda*/

#espera {
	display: none; 
	visibility: hidden; 
	position: absolute;
	top: 0px; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
	text-align: center; 
	background: url('/bitmaps/semi_transp.png')
}

#cuadro_espera {
	position: relative;
	margin: 10% auto auto auto;
	z-index: 100;
	text-align: center;
	border: 0px;
	background: #ffffff url('/bitmaps/libro.jpg'); 
	height: 228px; width: 568px;
}

#ruleta_espera {
	position: relative;
	top: 80px;
}

