<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background-color: #FFFFFF;
	font-size: 0.75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 20;
	padding: 0px;
	color: #797979;
}

a:link
{
	color: #034af3;
	text-decoration: underline;
}

a:visited
{
	color: #505abc;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #12eb87;
}

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

header, footer, nav, section
{
	display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #007ba5;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(images/icon_title.jpg);
	background-repeat: no-repeat;
	height: 50px;
	background-color: #007BA5;
	font-weight: normal;
	color: #FFF;
	vertical-align:middle;
	padding-left: 25px;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}

header, #header
{
	position: relative;
	margin-bottom: 0px;
	margin-top: 30px;
	color: #000;
	padding: 0;
}

header h1, #header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 32px !important;
}

#main
{
	padding: 5px 15px 15px 15px;
	background-color: #FFFFFF;
	-webkit-border-radius: 0px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
}

footer, #footer
{
	background-color: #e0e0e0;
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0 0 0px 0;
	font-size: .9em;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin-top: 20px;
    margin-bottom: 3px;
    border: 1px solid #ffffff;
	/*padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #999999;*/
}

legend
{
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #007BA5;
	vertical-align: middle;
	padding: 5px;
	width: 100%;
	border: 1px solid #007BA5;
}

textarea
{
	min-height: 75px;
}

input[type="text"], input[type="password"]
{
	/*border: 1px solid #999999;*/
	padding: 2px;
	font-size: 0.9em;
	color: #444;
	width: 200px;
}

select
{
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.2em;
	color: #444;
}

input[type="submit"]
{
	font-size: 1.2em;
	padding: 0px 8px;
}

/* TABLE
----------------------------------------------------------*/

table
{
	border: solid 1px #e8eef4;
	border-collapse: collapse;
	border-style: none;
}

table td
{
	padding: 5px;
	border: solid 1px #e8eef4;
	border-style: none;
}

table tr
{
	border-style: none;
}

table th
{
	padding: 6px 5px;
	text-align: left;
	background-color: #d2dee4;
	border: solid 1px #e8eef4;
	border-style: none;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

.errorMessage
{
	color: Red;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: white;
	padding: 12px 5px 25px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.successMessage
{
	color: Green;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: white;
	padding: 2px 5px 4px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.warningMessage
{
	color: blue;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: white;
	padding: 2px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

nav, #menucontainer
{
	margin-top: 40px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: #000;
	vertical-align: middle;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
	margin: 1em 0 0 0;
}

.display-field, .editor-field
{
	margin: 0.5em 0 0 0;
	width: 900px;
}

.editor-label-display-none
{
	margin: 1em 0 0 0;
	display: none;
}

.editor-field-display-none
{
	margin: 0.5em 0 0 0;
	width: 900px;
	display: none;
}

.text-box
{
	width: 30em;
}

.text-box.multi-line
{
	height: 6.5em;
}

.tri-state
{
	width: 6em;
}
.labels
{
	float: left;
	width: 200px;
	font-weight: bolder;
	text-align:left;
}

.aplicion-titulo
{
	color: #007BA5;
	font-size: x-large;
	font-weight: bold;
	padding-left: 23px;
}

.listBox
{
    width: 400px;
    height: 200px;
}
.verde 
{
	font-weight: bold;
    color:Green;
}
.rojo 
{
	font-weight: bold;
    color: #ff0000;
}

.dropDownList
{
    width: 400px;
}

.textBoxObservacion
{
    width:400px;
}

/* Botón Ir Arriba
----------------------------------------------- */
#IrArriba
{
    position: fixed;
    bottom: 91px; /* Distancia desde abajo */
    right: 30px; /* Distancia desde la derecha */
}

#IrArriba span
{
    width: 60px; /* Ancho del botón */
    height: 60px; /* Alto del botón */
    display: block;
    background: url(http://lh5.googleusercontent.com/-luDGEoQ_WZE/T1Ak-gta5MI/AAAAAAAACPI/ojfEGiaNmGw/s60/flecha-arriba.png) no-repeat center center;
}

/* Botón Ir Abajo
----------------------------------------------- */
#IrAbajo
{
    position: fixed;
    bottom: 30px; /* Distancia desde abajo */
    right: 30px; /* Distancia desde la derecha */
}

#IrAbajo span
{
    width: 60px; /* Ancho del botón */
    height: 60px; /* Alto del botón */
    display: block;
    background: url(http://lh5.googleusercontent.com/-luDGEoQ_WZE/T1Ak-gta5MI/AAAAAAAACPI/ojfEGiaNmGw/s60/flecha-arriba.png) no-repeat center center;
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
</pre></body></html>