/****************************************************/
	/***************CAPAS PRINCIPALES DE LA WEB**********/
	/****************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: #666;
	background-color: #666;
}

#wrapper {
	background: #FFFFFF;
	background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/fnd-content.jpg);
	background-repeat: no-repeat;
	background-position: 0 185px;
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

#header {
	margin-bottom: 20px;
}

#home {
	min-height: 300px;
	margin-left: 2em;
	margin-right: 1.75em;
}

#menuPrincipal {
	margin-bottom: 1em;	
}



#content {}

#footer {
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 3em;
	background-color: #fff;
	border-top: 2px solid #999;
	color: #000;
	font-size: 0.85em;
	font-weight: normal;
	clear: left;
}

/****************************************/
#mensajesError {
	clear: both;
	/*height:500px;*/
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	visibility: visible;
	width: 800px;
	background: red;
	z-index: 1;
}

.footer-contenido1 {
	float: left;
	padding-left: 5px;
}

.footer-contenido2 {
	float: right;
	padding-right: 10px;
}

a.enlacepie:link,a.enlacepie:visited {
	padding-left: 0.25em;
	padding-right: 0.25em;
	text-decoration: underline;
	color: #000;
}

a.enlacepie:hover {
	text-decoration: underline;
}

a.enlace:link,a.enlace:visited {
	text-decoration: none;
	color: #518C2E;
}

a.enlace:hover {
	text-decoration: underline;
}

/************************************/
	/**************content***************/
	/************************************/
.tituloContent { width: 100%; }

.contenidoContent { width: 100%; }

/************tituloContent**********/
.partePrincipal {
	margin-bottom: 0.25em;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 3em;
	color: #000;
	font-weight: normal;
}

/************contentContent**********/
.parrafo {
	padding-bottom: 1em;
	width: 100%;
}
	.parrafo ul li {
		list-style-type: none;
		padding-left: 1.25em;
		margin-bottom: 0.75em;
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/adorno-01.jpg);
		background-repeat: no-repeat;
		background-position: 0 3px;
	}

.letraInicial {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 3em;
	color: #518C2E;
	font-weight: normal;
}



