body {
	height: inherit;
	background-image: url("images/background.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
}

table {
	font-family: tahoma, verdana, arial, monospace;
	font-size: 8pt;
}

.title {
	font-family: tahoma, verdana, arial, monospace;
	font-size: 10pt;
	color: #ff9900;
	font-weight: bold;
	text-align: right;
}

.links_titles {
	font-family: tahoma, verdana, arial, monospace;
	font-size: 8pt;
	color: #ff9900;
	font-weight: bold;
}

.notes {
	color: #345778;
	font-weight: normal;
}

.info {
	background-color: #f8f8f8;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #092234;
	padding: 20px;
}

.home {
	background-image: URL(images/home.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.home1 {
	background-image: URL(images/home1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.quiero {
	font-family: tahoma, verdana, arial, monospace;
	font-size: 10pt;
	color: #ff9900;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	cursor: pointer;
}

/* links comunes*/
a:link {
	color: #345778;
	text-decoration: none;
}

a:visited {
	color: #345778;
	text-decoration: none;
}

a:hover {
	color: #345778;
	text-decoration: underline;
}


/* links footer */
a.link_footer:link {
	color: #345778;
	text-decoration: none;
}

a.link_footer:visited {
	color: #345778;
	text-decoration: none;
}

a.link_footer:hover {
	color: #345778;
	text-decoration: underline;
}


a.link_footer font {
	color: #ff9900;
}

/* Link de Saltar intro */
a.link_skip_intro:link {
	font-family: tahoma, verdana, arial, monospace;
	font-size: 7pt;
	color: #666666;
	text-decoration: none;
}

a.link_skip_intro:visited {
	font-family: tahoma, verdana, arial, monospace;
	font-size: 7pt;
	color: #666666;
	text-decoration: none;
}

a.link_skip_intro:hover {
	font-family: tahoma, verdana, arial, monospace;
	font-size: 7pt;
	color: #666666;
	text-decoration: underline;
}

input {
	font-family: tahoma, verdana, arial, monospace;
	font-size: 8pt;
	color: #345778;
	font-weight: normal;
	border-style: inset;
	border-width: 1px;
	border-color: #a0a4b0;
}

textarea {
	font-family: tahoma, verdana, arial, monospace;
	font-size: 8pt;
	color: #345778;
	font-weight: normal;
	border-style: inset;
	border-width: 1px;
	border-color: #a0a4b0;
}

button {
	font-size: 8pt;
	color: #ffffff;
	background-color: #345778;
	font-weight: normal;
	border-width: 1px;
	padding: 3px;
	cursor: pointer;
}


select {
	font-family: tahoma, verdana, arial, monospace;
	font-size: 8pt;
	color: #345778;
	font-weight: normal;
}

.login_input {
	background-color: transparent;
	font-size: 7pt;
	color: #345778;
	font-weight: normal;
	border-style: none;
}

/* formato de filas */
.row {
	background-color:#ffffff;
}

.row_color {
	background-color:#e8ecf0;
}