body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

h1{
	font-size: 14px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

#menu {
	background-image: url(images/menu/menu.jpg);
	background-repeat: repeat;
}
#menu a{
	background-image: url(images/menu/menu.jpg);
	background-repeat: repeat;
	height:28px;
	display:block;
	line-height:27px;
}
#menu a:hover{
	background-image: url(images/menu/menu2.jpg);
	background-repeat: repeat;
	height:28px;
	display:block;
	line-height:27px;
	color:#FFFFFF;
}
#menuline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #AEAEAE;
	border-right-color: #AEAEAE;
	border-bottom-color: #AEAEAE;
	border-left-color: #AEAEAE;
	margin-top: 4px;
	margin-bottom: 4px;
	border-left-style: solid;
}
.nav {
	color: #000000;
	text-decoration: none;
}
#fullheight {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 100%;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.web {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.web a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.idioma {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.idioma a:hover{
	font-size: 10px;
	color: #993300;
	text-decoration: underline;
}
#line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.titulos {
	font-size: 18px;
	color: #00458A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
#line2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
}
.web2 {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.codigo {
	background-color:#939393;
	color:#FFFFFF;
	font-size:16px;
	height:40px;
	width:75px;
	line-height:39px;
	text-align:center;
}
.error {
	width:350px;
	padding:10px;
	background-color: #B70000;
	border:1px solid #333333;
	margin-bottom:25px;
}
.error p {
	color:#FFFFFF;
	font-size:12px;
}
