@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #042b93;
	background-image:url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link { text-decoration: none}
a:active { text-decoration: underline}
a:hover { text-decoration: none}
a:visited { text-decoration: none}





/* Textos */
@font-face {
    font-family: Frutiger;
    src: url('fonts/lte50328.ttf');
}
.txt1{
    font-family: Frutiger;
    font-size: 10pt;
	color:#fff;
}
.txt2{
	font-family: Frutiger;
	font-size: 10pt;
	color:#fff;
	background-color: #8295c9;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.linkMenu {
	font-family: Frutiger;
	font-size: 12pt;
	color:#042b93;
	font-weight: bold;
}
.linkMenu:hover {
	font-family: Frutiger;
    font-size: 12pt;
	color:#fff;
	font-weight: bold;
}
.tit1 {
	font-family: Frutiger;
	font-size: 20pt;
	color:#0b6da0;
	font-weight: bold;
}
.tit2 {
	font-family: Frutiger;
	font-size: 20pt;
	color:#000;
	font-weight: bold;
}
.tit3 {
	font-family: Frutiger;
	font-size: 20pt;
	color:#fff;
	font-weight: bold;
}
.subtit1 {
	font-family: Frutiger;
	font-size: 14pt;
	color:#0b6da0;
	font-weight: bold;
}
.subtit2 {
	font-family: Frutiger;
	font-size: 11pt;
	color:#fff;
	font-weight: bold;
}
.subtit3 {
	font-family: Frutiger;
	font-size: 11pt;
	color:#0b6da0;
	font-weight: bold;
}
.margen {
	font-family: Frutiger;
	font-size: 20pt;
	color:#000;
	font-weight: bold;
	margin-left: 20px;
}
select {padding: 7px 10px; border: 1px solid #ccc; border-radius: 5px; -moz-border-radius: 5px;}
label {padding-right: 20px; display: block; padding-bottom: 10px;}
input, textarea {font-family: Arial, Helvetica, sans-serif;}
.inputbox {border: 1px solid #999; padding: 10px; width: 300px; -moz-border-radius: 3px; border-radius: 3px; margin-bottom: 5px; color: #666; background: url(../img/bg_fade_sml.png) repeat-x top;}
.inputbox:focus {border: 1px solid #0b6da0;}




/* Tablas */
.barraBuscar {
	background-color: #8295c9;
	height: 25px;
	width: 350px;
	text-align: left;
	border-radius: 10px 10px 10px 10px;
}
.base {
	background-color: #d1ebf7;
	width: 980px;
	border-radius: 20px 20px 20px 20px;
}
.marcoInterno {
	width: 940px;
	border-radius: 20px 20px 20px 20px;
}
.marcoDetalle {
	background-color: #fff;
	width: 940px;
	border-radius: 20px 20px 20px 20px;
}
.notaPrincipal {
	background-color: #fff;
	width: 600px;
	border-radius: 20px 20px 20px 20px;
}
.notasSecundarias {
	width: 186px;
}
.barraLateral {
	background-color: #042b93;
	width: 320px;
	border-radius: 20px 20px 20px 20px;
}
.marcoMenu {
	width: 940px;
	border: 1px solid #FFF;
	background-image: url(images/bgMenu.png);
	padding: 10px;
}
.bgMenu:hover {
	background-color:#c60a22;
	border-radius: 10px 10px 10px 10px;
}
.pie {
	background-color: #e3e8e8;
	width: 980px;
	border-radius: 20px 20px 20px 20px;
}
.izquierda {
	float: right;
}
.btn {
	background: url(images/bg_buttons.png) repeat-x top; 
	border: 1px solid #0D87AE!important; 
	color: #fff; 
	font-size: 11px; 
	padding: 7px 10px; 
	boirder-radius: 7px; 
	-moz-border-radius: 7px; 
	font-weight: 700; 
	border: none;
}
.btn:hover {
	background: url(images/bg_buttons.png) 0 -50px; 
	border: 1px solid #005977; 
	cursor: pointer;
}
.headings {
	padding: 0 20px;
	border: 1px solid #CACACA; 
	text-shadow: 1px 1px 1px #000; 
	background: #EAEAEA url(images/bg_heading_alt.png) repeat-x top; 
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px; 
	-moz-border-radius-topright: 10px; 	
	-moz-border-radius-topleft: 10px; 
	letter-spacing: -1px; 
	height: 45px;
}
.headings h2 {
	font-family: Frutiger;
	font-size: 20pt;
	color:#fff;
	font-weight: bold;
	/* padding-top: 20px; */
	font-size: 20px;
}
.headings2 {
	padding: 0 20px;
	border: 1px solid #CACACA; 
	text-shadow: 1px 1px 1px #000; 
	background: #EAEAEA url(images/bg_heading_alt.png) repeat-x top; 
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomright: 10px; 	
	-moz-border-radius-bottomleft: 10px; 
	letter-spacing: -1px; 
	height: 45px;
}
.headings2 h2 {
	font-family: Frutiger;
	font-size: 20pt;
	color:#fff;
	font-weight: bold;
	/* padding-top: 20px; */
	font-size: 20px;
}
.fotoRound {
	border-radius: 10px 10px;
}

