
#form1 fieldset {
        width: 300px;
        display: block;
		
		border:2px solid #CCCC00 ;



}
/*#form1 legend {
        font-size: 15px;
        font-weight: bold;
        background-color:#FFF2F4;
		padding: 2px 5px;
		
}*/
.boton_calendar{

background-image:url(../images/cal3.png);

/*border:#000000;*/
width:35px;
height:32px;

}
.tabla{
margin:auto;
border:#004D8A;
border-width:1px;
border-color:#6FB5FB;
border-right: 2px solid #6FB5FB;
border-left:2px solid  #6FB5FB;
border-bottom: 2px solid #6FB5FB;
border-top: 2px solid #6FB5FB;

}
.combo {
	color:#7D7F85;
	font-size:12px;
	font-family:arial;
	border-left:double;
	border-right:double;
	border-bottom:double;
	border-top:double;
	border-width:1px;
	border-color: #999900;
	height:20px;
}
.estilo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
.boton
{
	color:#ffffff;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	border-left:double;
	border-right:double;
	border-bottom:double;
	border-top:double;
	
	border-width:2px;
	
	border-color: #FFFFFF;
	background-color:#3097FE;
	height:20px;
	width:80px;
	cursor:pointer;
	

	border-bottom-style: dotted;
}
.texto
{
	margin:10px;
	color:#777777;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:none;
	text-align:justify;
	line-height:18px;
	
}

.fila
{
	margin:10px;
	color:#777777;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:none;
	text-align:justify;
	line-height:18px;
	background:#F7FEFF;
	
}

.texto_centrado
{
	margin:10px;
	color:#777777;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:none;
	text-align:justify;
	line-height:18px;
	background:#EAFAFF;
	text-align:center;
}
.caja_texto
{
	color:#003E71;
	font-size:12px;
	font-family:arial;
	border-left:double;
	border-right:double;
	border-bottom:double;
	border-top:double;
	border-width:1px;
	border-color:#49B1FE;
	height:20px;
}

.caja_textGrande
{
	color:#7D7F85;
	font-size:12px;
	font-family:arial;
	border-left:double;
	border-right:double;
	border-bottom:double;
	border-top:double;
	border-width:1px;
	border-color:#49B1FE;
	height:60px;
}


.caja_textAreaLista
{
	color:#7D7F85;
	font-size:12px;
	font-family:arial;
	border-left:double;
	border-right:double;
	border-bottom:double;
	border-top:double;
	border-width:1px;
	border-color: #999900;
	width:450px;

}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	background:#0159B1;
}

.subtitulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	
}
.td{
 border:#999900;
}
.tr{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#6FB5FB;
	color: #FFFFFF;
	font-weight: bold;
	
	

   
}


.tr2{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#E2F0FE;
	color: #999999;
	font-weight: bold;   
}


.mensaje{
	font-size: x-small;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}