*{
	margin: 0;
	padding: 0;
	border: 0;
}

.c_error{
	color: red;
}

.c_info{
	color: blue;
}

.date{
	font: italic 16px "Times New Roman", serif;
}

.navigation{
	background-color: #000000;
	margin-top: 20px;
	width: 800px;
	overflow: hidden;
	list-style: none;
	font: bold 16px/2em "Times New Roman", serif;
	position: absolute;
	text-align: center;
}

.navigation li{
	display: inline;
}

.navigation li a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.5em 4px 0.5em 4px;
}

.navigation li a:hover{
	background-color: #2B2B2B;
	color: white;
}

body{
	font: normal 14px "Verdana", serif;
	background: #FFFFFF;
	color: #000000;
}

div.container{
	margin: auto;
	width: 800px;
}

div.bottom{
	width: 100%;
	height: 19px;
	background-image: url('/img/abajo.png');
}

div.content{
	width: 700px;
	margin: auto;
}

div.footer{
	width: 700px;
	border: 1px solid #999999;
	margin: 15px auto 0 auto;
	padding: 1em;
	text-align: center;
	clear: both;
}

div.header{
	width: 800px;
	height: 180px;
	background-image: url('/img/header.png');
}

div.left{
	float: left;
	width: 60%;
}

div.left h2{
	font: bold 24px "Times New Roman", serif;
	padding: 5px 0 0 15px;
}

div.left h3{
	font: normal 20px "Times New Roman", serif;
	padding: 5px 0 0 15px;
}

div.left p{
	padding-left: 15px;
	margin-bottom: 5px;
}

div.right{
	float: right;
	width: 260px;
}

div.rightcontent{
	width: 100%;
	background-color: #FFFFDF;
	height: 500px;
}

div.summary{
	width: 100%;
	margin: 15px auto;
	border: 1px solid #DFDFDF;
	height: 150px;
	background-color: #EFEFEF;
	background-image: url('/img/huellagris.png');
	background-repeat: no-repeat;
	background-position: 570px 10px;
}

div.summary h2{
	font: bold 24px "Times New Roman", serif;
	padding: 15px 0 0 15px;
}

div.summary p{
	width: 75%;
	padding: 0 0 0 15px;
}

div.top{
	width: 100%;
	height: 19px;
	background-image: url('/img/arriba.png');
}

ul.simple{
	list-style-type: none;
}

ul.simple li{
	padding-left: 2em;
}