.centrado {
	display: block;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

.ladoIzquierdo {
	float: left;
	width: 25%;
	text-align: left;
}

.ladoDerecho {
	float: left;
	width: 75%;
}

.formulario {
	width: 100%;
	padding-bottom: 10px;
}

.tamanyo1 {
	width: 80%;
	padding-bottom: 10px;
}

.tamanyo2 {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

.tamanyo3 {
	width: 20%;
	padding-bottom: 10px;
	padding-top: 30px;
}

.tamanyo4 {
	width: 90%;
	padding-bottom: 10px;
}

.botonera {
	width: 60%; /* Su valor anterior era 50% */
	padding-top: 10px;
	text-align: right;
}

.campoFormularioCV {
	clear: both;
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: 5px;
}

.campoFormularioHabilidades {
	clear: both;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 15px;
	margin-bottom: 15px;
}

.campoFormularioHabilidadesLM {
	clear: both;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

/********************/
.contenido {
	clear: both;
	padding-top: 5px;
	width: 100%;
}

/***hay que quitarlo**/
.edicion {
	width: 50%;
	margin-left: 50px;
	margin-left: 15px;
}

.curriculumExpress{
	display: block;
	float: left;
	width: 39% !important;
	padding-top: 2em;
	padding-left: 3em;
	padding-bottom: 2em;
	font-weight: bold;
	text-decoration: underline !important;
	color: #fff !important;
	background-color: #518C2E;
	background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/adorno-02.jpg);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	margin-right: 4em;
}
.curriculumTradicional {
	display: block;
	float: left;
	width: 39% !important;
	padding-top: 2em;
	padding-left: 3em;
	padding-bottom: 2em;
	font-weight: bold;
	text-decoration: underline !important;
	color: #fff !important;
	background-color: #518C2E;
	background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/adorno-02.jpg);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}
a.curriculumExpress:LINK,a.curriculumTradicional:LINK  ,a.curriculumExpress:visited,a.curriculumTradicional:visited
	{
	text-decoration: none;
	color: #fff;
}


.nota {
	font-weight: bold;
}

.boton input {
	position: relative;
	float: right;
}

.botonMini input {
	position: relative;
	float: right;
}

/************************************/
	/**************menuPrincipal*********/
	/************************************/
ul.menu {
	width: 100%;
}

ul.sinpunto {
	list-style-type: none;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

li.nav1 {
	margin-right: 5px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	background-repeat: no-repeat;
}
li.nav1 a {
	padding-top: 35px;
	padding-left: 10px;
	display: block;
	width: 135px;
	height: 50px;
}

/* Intercambio de imagenes */
	.paso1-1, .paso2-1, .paso3-1, .paso4-1,
	.paso1-2, .paso2-1, .paso3-2, .paso4-2,
	.paso1-3, .paso2-3, .paso3-3, .paso4-3, {
		margin-right: 3px;
	}

	.paso1-1 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-1-inactive.jpg);
	}
	.paso2-1 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-2-inactive.jpg);
	}
	.paso3-1 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-3-inactive.jpg);
	}
	.paso4-1 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-4-inactive.jpg);
	}
	.paso5-1 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-5-inactive.jpg);
	}
	.paso1-1 span.TextoBotones,
	.paso2-1 span.TextoBotones,
	.paso3-1 span.TextoBotones,
	.paso4-1 span.TextoBotones,
	.paso5-1 span.TextoBotones {
		color: #C9DBBF !important;
	}


	.paso1-2 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-1-active.jpg);
	}
	.paso2-2 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-2-active.jpg);
	}
	.paso3-2 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-3-active.jpg);
	}
	.paso4-2 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-4-active.jpg);
	}
	.paso5-2 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-5-active.jpg);
	}
	.paso1-2 span.TextoBotones,
	.paso2-2 span.TextoBotones,
	.paso3-2 span.TextoBotones,
	.paso4-2 span.TextoBotones,
	.paso5-2 span.TextoBotones {
		color: #fff !important;
	}


	.paso1-3 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-1-done.jpg);
	}
	.paso2-3 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-2-done.jpg);
	}
	.paso3-3 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-3-done.jpg);
	}
	.paso4-3 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-4-done.jpg);
	}
	.paso5-3 {
		background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/paso-5-done.jpg);
	}
	.paso1-3 span.TextoBotones,
	.paso2-3 span.TextoBotones,
	.paso3-3 span.TextoBotones,
	.paso4-3 span.TextoBotones,
	.paso5-3 span.TextoBotones {
		color: #ddd !important;
	}



div.BotonMenuIzq {
	float: left;
	background-color: #007336;
	background-repeat: no-repeat;
	width: 11px;
	height: 20px;
}

div.BotonMenuCentro {
	float: left;
	background-color: #007336;
	background-repeat: repeat;
	width: 129px;
	height: 20px;
	text-align: center;
}

div.BotonMenuDer {
	float: left;
	background-color: #007336;
	background-repeat: no-repeat;
	width: 18px;
	height: 20px;
}

div.BotonMenuIzqUnselected {
	float: left;
	background-color: #C5C5C5;
	background-repeat: no-repeat;
	width: 11px;
	height: 20px;
}

div.BotonMenuCentroUnselected {
	float: left;
	background-color: #C5C5C5;
	background-repeat: repeat;
	width: 129px;
	height: 20px;
	text-align: center;
}

