/*@charset "utf-8";*/

body {
	/*background-image: url(../images/degr_fondo_texturizado2.png);*/
	background-image: url(../images/fondo1.png);
	background-repeat: repeat;
	background-color: #231f20;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2D2D2D;
}
.transpa{ behavior: url(./scripts/pngbehavior.htc); }
.bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BABCBD;
}
.tit_gral {
	font-size: 11px;
	font-weight: bold;
	color: #606060;
	height:30px;
}
.txt_big{
	font-size: 24px;
	font-weight: bold;
	color: #e6e6e6;
	padding-left: 10px;
}
.grey_light	{ color: #939393; }
.bold		{ font-weight: bolder; }
.box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 2px;
	border-width: 0px;
	border-style: solid; 
	border-color: #606060;
	width: 105px;
	height: 15px;
}
.searchBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	border-top: 1px #939393 solid;
	border-right: none;
	border-bottom: 1px #939393 solid;
	border-left: none;
	width: 148px;
	height: 15px;
}

.searchSelect{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	border-top: 1px #939393 solid;
	border-right: none;
	border-bottom: 1px #939393 solid;
	border-left: none;
	width: 148px;
	height: 21px;
}
A:link, A:visited {
	font-size: 11px;
	font-weight: 500;
	color: #102E64;
	text-decoration: none;
}
A:hover, A:active {
	font-size: 11px;
	font-weight: 500;
	color: #939393;
	text-decoration: underline;
}
.centered_cont	{ text-align: center; vertical-align: middle; }
.aelem			{ font-size: 11px; font-weight: bold; color: #606060; }
.o_light_red	{ background-color: #F1DCDC; }
.o_line_red		{ background-color: #971B1E; }
.news_red_line	{ background-color: #ED1C24; }

