body {
	background-color: #FFFFFF;
/*	scrollbar-face-color:#073771;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#EFC277;
	scrollbar-track-color:#E1E4ED;*/
}
body, td, th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.img_container {
	background-color: #FFFFFF;
/*	width: 100px;*/
	border: 1px solid #DF8201;
}

.form_tabla_titulo {
	background-color: #D4D4D4;/**/
	text-align: center;
}
.form_input {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 2px;
}
.form_input_simple {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}
.form_textarea {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 2px;
}
.form_button {
	height:20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DF8101;
	border: 1px solid #CCCCCC;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #0000EE;
}
a:active {
	color: #000000;
}
h1 {font-size:16px;}
h2 {font-size:14px;	font-weight: bold;}
h3 {font-size:14px;	font-weight: normal;}
fieldset {
/*	color:#EFC277;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #EFC277;
	border-right-color: #EFC277;
	border-bottom-color: #EFC277;
	border-left-color: #EFC277;
}
ul {
	color: #000000;
	list-style-type: square;
}
legend {
	font-weight: bold;
}
.alerta {color: #990000;}
.titulo {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 22px;
	padding-left: 5px;
	color: #073771;
}
.tabla_titulo {
	font-size:11px;
	font-weight: bold;
	height: 20px;
	padding-left: 5px;
	color: #FFFFFF;
	background-image: url('../img/table_title_back.jpg');
	background-repeat: repeat-x;
	text-indent: 5px
}
.tituloNoticia {
	font-size: 12px;
	font-weight: bold;
	color: #073771;
}
.fechaNoticia {
	font-size: 11px;
	color: #666666;
}
.menu {
	background-color: #EFC277;
	height: 22px;
}
.menu_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DF8101;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: hand;
}
.menu_off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #EFC277;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: hand;
}
.txt_padding {
	padding: 5px;
}
.form_tabla_back_color {
	background-color: #F5F5F5;
}
.line_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.line_bottom_shadow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-color: #F5F5F5;
}
.line_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.line_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
}
.tip {
	font:10px/12px Arial,Helvetica,sans-serif;
	border:solid 1px #DF8101;
	padding:1px;
    position:absolute;
	z-index:100;
    visibility:hidden;
	color:#000000;
	top:20px;
    left:90px;
	background-color:#FFFFFF;
    layer-background-color:#FFFFFF;
}
.ppp {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
}