div.BotonMenuDerUnselected {
	float: left;
	background-color: #C5C5C5;
	background-repeat: no-repeat;
	width: 18px;
	height: 20px;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a.enlaceDesactivado {
	cursor: inherit;
	text-decoration: none;
}

img {
	border: none;
}

span.TextoBotones {
	text-align: left;
	font-weight: bold;
	margin-top: 2px;
	display: block;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

.titulo1 {
	margin-top: 1em;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #000;
}

.centradoBajo {
	text-align: center;
	padding-top: 70px;
}

.campoFormularioCV {
	clear: both;
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: 5px;
	padding-top: 0px;
}

.campoFormularioCV div {
	float: left;
	margin-bottom: 5px;
}

.campoFormularioCVOculto {
	clear: both;
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: 5px;
	visibility: hidden;
	display: none;
}

.campoFormularioCVOculto div {
	float: left;
	margin-bottom: 5px;
}

.campoFormulario {
	clear: both;
	/*padding-left: 10px;*/
	margin-bottom: 5px;
}

.campoFormularioOculto {
	clear: both;
	/*padding-left: 10px;*/
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 15px;
	display: none;
}




input,
select,
textarea {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #000;
	margin-right: 1px;
}
.boton {
	color: #fff;
	background-color: #518C2E;
	border: 2px solid #375F1F;
	padding: 0.25em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.botonNoMargin {
	color: #fff;
	background-color: #518C2E;
	border: 2px solid #375F1F;
	padding: 0.25em;
}

.botonMini {
	color: #fff;
	background-color: #518C2E;
	border: 2px solid #375F1F;
	padding: 0.25em;
	font-size:0.8em;
}

.botonMini2 {
	color: #000000;
	background-color: #FFFFFF;
	border: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 0.8em;
	text-decoration: underline;
	cursor: pointer;
	display: inline; 
	float: left;
}

.fnd-input {
	padding: 0.25em;
	color: #000;
	background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/fnd-input-01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #666;
}




.etiquetaFomulario {
	display: block;
	float: left;
	width: 160px;
	margin-top: 3px;
}

.etiquetaFomularioDcha {
	display: block;
	float: left;
	width: 160px;
	margin-top: 3px;
	margin-right: 0.5em;
}

.etiquetaFomularioInfo {
	display: block;
	float: left;
	margin-top: 3px;
	margin-bottom: 20px;
	width: 100%;
}

.etiquetaFormularioPequenyo {
	display: block;
	float: left;
	width: 80px;
	height: 30px;
	margin-top: 3px;
}

.etiquetaFormularioPequenyoHabilidades1 {
	display: block;
	float: left;
	width: 150px;
	height: 35px;
	margin-top: 3px;
}

.etiquetaFormularioPequenyoHabilidades2 {
	display: block;
	float: left;
	width: 120px;
	height: 35px;
	margin-top: 3px;
}

.etiquetaFormularioPequenyo3 {
	display: block;
	float: left;
	height: 20px;
	margin-top: 3px;
}

.etiquetaFormularioPequenyo2 {
	display: block;
	float: left;
	width: 60px;
	height: 30px;
	margin-top: 3px;
}

.etiquetaFomularioGrande {
	display: block;
	float: left;
	width: 270px;
	margin-top: 3px;
}

.foto {
	padding: 5px;
	margin-bottom: 0.5em;
	border: 1px solid #ccc;
	height: 120px;
	width: 135px;
	background-color: #fff;
	background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/css/imagenes_generales/photo-user-001.jpg);
}
.textoFoto {
	width: 145px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999;
}


a.dp-choose-date {
	width: 16px;
	height: 16px;
	padding-left: 15px;
	padding-bottom: 4px;
	background: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/calendario.gif) no-repeat;
}

.formularioIzquierda { /*width: 40%;*/
	float: left;
	padding-bottom: 10px;
	width: 350px;
	/*padding-left: 20px;*/ /*padding-right:20px; */
}

.bloque .formularioIzquierdaPeque {
	padding-left: 15px;
}

.formularioIzquierdaPeque {
	float: left;
	padding-bottom: 10px;
	width: 250px;
}

.formularioIzquierdaPeque2 {
	padding-bottom: 10px;
}

.formularioCentrado {
	padding-left: 40%;
}

.formularioPermisoIzquierda { /*width: 40%;*/
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	/*padding-left: 20px;*/ /*padding-right:20px; */
}

.formularioBotonIzquierda { /*width: 40%;*/
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 350px;
	/*padding-left: 20px;*/ /*padding-right:20px; */
}

.bloque .formularioBotonPermisoIzquierda {
	padding-top: 40px;
	width: 60px;
}

.formularioBotonPermisoIzquierda {
	float: left;
	padding-bottom: 10px;
	padding-top: 35px;
	width: 450px;
}

.formularioBotonPermisoDerecha {
	float: right;
	padding-right: 150px;
	padding-top: 35px;
	margin-bottom: 15px;
}

.formularioBotonDerecha { /*width: 40%;*/
	float: right;
	padding-right: 20px;
	padding-top: 32px;
	padding-bottom: 25px;
	height: 30px;
	/*padding-left: 20px;*/ /*padding-right:20px; */
}

.contenidoContent .tabla {
	width: 90%;
	margin-top: 10px;
	padding-bottom: 10px;
}

.bloque {
	clear: both;
	padding-top: 15px;
	width: 100%;
}

.bloque .tabla {
	float: left;
}

.contenidoContent .tabla table {
	vertical-align: middle;
	text-align: center;
	margin: auto auto 0px auto;
	clear: both;
	border: 2px solid #DDDDDD;
	width: 90%;
}

.contenidoContent table thead tr th {
	text-align: center;
	font-size: small;
	font-weight: bold;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.contenidoContent table tbody tr.odd {
	background-color: #DDDDDD;
}

.contenidoContent table tbody tr.even {
	background-color: #FFFFFF;
}

.formularioHabilidad {
	width: 200px;
	float: left;
	/*margin-left: 15px;*/
	margin-top: 15px;
}

.contenedorForm {
	clear: both;
	width: 90%;
	padding-botom: 10px;
	height: 80px;
	padding-left: 15px;
}

.formularioPequenyo {
	width: 80px;
	float: left;
}

.formularioPequenyo2 {
	width: 75px;
	float: left;
}

.formularioMediano {
	width: 245px;
	float: left;
}

.formularioMediano2 {
	width: 155px;
	float: left;
}

.formularioGrande {
	width: 240px;
	text-align: center;
	float: left;
}

.error {
	margin-top: 5px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
	width: 90%;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.exito {
	margin-top: 5px;
	margin-left: 25%;
	margin-right: 25%;
	width: 50%;
	background-color: #DDFFDD;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border: 2px solid #009900
}

.informacionError {
	background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/forbidden.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-weight: bold;
	margin-left: 16px;
	height: 16px;
	padding-left: 20px;
	padding-top: 2px;
	margin-left: 10px;
}

.informacionExito {
	background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/check.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-weight: bold;
	margin-left: 16px;
	height: 16px;
	padding-left: 20px;
	padding-top: 2px;
	margin-left: 10px;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
	display: none;
}

#CEDatosPersonalesAction_guardar_persona_datosContacto_localidad_id {
	width: 200px;
}

#CEHabilidadAction_guardar_permiso_id {
	width: 350px;
}

.textoAutoEvaluacionEuropass {
	font-size: 1em;
	font-weight: bold;
	color: #49821D;
}
.contenedorEnlaceDerecha {
	text-align: right;
	padding-right: 190px;
	padding-top: 10px;
}

a.enlaceDerecha:hover {
	text-decoration: underline !important;
	font-weight: bold;
	color: #49821D;
}

a.enlaceDerecha:link,a.enlaceDerecha:visited {
	text-decoration: none;
	font-weight: bold;
	color: #49821D;
}

.tablaCentrada table {
	text-align: center;
	vertical-align: middle;
	clear: both;
	border: 2px solid #DDDDDD;
	width: 100%;
}

.tablaCentrada table thead tr th {
	text-align: center;
	font-size: small;
	font-weight: bold;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.tablaCentrada table tbody tr.odd {
	background-color: #DDDDDD;
}

.tablaCentrada table tbody tr.even {
	background-color: #FFFFFF;
}

.textoAlineadoDerecha {
	text-align: right;
}

.errorField {
	color: #FF0000;
}

.errorForm {
	margin-right: 0.25em;
	float: left;
	display: block;
	padding-top: 2px;
	padding-left: 7px;
	width: 12px;
	height: 17px;
	color: #fff;
	font-weight: bold;
	background-image: url(http://www.juntadeandalucia.es/servicioandaluzdeempleo/oficinavirtual/AsistenteCV/img/imagenes_generales/exclamation.gif);
	background-repeat: no-repeat;
}


.fix-clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.clearfloat {
	clear: both;
}
.clearfloat hr {
	display: none;
}

hr.discontinuo {
	clear: both; 
	border-right: medium none; 
	border-top: 1px dashed; 
	margin: 0px 20px 1em; 
	border-left: medium none; 
	color: #C9C9C9; 
	border-bottom: medium none;
}

.obligatorio {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #f00;
}
.lineaDiscontinuaDcha{
	width: 90px;
	float: left;
}
.margenIzq{
	float: left;
	padding: 0 10px;
	text-align: left;
	border-left: 1px dashed #C9C9C9;
	margin-bottom: 0.8em;
	width: 85%;
}

*[readonly] {
/* CSS for all nodes with readonly attribute */
	color: #666666;
	background-color: #DDDDDD;
	background-image: none;
}

