<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body { background: url(img/bk_body_trama.jpg) #015daa; font-family: Arial, Helvetica, sans-serif;}

p { font-size: 11px;}

a { text-decoration: none; color: #ffcf00;}
a:hover { text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

ul {}
li {}

input {
	width: 90%;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin: 5px;
	height: 20px;
}

input#submit {
	width: 90%;
	border-left: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	margin: 5px;
	height: 30px;
}

textarea {
	width: 98%;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin: 5px;
	height: 200px;
}

label { text-align: right; padding: 0px 10px 0px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}




hr {}


/*clasess*/

.head { width: 950px; margin: 20px auto; overflow: auto;}
	.head .logo { float: left; width: 450px;}
	.head .info { float: left; width: 500px;}
		.head .info p { text-align: right; color: #fff; font-size: 14px; line-height: 20px;}
		.head .info strong {font-weight: bold;}
		
.menu { width: 950px; margin: auto; margin-bottom: 20px; overflow: auto; background:url(img/bk_menu.png); border-top: 3px solid #00468f;}
	.menu ul {}
	.menu li { float: left;}
	.menu a  { font-size: 17px; display: block; padding: 12px 17px; font-weight: bold;}
	.menu a:hover { text-decoration: none; color: #fff; background: #014b99;}
	
.main { width: 950px; margin: auto; overflow: auto; margin-bottom: 20px;}
	.main .info { width: 700px; float: left; background: #fff;}
		.main .info .faceb { float: left; margin-right: 25px; margin-bottom: 30px;}
		.main .info .inicio { width: 290px; height: 330px; float: left; padding: 10px 15px; margin-right: 25px; margin-bottom: 30px;}
			.main .info .inicio h1 { font-size: 24px; font-weight: bold; color: #555; line-height: 25px; margin-bottom: 15px; border-bottom: 2px solid #ffcf00;}
			.main .info .inicio p { line-height: 18px; color: #888; text-align: justify; margin-bottom: 5px;}
		.main .info .galeria { width: 635px; clear: both; padding: 10px 15px 0px 15px; margin-right: 25px; margin-bottom: 30px; overflow: auto; border-bottom: 2px solid #eee;}
		.main .info .galeria img { margin: 5px;}
		.main .info .notas { width: 635px; clear: both; padding: 10px 15px 0px 15px; margin-right: 25px; margin-bottom: 30px; overflow: auto; border-bottom: 2px solid #eee;}
			.main .info .notas h1 { font-size: 24px; font-weight: bold; color: #555; line-height: 25px; margin-bottom: 15px; border-bottom: 2px solid #ffcf00;}
			.main .info .notas h2 { font-size: 18px; font-weight: bold; color: #555; line-height: 20px; margin-bottom: 10px; border-bottom: 2px solid #eee;}
			.main .info .notas p { line-height: 18px; color: #888; text-align: justify; margin-bottom: 5px;}
			.main .info .notas ul { margin-bottom: 20px; margin-left: 20px;}
			.main .info .notas li { font-size: 12px; line-height: 18px; color: #333; font-style: italic; list-style: circle outside;}
			.main .info .notas img { margin: 0px 20px 10px 0px;}
			.main .info .notas a.vermas { font-size: 12px; font-weight: bold; background: #666; padding: 5px 7px; float: right;}
			.main .info .notas a.vermas:hover { background: #555; text-decoration: none;}
	.main .banr { width: 220px; float: left; background: #eee; padding: 15px;}
		.main .banr img { margin-bottom: 15px;}
	
.foot { width: 920px; margin: auto; padding: 15px; padding-bottom: 30px; overflow: auto; background:url(img/bk_menu.png); border-top: 3px solid #00468f; line-height: 18px;}
	.foot p { color: #fff;}
	.foot strong { font-weight: bold;}






</pre></body></html>