/* CSS Document */

/* --------------------------- Default Style ------------------------- */

body {
	background-color: #324395;
	margin: 0px;
	pading: 0px;
}

select, input, textarea {
	font: 11px/13px Tahoma, Arial, Helvetica, Sans-serif;
}

a {
	color: #ffa;
	text-decoration: none;
}

h4 {
	font: bold 14px/14px Tahoma, Arial, Helvetica, Sans-serif;
}

.deftext {
	color: #eee;
	font: 11px/13px Tahoma, Arial, Helvetica, Sans-serif;
}

.highlight {
	color: #ffa;
	font-weight: bold;
}

.title {
	display: block;
	text-align: justify;
}


.exito {
	color: #ffa;
	font-weight: bold;
	display: block;
	text-align: justify;
}


.error {
	color: #fa0;
	font-weight: bold;
	display: block;
	text-align: justify;
}

div#homepage {
	margin-left: auto; 
	text-align: left; 
	margin-right: auto;
	width: 520px;
	height: 400px;
}

div#maincontent {
	display: block;
	width: 520px;
	padding: 10px;
	margin-top: 60px;
	background-color: #324395; 
}

div#bottomsection {
	display: block;
	width: 520px;
	margin-bottom: 5px;
	text-align: left;
}

div#bottomsection span.boton {
	float: right;
	margin-right: 5px;
}

div#topsection {
	position: absolute;
	top: 0px;
	width: 520px;
	height: 75px;
}

span#logo {
	position: absolute;
	left: 399px;
}

span#label {
	position: absolute;
	left: 125px;
}

span#icon {
	position: absolute;
	left: 0px;
}

div#maincontent p.row {
	color: #444B4C;
	width: 450px;
	margin: 0px 0px 0px 0px;
}

div#maincontent .formulario {
	margin: 10px;
	padding: 20px;
	line-height: 20px;
}

div#maincontent span.label {
	width: 120px;
	float: left;
	text-align: right;
	margin-top: 3px;
}

div#maincontent span.field {
	width: 250px;
	float: left;
	margin-left: 10px;
}

.box {
	color: #000;
	padding: 0px;
	background-color: #91aad3;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-top: 0px;
}

/*
.box {
        color: #fff;
        padding: 0px;
        background-color: #91aad3;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        margin-top: 0px;
}

*/

