@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
}

#headder {
	width: auto;
	height: 84px;
	position: relative;
	background-image:url(../images/logo_bcjaobrasocial.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

#headder div#titulo_convocatoria {
	font-family:"Times New Roman", Times, serif;
	font-size: 25px;
	color: #428991;
	position: absolute;
	left: 20px;
	bottom: 1px;
}

#headder div#imagen_topderecho {
	right: 10px;
	top: -8px;
	position: absolute;
}



#form_zone {
	width: auto;
	min-height: 300px;
	margin-right: 300px;
	position:relative;
	padding: 20px;
}

#form_zone table#tabla_form {
	
}

#form_zone table#tabla_form td {
	vertical-align: top;
	position: relative;
}

#form_zone table#tabla_form td.seccion {
	vertical-align: top;
	background-image:url(../images/fondo_secciones.png);
	background-repeat: no-repeat;
	background-position: -2px 19px;
	height: 23px;
	margin-left: 15px;
	font-weight:bold;
	color:#626262;
}

#tools_zone {
	width: 292px;
	height: auto;
	position:absolute;
	top: 97px;
	right: 0px;
}

#tools_box {
	position: relative;
	margin-bottom: 10px;
	width: auto;
	height: auto;
}

div#tools_box.info {
	background-color: #D3E9EB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4C9DA6;
	border-right-color: #4C9DA6;
	border-bottom-color: #4C9DA6;
	border-left-color: #4C9DA6;
}

.info div#titulo {
	padding-left: 3px;
	padding-right: -3px;
	padding-top: 3px;
	height: 23px;
	background-color: #4C9DA6;
	color:#EFEFEF;
	font-weight: bold;
	vertical-align: middle;
}

div#tools_box.alerts {
	background-color: #F8EEED;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AC1A1A;
	border-right-color: #AC1A1A;
	border-bottom-color: #AC1A1A;
	border-left-color: #AC1A1A;
}

.alerts div#titulo {
	padding-left: 3px;
	padding-right: -3px;
	padding-top: 3px;
	height: 23px;
	background-color: #AC1A1A;
	color:#EFEFEF;
	font-weight: bold;
	vertical-align: middle;
}

.error_msg {
	paddin: 10px;
	background-color: #FAF1F1;
	border: #AC1A1A solid 1px;
}

div#tools_box ul {
	list-style: none;
	_margin: 5px;
}

div#tools_box ul li a {
	padding-left: 5px;
	width: 240px;
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	color: #333333;
}


div#tools_box ul li a:hover {
	background-color: #89C5C9;
}

div#tools_box.alerts ul li a:hover {
	background-color: #E4C5C2;
}


div.add_row {
	width: 220px;
	background-image: url(../images/add_row.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 22px;
	padding-top: 5px;
	cursor: pointer;
	height: 19px;
	vertical-align: middle;
}

div.add_row:hover {
	color: #2C721B;
	text-decoration: underline;
}


#footer {
	width: auto;
	height: 50px;
	position: relative;
	background-image: url(../images/fondo_footer.png);
	background-repeat: no-repeat;
	background-position: left top;	
	font-size: 10px;
	padding: 10px;
}

/* Clases de los campos de los forms */

input:focus {
	background-color:#CCCCCC;
}

textarea {
	width: 500px;
	margin-top: 0px;
	height: 250px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #333333;
}


input.tx_largo {
	width: 300px;
	margin-top: 0px;
}

input.tx_xlargo {
	width: 450px;
	margin-top: 0px;
}

input.tx_medio {
	width: 200px;
	margin-top: 0px;
}

input.tx_corto {
	width: 100px;
	margin-top: 0px;
}

input.tx_fecha {
	width: 100px;
	margin-top: 0px;
}


input.tx_cif {
	width: 100px;
	margin-top: 0px;
}

input.tx_supercorto {
	width: 40px;
	margin-top: 0px;
}

input.numero {
	width: 80px;
	margin-top: 0px;
}

input.fecha {
	width: 80px;
	margin-top: 0px;
}


textarea.ta_largo {
	width: 500px;
	margin-top: 0px;
	height: 250px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #333333;
}

textarea.ta_corto {
	width: 500px;
	margin-top: 0px;
	height: 120px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #333333;
}



.etiq_campo {
	text-align: right;
	margin-top: 3px;
}

.info_campo {
	font-size: 7px;
}

#selector_meses {
	position: relative;
	float: left;
	width: 355px;
	margin-left: 30px;
}

#chks_meses {
	position: absolute;
	top: 3px;
	left: 19px;
}

#sp_meses {
	position: absolute
	top: 15px;
	left: 0px;
}

.chk_mes, .lbl_mes {
	width: 28px;
	height: 18px;
	float: left;
	border: none;
	text-align: center;
}

#cronograma label {
		font-size: 9px;
}


.lbl_mes {
	margin-top: 5px;
	text-align: right;
	margin-right: 0px;
	font-size: 9px;
	
}

#cual_otras, #doc_acredita {
	display: inline;
}





/* ERIC */

.error-container {
	padding: 5px;
	border: 1px solid #AC1A1A;
	margin-bottom: 10px;
	background-color:#F2E2E1;
	/*font-size: 0.9em;*/
	color: #AC1A1A;
}


.error-container label {
	display: block;
        margin-bottom: 10px;
}

input.error {
   border-color: red;
   border-width: 1px;
   border-style: solid;
}

#nav-controls {
text-align: center;
}

/* JTIP */

#JT_arrow_left{
	background-image: url(../images/tips/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-11px;
	height:23px;
	width:10px;
    top:-2px;
}

#JT_arrow_right{
	background-image: url(../images/tips/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #e9c048;
	background-color: #FEFCF3;
	
	width: 375px;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #e9c048;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #e9c048;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip {
	cursor:help;
	color: #e9c048;
	font-weight: bolder;
	/*
	background-color: #FDF9EA;
	border: 2px solid #e9c048;
	padding-left: 2px;
	padding-right: 2px;
	*/
	text-decoration: none;
	/*
	background-image:url(../images/help.png);
	background-repeat:no-repeat
	*/
	display: inline;
	width: 8px;
	height: 14px;
	text-align: center;
	margin-top: -2px;
}


/*  files */

#fichero_entidad_publica {
   display: inline;
}

#indica_paso {
	position: absolute;
	right: 30px;
	top: 0px;
}

.errores_app {
   padding: 10px;
   padding-left: 10px;
}

.errores_app .desglose {
   padding-left: 40px;
}

.errores_app .desglose a {
   color: #585554;
}

#referencias input {
   width: 300px;
}
