/*Hoja de estilo para los formularios*/
table{
	border: 0.05em solid #ccc;
	border-collapse: collapse;
	text-align:center;
	float:none;
	margin-left:auto; 
	margin-right:auto;
	background-color: #CEDAEA;
	clear: both;
}
caption{
	font-size: 1.4em;
	color:#535E9A;
	font-weight: bold;
}
th{	
	padding:1%;
	background-color: #95BEFC;
	border: 0.05em solid #ccc;
}
td{		
	padding:1%;
	background-color: #E7EAF1;	
	border: 0.05em solid #ccc;
}
td img {
	border:0;
	vertical-align: middle;
}
#zona_buscador table{
	background-color:transparent;
}
#zona_buscador th,
#zona_buscador td{
	border:0;
	background-color:transparent;
}
select{
	font-size: 0.72em;
}
#informacion table ul{
list-style-position:inside;
list-style-type:disc;
color:#000000;
}
fieldset{
	margin-right:auto;
	margin-left:auto;
	position:relative;	
	background-color: #E7EAF1;
	border-style:solid;
	border-color:#D5D5D5;
	border-width:thin;
	padding:0 1% 1% 1%;
	clear: both;
	text-align: left;
}
fieldset legend{
	position:relative;
	top: -.5em;
	left: .2em;	
	text-align: left;
	color: #225E9A;
	font-size: 1.2em;
}
fieldset label{
	padding:0 0.5% 0 0.5%;
}
fieldset table{
	border:0;
	text-align:left;
	background-color: transparent;
}
fieldset th{	
	padding:0;
	border:0;	
	background-color: transparent;
}
fieldset  td{	
	padding:0.5%;
	border:0;
	background-color: transparent;
}
.boton {
 	border: solid 0.05em #C9C9C9;
	background-image:url(../img/fBoton.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: #FBFBFB;
    color: #C04323;
	font-size: 1em;
	font-weight: bold;	
	padding: 0.6%;
}
.boton_mas {
 	border: solid 0.1em #C9C9C9;
	background-image:url(../img/top_mas.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color: #FBFBFB;
    color: #C04323;
	font-size: 1em;
	font-weight: bold;
	width:1.8em;
	padding: 1%;
}
#informacion .boton a{
 	color: #C04323;
	font-size: 1em;
	font-weight: bold;	
	text-decoration: none;
	margin:0;
	padding: 0 2% 0 2%;
	cursor:default;
}
#informacion .boton a:hover{
	cursor:default;
 }
.pad_alto{
	padding: 1% 0 1% 0;
	text-align: right; 
	margin-left: auto; 
	margin-right: auto;
}
textArea {	
	color: #666666;
	font-size: 1.2em;
	vertical-align: middle;	
	}
input {
	color: #666666;
	font-size: 0.9em;
	vertical-align: middle;
}
.error {
	color: red;
}
.errorSinDto{
	font-size: 1.3em;
	color:#C24122;
}
form{
	float:left;
	width: 100%;
	margin:0;
	padding:0;
}
/*Display tag*/
.export {	
	padding: 0 1em 0.5em 1.5em;
	display: inline;
	cursor: pointer;
	margin:0;
	font-size: 1em;
	background-repeat:no-repeat;
	list-style-type:none;
}
span.excel {
	background-image: url(../../diseno/img/ico_file_excel.png);	
}
span.csv {
	background-image: url(../../diseno/img/ico_file_csv.png);
}
.xml {
	background-image: url(../../diseno/img/ico_file_xml.png);
}
.pdf {
	background-image: url(../../diseno/img/ico_file_pdf.png);  
}
/* display 'none' en vez de 'block' para no mostrar los banners ni los links*/
.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 90%;
	margin: 10px auto 0px;
	/* display: none; */
	display: block;
	border-bottom: none;
	text-align: center;
}
.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 90%;
	/* display: none; */
	display: block;
	border-top: none;;
	margin: 0px auto 10px auto;
	text-align: center;
}
div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px;
	margin: 10px auto;
	width: 90%;
	text-align: center;	
}
table.simple tr.odd td{
	font-style: normal; 
	background-color: #DBDFEA;
}
table.simple {
	border: 0.05em solid #ccc;
	border-collapse: collapse;
}
table.simple td,table.simple th {
	border: 0.05em solid #ccc;
}
table.nocol tbody td,table.nocol tbody th {
	border-left: none;
	border-right: none;
}
table.mark td.tableCellError {
	background-color: #d00;
	color: #fff;
}
table.sublist {
	margin: 0 0 0 0;
	width: 100%;
}
table.sublist td,table.sublist th {
	width: 50%;
}
/********************** fin de los estilos para el display*****************************/
.letraAzulOsc{
	color:#1B4978;
}
.bordePuntos{
	padding:1%;
	border: 0.05em dotted black;
}
.azulClaro{
	background-color: #F1F3F8;
}
