@CHARSET "UTF-8";
@import url(../css/reset.css);
@import url(../css/default.css);
body{
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p{
  font-family: sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #292929;
  padding-bottom: 10px; }

#sol_input,#sol_cabecera,#sol_mensajes,#solDatos,.sol_detalle,#botones{
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
}

#sol_datos td.title{padding: 2%;}

#msgs{
	text-align: center;
	font-size: 12px;
	color: red;
	padding-bottom: 5px;
}

#sol_input td.der{text-align:right;}
#sol_input td.cen{text-align:center;}
#sol_input td.name{margin-left: 2%;}

.codInput{size: 13%;}

#titulo{font-weight: bold;}

table#observaciones {
	margin-top: 20px;
	text-align: left;
	width: auto;
}

table#observaciones td{margin-bottom: 5px;}

.field_style {
	margin-bottom: 5px;
	width: 85%;
}
.sol_detalle {
	width: 80%;
}
.sol_detalle_estado {
	width: 85%;
    background-color: #204173;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    border-radius: 5px;
	margin-bottom: 15px;
}
.estado_msg {
	border: 1px solid #204173;
    background-color: #204173;
    color: white;
    padding: 10px;
}

.titulo {
	font-weight: bold;
	padding-bottom: 10px;
/*	text-align: right;*/
	padding-right: 5px;
}