@charset "utf-8";
/*********************************************************/
/* Sitio GPA - Manuela Lopez (c) Multimedia Uruguay 2009/
/*********************************************************/

html, body {
	min-height:100%;
	
}


body{
	font-family: Arial, sans-serif;
	font-size:13px;
	color: #333333;
	list-style-image: url(script/arrow_r.gif);
	background-color: #2c2f2f;
}

.titulos {
	font-family:Arial, Verdana, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.titulos_mayor {
	font-family:Arial, Verdana, sans-serif;
	font-size:18px;
	color: #242F2F;
	margin: 0px;
	padding: 0px;
}



.table_gral{
	padding:0;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 75%;
	
}

.table_total{
	padding:0;
	left: 0px;
	top: 0px;
	right: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	bottom: 0px;
	border: 1px solid #849293;
	background-color: #bec0c2;
}

.table_linea{
	padding:0;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border: 0px none #C9CDCD;
	background-color: #2EADE2;
	height: 2px;
	width: 100%;
}


.imag_gral{
	padding:0;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 75%;
	
}



h1, h2, h3, p, form{
	margin:0;
	padding:0;
}


.f_left{float:left;}

.f_right{float:right}

.bold{font-weight:bold}

.orange{ color:#fb9000}

div.clear{clear:both;}

img{ border:none;}

a:link {
	color: #0099FF;
	text-decoration:none;
}

a:active {
	color: #0099FF;
	text-decoration:none;
}
a:hover  {
	color: #FF9900;
}
A:visited{
	color: #0099FF;
	text-decoration:none;
}

input{
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	padding: 5px;
	text-align: left;
	color: #E4E4E4;
	font-style: normal;
	border: 1px solid #CCCCCC;
	margin: 0px;
	font-weight: bold;
	background-color: #585D59;
}

textarea{
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	padding: 5px;
	text-align: left;
	color: #E4E4E4;
	font-style: normal;
	border: 1px solid #CCCCCC;
	margin: 0px;
	font-weight: bold;
	background-color: #585D59;
}