

* {
	margin: 0;
	padding: 0;
}

a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #790000;
	text-decoration: none;
	font-weight: bold;
}

.enlacedetalle
{
  color   : #FFFFFF;
  text-decoration : none;
}

.enlacedetalle:hover 
{
  color   : #000000;
  text-decoration : none;
}

.img {
border:0;
}

body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.h1par{
	text-align: left;
	color: #FFFFFF;
}

.tcambio{
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

h1,h2,h3 {padding-top: 6px;}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}


.container {
	font-size: 1em;
	margin: 0;
	width: 100%;
	display: table;
	height: 34px;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.top {
	padding: 10px 10px 0;
}


.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 105px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

/* navigation */
.navigation {
	color: #FFFFFF;
	text-decoration: none;
}
.navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.navigation a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 200px;
	font-size: xx-small;
	font-weight: normal;
	right: 3px;
	text-align: left;
}
.sidenav h2 {
	color: #FFFFFF;
	font-size: x-small;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;

}
.sidenav li {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
}
.sidenav li a {
	font-size: 1.1em;
	color: #FFFFFF;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 99%;
	font-weight: normal;
}
.sidenav li a:hover {
	background-color: #990000;
	color: #FFFFFF;
	font-weight: normal;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #1C455E;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

#inputtext1, #inputtext2 {
	color: #666666;
}

#inputsubmit1 {
	color: #FFFFFF;
	background-color: #CC0000;
}