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

h1{
	margin-left:20px;
	padding-top:20px;
}

.contentLineaCampo {
	clear:both;
}

.contentLineaCampo:after {
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}

div.contentLineaCampo_hidden {
	display:none;
}

label
{
	color: #599c18;
}

label.labelbloque
{
	float:left;
	display:block;
	width:200px;
	text-align:right;
	padding-right:10px;
	#width:190px;
	clear:left;
}

label.labelbloque_izq
{
	float:left;
	display:block;
	width:90px;
	text-align:left;
	padding-right:10px;
	#width:90px;
	clear:left;
	padding-left: 95px;
}

label.labelbloque_small
{
	display:block;
	float:left;
	width:55px;
	#width:55px;
	text-align:left;
	font-size:10px;
	margin-left:5px;
}

input.checks_meses {
	display: block;
	float: left;
}

div.meses_checks
{
	float:left;
	width:210px;
	text-align:left;
	padding-left:195px;
}

div.hidden {
	display:none;	
}

legend{
	color:#888888;
	font-size:90%;
}

fieldset{
	border:1px solid #CCCCCC;
	margin:0px 20px 0px 20px;
}

fieldset div{
	padding-bottom:5px;
}

fieldset div:after {
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}

div.col1{
	float:left;
	width:440px;
	border-right:1px solid #CCCCCC;
}

div.col2{
	padding-left:10px;
	float:left;
	width:410px;
}

div.col1,div.col2 div{
	color: #777777;
	font-size:90%;
/*	font-size:90%;*/
}

div.cajaBotones{
	margin-right:20px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
}

.bloqueControles {
	text-align:center;
	border-bottom:1px solid #777777;
	width:250px;
	margin-left:100px;
	margin-bottom:5px;
}

.mensajeok{
	margin:20px;
	color: #599c18;
}

select.inputcenter {
	margin-top:0px;
}

input.inputcenter_2 {
	margin-top:10px;
}

span.etiqueta_comentario {
	font-size:0.7em;
}

div.file3 {
	text-align:right;
}

div.file4 {
	text-align:right;
}

div#divfile3 {
	display:none;
	position:absolute;
	/*left:500px;
	top:1400px;*/
	border:1px solid green;
	width:400px;
	background-color:#EFF4E8;
	padding-top:30px;
	padding-bottom:15px;
	padding-left:15px;
}

div#divfile4 {
	display:none;
	position:absolute;
	/*left:500px;
	top:1610px;*/
	border:1px solid green;
	width:400px;
	background-color:#EFF4E8;
	padding-top:30px;
	padding-bottom:15px;
	padding-left:15px;
}

span.apunta {
	color:green;
	font-weight:bold;
	display:block;
}

span.apunta:hover {
	color:green;
	cursor:pointer;
	text-decoration:underline;
}

span.fu_commentary {
	display:block;
	width:350px;
	text-align:left;
	padding-left:50px;
}

input.filetexthidden {
	display:none;
}

div.pdf {
	color:green;
	font-weight:bold;
	margin-left:20px;
}

a.ejemplo {
	text-decoration:none;
	color:green;
}

a.ejemplo:hover {
	text-decoration:underline;
}
