
body {
	font-family: arial;
	background: url( '../img/background-body.jpg' ) fixed repeat-x;
	background-position: bottom;
	background-color: #c9c9c9;
	font-size: 10pt;
}

div.error, div.sucess, div.notice {
	margin-left: 75px;
	border: solid 2px;
	padding: 10px;
	padding-left: 80px;
	min-height: 100px;
	width: 300px;
}

div.error ul, div.sucess ul, div.notice ul {
	list-style-type: none;
}

div.sucess {
	border-color: green;
	color: green;
	background: url( '../img/sucess_message_icon.jpg' ) no-repeat;
	background-position: 5px 5px;
	background-color: white;
}

div.notice {
	border-color: yellow;
	color: black;
	background: url( '../img/notice_message_icon.jpg' ) no-repeat;
	background-position: 5px 5px;
	background-color: white;
}

div.error {
	border-color: red;
	color: red;
	background: url( '../img/error_message_icon.jpg' ) no-repeat;
	background-position: 5px 5px;
	background-color: white;
}

a {
	color: #709670;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #90a990;
}

h1 {
	color: white;
	width: 100%;
	border-bottom: solid 1px white;
}

h2 {
	width: 75%;
	border-bottom: solid 1px white;
}

h3 {
	width: 50%;
	border-bottom: solid 1px white;
}

tfoot {
	font-family: times new roman;
	font-size: 10px;
}

div.portada {
	margin: 0;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: -5px;
	background: url( '../img/background-body1.jpg' ) fixed no-repeat;
	background-position: bottom left;
	width: 780px;
	height: 480px;
}

div.portada table {
	width: 200px;
	border: 1px solid #65675a;
	text-align: left;
	position: absolute;
	left: 570px;
	top: 35px;
}

div.portada table th {
	color: #968966;
}

div.portada table td {
	color: #515244;
}


