.resumenSeccion { margin-bottom: 10px; }
.resumenSeccion .tituloResumenSeccion { background-color: #5B9D94; color: #fff; }
.resumenSeccion .tituloResumenSeccion h3 { font: 1em  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS"; padding: 3px; }
.resumenSeccion .tituloResumenSeccion h3 a { color: #fff; display: block; text-decoration: none; }
.resumenSeccion .tituloResumenSeccion h3 a:hover { color: #fff;  }
.resumenSeccion .contenidoResumenSeccion { border-color: #ccc; border-style: solid; border-width: 0 1px 1px; font-size: 1.1em; padding: 10px; }
.resumenSeccion .contenidoResumenSeccion .imgCentrada { text-align: center; }
.resumenSeccion .contenidoResumenSeccionSolo { border: 1px solid #ccc; font-size: 1.1em; padding: 0; }
.resumenSeccion .contenidoResumenSeccionSolo .imgCentrada { text-align: center; }
.resumenSeccionLista ul { list-style: none; }
.resumenSeccionLista ul li { margin-bottom: 5px; }



.button {  
   	display: block;  
	width: 70px;  
  	height: 24px;  
  	background-image: url("../images/button.gif");  
	margin: 0px;
	background-color: transparent;
	border: none;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
 }  
 .button1 {  
   	display: block;  
	width: 55px;  
  	height: 21px;  
  	background-image: url("../images/button1.png");  
	margin: 0px;
	background-color: transparent;
	border: none;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
 }  
 
.obligatorio{
	color: #c00;
	font-size:12px;
}
 
.tabla {
	border: 1px solid #CDCDCD;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
	background:#E9F3F3;
	/*left:134px;*/
	text-align:left;
	width: 100%;
	height:358 px;
}
.tabla_interior{
	margin: 1em 1em 1em 1em;
	border: 0px;
	width:95%;
	/*height:338px;*/
}

.tabla_variable{
	border: 1px solid #CDCDCD;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
	background:#E9F3F3;
	/*left:134px;*/
	text-align:left;
	padding-left: 5px;
}

.tabla_variable1 {
	/*border: 1px solid #CDCDCD;*/
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
	background:#E9F3F3;
	/*left:134px;*/
	text-align:left;
	padding-left: 5px;
}

.occ{
	background-color:#E6EEEE;
}
	
form .error{
	color: #c00;
}
		
form label.error{
	color: #c00;
	font-size: 100%;
	font-weight: bold;
	font-variant:small-caps;
	width:308px;
	display: none;
	/*margin:8px 0px 0px 180px;*/
	padding:3px 0px 0px 5px;
	border-top:1px dotted #ccc;
	clear:both;
}
		
form label.info{
	font-size: 100%;
	font-weight: bold;
	font-variant:small-caps;
	/*margin:8px 0px 0px 180px;*/
	padding:3px 0px 0px 5px;
}

form fieldset fieldset,
form .group{
	width:200px;
	margin: 0;
	border:none;
	background:none;
	float:left;
	clear: none;
}
		
form fieldset fieldset label{
	width:auto !important;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	display:block;
	clear:both;
}

form label label.error{
	margin-left:0px;
}

form label.centered{
	padding:0px 0px;
	width:200px !important;
}
		
	/* see also the error class at the foot of the page */
form fieldset fieldset label.spaced{
	margin-bottom:3px;
}

/*** FORM ELEMENT COLUMNS ***/

	.col-1,
	fieldset fieldset.col-1 label
		{
		width:100%;
		}

	.col-2,
	fieldset fieldset.col-2 label
		{
		width:50%;
		}

	.col-3,
	fieldset fieldset.col-3 label
		{
		width:33%;
		}

	.col-4,
	fieldset fieldset.col-4 label
		{
		width:25%;
		}




/*** FORM ELEMENTS ***/

	form input.submit{
		margin:10px 0px 10px 180px;
		padding:0px 2px;
		}

	form input, textarea, select, 
	form label
		{
		font-size:1.1em;
		line-height:1.6em;
		}

	form input, textarea, select
		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border: 1px solid #CCCCCC;
	/** remember to change image path **/
		background: url(none) no-repeat #FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-size: 10px;
		color: #333333;
		}


	form .input[type="text"],
	form textarea
		{
		padding:1px;
		}
		
	form .input[type="radio"],
	form .input[type="checkbox"]
		{
		margin:0px;
		padding:0px;
		position:relative;
		top:3px;
		}
		
/*** SUPPORTING CLASSES ***/

	form label.required{
		background-image:url(images/required_star.gif);
		background-position:right;
		background-repeat:no-repeat;
		}
	
	form span.required{
		padding-right:15px;
		}
		
	form .clean
		{
		border:none;
		}
		
	form .info{
		padding-top:0.5em;
		font-size:80%;
		line-height:100%;
		color:#aaa;
		}
		
	form .indent{
 		padding:2px 20px; 
		width:auto !important;
		white-space:nowrap;
		padding-left: 25px !important;
 		}
		
	form label.disabled{
		color:#aaa;
		}
	
	form .highlight{
		background-color:#e2e2e2;
		}
	
	.off{
		display:none !important;
		}
		
	.clear{
		clear:both;
		}
		
