body {
	margin-top: 0px;
	background: url(images/background.jpg) repeat-y left top;
}
#top {

}
#bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	margin-top: 10px;
	border-top: 2px solid #134770;
	background: #333;
}
#bottom .lex {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
}
#nav {
	height: 35px;
	background: #3C3C3C;
}


#nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #01455F;
	margin: 10px 0px 0px;
	padding: 0px;
}
#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
#main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	line-height: 18px;
}
#main li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
#main ul {
	list-style-type: none;
}
#main div.borde {
	padding: 5px;
	border: 1px solid #134770;
}
#main div p {
	margin: 0px;
	padding: 0px;
}



#rightColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #01455F;
	border-bottom: 1px solid #01455F;
	margin-top: 10px;
}
#rightColumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	border-bottom: 1px dashed #CCC;
	margin: 0px 0px 5px;
}
#rightColumn a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
}

#main a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}

#formulario {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
#formulario   input.campo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	border: 1px solid #CCCCCC;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#formulario  textarea.textos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	height: 90px;
	border: 1px solid #CCCCCC;
	width: 400px;
}

.textoError {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #900;
}
#main p.aviso{
	border: 1px dashed #134770;
	/* [disabled]color: #3399FF; */
	background-color: #EDF5FC;
	padding: 10px;
}
#rightColumn h1.nuevo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #900;
	border-bottom: 1px solid #900;
	margin-top: 10px;
}
