body {
	background-color: #fafdfe;
	color: #5a5a5a;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
}

#top {
	background: transparent url(bg_top.jpg) repeat-x;
	height: 25px;
}

#top div {
	color: #ffffff;
	padding-right: 25px;
	text-align: right;
}

#top div a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

#header {
	background: transparent url(bg_header.jpg) repeat-x;
	height: 120px;
}

#header img {
	margin-left: 35px;
}

#left {
	background-color: #edf7f7;
	border-top: 3px solid #ffffff;
	float: left;
	height: 145px;
	width: 768px;
}

#foto {	
	height: 115px;
	width: 310px;
	margin-top: 15px;
}

#foto.en_home {
	background: transparent url(fot_home.jpg) no-repeat;
}

#foto.en_forex {
	background: transparent url(fot_forex.jpg) no-repeat;
}

#foto.en_deposito {
	background: transparent url(fot_deposito.jpg) no-repeat;
}

#foto.en_descargas {
	background: transparent url(fot_descargas.jpg) no-repeat;
}

#foto.en_riesgo {
	background: transparent url(fot_riesgo.jpg) no-repeat;
}

#foto.en_form {
	background: transparent url(fot_form.jpg) no-repeat;
}

#foto.en_contacto {
	background: transparent url(fot_contacto.jpg) no-repeat;
}

#titulo {
	color: #1f475e;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	margin-left: 340px;
	margin-top: -115px;
}

#resumen {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	margin-left: 340px;
	padding-top: 8px;
}

#right {
	background-color: white;
	border-top: 3px solid #ffffff;
	float: right;
	height: 145px;
	width: 237px;
}

#acceso {
	margin: 10px 15px;
}

#acceso .titulo {
	border-bottom: 1px solid #CFCFCF;
	font-size: 12px;
	color: #878787;
}

#acceso form {
	margin-top: 10px;
}

#acceso form table tr td {
	padding: 5px;
}

#acceso form table tr td input {
	width: 120px;
}

#btn_login {
	border: 1px solid #E6F2F2;
	background-color: #E6F2F2;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #4C97A0;
	cursor: pointer;
}

#btn_login:hover{
	border: 1px solid #4C97A0;
	background-color: #4C97A0;
	color: #FFFFFF;
}

#acceso form table tr td span {
	font-size: 11px;
	color: #4C97A0;
}

#content {
	clear: both;
	min-height: 221px;
}

#content table.home {
	width: 100%;
	border: none;
	margin-top: 10px;
}

#content table.home tr td {
	width: 25%;
	text-align: center;
}

#content table.home div.texto {
	margin: 15px;
	text-align: left;
}

#content table.home div.texto div.titulo {
	font-size: 12px;
	font-weight: bold;
	color: #4E6D80;
	margin-bottom: 5px;
}

#content table.home div.texto div.datos {
	font-size: 12px;
	margin-top: 5px;
}

#content table.home tr td.con_borde {
	border-right: 1px solid #A1B1BB;
}

#content table.home div.texto div.datos a {
	font-size: 10px;
	font-weight: bolder;
	color: #4C97A0;
}

#content table.plantilla {
	width: 100%;
	border: none;
	margin-top: 10px;
}

#content table.plantilla tr td.left {
	width: 765px;
	border-right: 1px solid #A1B1BB;
}

#content table.plantilla tr td.left table {
	width: 100%;
}

#content table.plantilla tr td.left table tr td {
	padding: 15px;
	font-size: 12px;
}

#content table.plantilla tr td.left ul {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#content table.plantilla tr td.left ul li {
	margin-bottom: 20px;
}

#content table.plantilla tr td.left ul li a {
	padding-left: 35px;	
	color: #5A5A5A;
	text-decoration: none;
	font-size: 12px;
}

#content table.plantilla tr td.left ul li a.pdf {
	background: transparent url(logo_pdf.gif) no-repeat;
}

#content table.plantilla tr td.right {
	padding-left: 20px;
}
 
#content table.plantilla tr td.right div.titulo {
	font-size: 12px;
	color: #878787;
	border-bottom: 1px dashed #A3CACE;
}

#content table.plantilla tr td.right ul {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#content table.plantilla tr td.right ul li {
	margin-bottom: 20px;
}

#content table.plantilla tr td.right ul li a {
	padding-left: 35px;	
	color: #5A5A5A;
	text-decoration: none;
	font-size: 12px;
}

#content table.plantilla tr td.right ul li a.pdf {
	background: transparent url(logo_pdf.gif) no-repeat;
}

#content table.plantilla tr td.right ul li a.doc {
	background: transparent url(logo_doc.gif) no-repeat;
}

#content table.plantilla tr td.right ul li a:hover {
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

#footer {
	background-color: #4e6d80;
	height: 50px;
}

#footer div {
	padding-top: 20px;
	padding-left: 20px;
	color: #9FAFBA;
	font-size: 10px;
}

#footer div a {
	color: #9FAFBA;
	font-size: 10px;
	text-decoration: none;
}

#footer div a:hover {
	color: #E4E9EC;
	font-weight: bold;
}

#formulario table tr td {
	padding: 0px;	
}

#btn_enviar {
	border: 1px solid #E6F2F2;
	background-color: #E6F2F2;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #4C97A0;
	cursor: pointer;
	width: 200px;
}

#btn_enviar:hover{
	border: 1px solid #4C97A0;
	background-color: #4C97A0;
	color: #FFFFFF;
}

#btn_restablecer {
	border: 1px solid #E3E3E3;
	background-color: #E3E3E3;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #999999;
	cursor: pointer;
}

#btn_restablecer:hover{
	border: 1px solid #999999;
	background-color: #999999;
	color: #F1F1F1;
}

.puntos {
	font-family: trebuchet;
	color:#4C97A0;
	font-size:11px;
}

#contacto_exito, #contacto_error {
	padding: 10px;
	margin: 0px 10px;
	text-align: center;
}

#contacto_exito {
	background-color: #72BBEA;
	color: white;
}

#contacto_error {
	background-color: #FF552A;
	color: white;
}