@font-face {
	font-family: BankGothic Lt BT;
	font-style:  normal;
	font-weight: 700;
	src: url(/BANKGOT1.eot);
}
/*
div
{
border: rgb(0,0,0) 1px solid;
}
*/
#contenidor
{
margin-left: auto;
margin-right: auto;
margin-top:20px;
width: 902px;
display: block;
background-color: rgb(255,255,255);
border: rgb(152,85,86) 1px solid;
clear:both;
text-align: left;
}

#logo
{
width: 150px;
float: left;
clear: none;
display:inline;
}

#menu1
{
width: 750px;
height: 25px;
display: inline;
float:left;
}

#menu2
{
width: 590px;
height: 95px;
display: inline;
float:left;
padding-top: 5px;
}

#dreta
{
float: right;
width: 140px;
min-height: 500px;
background-color: rgb(233,240,250);
border-left: rgb(192,202,214) 1px solid;
border-bottom: rgb(192,202,214) 1px solid;
border-right: rgb(214,214,214) 1px solid;
border-top: rgb(214,214,214) 1px solid;
margin-right: 10px;
margin-top: 10px;
padding-top: 10px;
display: inline;
}

#content
{
width:750px;
clear: left;
display: block;
float: left;
min-height: 400px;
}

#pie
{
width: 900px;
clear: both;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}


/* REDEFINICIONES */

body {
	background-image: url(/img/fons.jpg);
	background-repeat: norepeat;
	background-position: center center;
	background-color: #C0C0C0;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
p {
	font-size: 11px;
	text-align: justify;
}

li {
	font-size: 11px;
	list-style-position: outside;
	list-style-image: url(/img/li.gif);
	padding-top:4px;
	margin-left:25px;
}

td {
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #547ED9; 
}


small {

	font-size: 9px;

}

h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-family: "BankGothic Lt BT", "Verdana", sans-serif;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-family: "BankGothic Lt BT", "Verdana", sans-serif;
}


INPUT.button { 
	border:none;
	border-top: 1px solid #F05B00;
	border-left: 1px solid #F05B00;
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000;
	font-size: 11px;
	height: 17px;
	cursor: pointer; 
	color: #FFFFFF; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/img/buttonbg.gif);
}

.gp
 {
 	font-size: 11px;
	font-family: "Verdana", sans-serif;
	color: #808080;
 }

