/* CSS Document */

html, body {height: 100%;}

body {
	font-family: times roman;
	margin: 0px; 
	padding: 0px; 
	background: #f5d571;
	font-size: 18px;
	color: #5b554b;
	text-align: center;
}

a:link, a:visited {color: #95151a; text-decoration: none}
a:hover, a:active {text-decoration: underline}

form {margin: 0px; padding: 0px;}
.btnI {padding: 2px 10px; border: 1px solid #f1b500; color: #f1b500; background: #95151a; cursor: pointer}
a.btnI {color: #f1b500; text-decoration: none}

.dt {color: #999; font-size: 13px}

.ladm {width: 35%}
.radm {width: 65%}
.hadm {height: 30px}
.tdPad {padding-top: 10px}
.tdImg {padding-left: 10px}
.titleAdm {font-weight: bold; color: #95151a}
.titleContact {font-weight: bold; font-size: 16px}
.pImg {padding: 0 0 10px 30px}
.alert {border: 1px solid #f00; background: #faa}

.outline {width: 920px; margin: 0px auto; text-align: left}
.bodyTop {position: relative; border: 0px; height: 130px;}
.language {position: absolute; top: 5px; right: 270px; text-align: right; width: 300px; font-family: arial, sans-serif; font-size: 12px}
.title {margin: 30px; font-size: 30px; color: #95151a}
.subtitle {margin: 30px 30px 15px 30px; color: #95151a; font-size: 20px}
.subtitle2 {margin: 0 10px 15px 30px; color: #999; font-size: 18px}
.text {margin: 0 30px 0 30px}
.info {margin: 30px; text-align: right; font-style: italic; font-size: 14px}
.footer {color: #fff; font-size: 11px; text-align: right; padding-right: 45px; padding-top: 6px; font-family: arial, sans-serif}
.footer a:link, .footer a:visited {color: #f1b500; text-decoration: none}

table.global td.left {width: 10px; background: #f5d571 url(../images/left.png) repeat-y; margin: 0; padding: 0;}
table.global td.right {width: 10px; background: #f5d571 url(../images/right.png) repeat-y; margin: 0; padding: 0;}
table.global td.center {width: 900px; background: #fff; margin: 0; padding: 0;}

table.content {margin: 0; padding: 0; width: 761px}
table.content td.leftContent {width: 200px; background: #fff}
table.content td.centerContent {width: 560px; background: #fff}

.menu1 {position: absolute; top: 75px; left: 480px; font-family: arial, sans-serif; font-size: 15px}
.menu1 a:link, .menu1 a:visited {color: #95151a; text-decoration: none;}
.menu1 a:hover, .menu1 a:active, .menu1 a.active {text-decoration: underline;}
.menu2 {position: absolute; top: 100px; left: 200px}
.menu2 ul {margin: 0; padding: 0}
.menu2 li {margin: 0; padding: 0; display: inline}
.menu2 li a:link, .menu2 li a:visited {display: block; float: left; height: 30px; line-height: 30px; padding: 0;}

.clear {clear: both;}

div.navLeft{
	margin: 0;
	width: 200px;
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
div.navLeft a{
	padding: 3px 0 0 20px;
	background: #ebe5e0;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: #5b554b;
	display: block;
	_width: 100%;
	min-height: 20px;
	height: auto;
}
div.navLeft a.sub {padding-left: 35px; font-weight: normal}
div.navLeft a:hover, div.navLeft a.lActivo{
	background: #f5f2ef;   
	color: #95151a;
}


