@charset "utf-8";
/* CSS FACTOR DINERO */

/*--- ERIC MEYER reset - http://meyerweb.com/ ---*/
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

html, body{
	width:100%;
}
body{
	background:#14445f url(../img/bgout.jpg) repeat-x;
	font:10pt Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color:#ccc;
}
#pagina{
	margin:0 auto;
	width:960px;
	background:#f7faed url(../img/bg.jpg) no-repeat;
}
a{
	color:#5192c0;
}
a:hover{
	text-decoration:none;
	color:#000;
}
.clear{
	clear:both;
}
/*+++++++++++++++*/
/*==NAVEGACION*/
/*+++++++++++++++*/
#nav{
	float:left;
	width:210px;
	height:510px;
}
#nav h1{
	display:block;
	margin:15px 0 0 20px;
	width:172px;
	height:106px;
}
#nav h1 span{
	display:none;
}
#nav ul{
	margin-top:20px;
}
#nav li{
	margin:5px 0;
}
#nav li a{
	display:block;
	width:190px;
	padding-left:20px;
	text-decoration:none;
	font-size:8pt;
	color:#333;
}
#nav li a:hover{
	background:#b8b9a9;
}
#factoring #nav-factoring,
#tipos #nav-tipos,
#ventajas #nav-ventajas,
#nosotros #nav-nosotros,
#productos #nav-productos,
#procedimiento #nav-procedimiento,
#reglamentacion #nav-reglamentacion,
#preguntas #nav-preguntas,
#contacto #nav-contacto{
	background:#5f6158;
	color:#fff;
	cursor:default;
}
#nav #nav-video{
	display:block;
	margin:20px 0 0 20px;
	padding:0;
	width:64px;
	height:50px;
	background:url(../img/btvideo.gif);
}
#nav #nav-video:hover{
	background-position:0 -50px;
}
#nav #nav-video span{
	display:none;
}
#inicio #nav-video, #inicio #nav-video:hover{
	background-position:0 -100px;
	cursor:default;
}

/*+++++++++++++++*/
/*==CONTENIDO*/
/*+++++++++++++++*/
#cont{
	float:right;
	margin:60px 40px 0 0;
	width:680px;
	font:10pt Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#333;
}
#cont h2{
	margin-bottom:20px;
	letter-spacing:-2px;
	font:30pt Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#666;
}
#video_swf{
	margin:0 auto;
	width:450px;
}
#operacion{
	margin:10px auto 0 auto;
	width:450px;
	font-size:9pt;
}
ul.snav{
	margin-bottom:15px;
	width:100%;
	height:20px;
	border-bottom:1px solid #ddd;
}
ul.snav li{
	float:left;
	margin:0 5px;
	font-size:8pt;
}
ul.snav a{
	padding:3px;
	text-decoration:none;
	background:#62b0e8;
	color:#0b1319;
}
ul.snav a:hover{
	background:#fff;
}
ul.snav .on, ul.snav .on:hover{
	background:#6c6e64;
	color:#fff;
	cursor:default;
}
ul.lista{
	margin-left:30px;
	list-style:disc;
}
ul.lista li{
	margin:5px 0;
}
#cont h3{
	font-size:1.2em;
	font-weight:normal;
	color:#036;
}
#cont p{
	margin:0 10px 20px 10px;
}
#cont strong{
	color:#444;
}
#cont em{
	font-style:normal;
	font-weight:bold;
	color:#444;
}
.pregunta{
	margin-bottom:20px;
}
.preg h4{
	font-size:11.5pt;
	font-weight:normal;
	color:#069;
}
.resp{
	margin-left:10px;
	font-size:.9em;
}
#forma{
	float:left;
	margin-right:10px;
	border-right:1px solid #ddd;
	width:350px;
	font-size:9pt;
}
#forma label{
	display:block;
	text-transform:uppercase;
	font-size:8pt;
	color:#999;
}
#forma input, #forma textarea{
	width:300px;
	padding-left:5px;
	font:9pt "Courier New", Courier, monospace;
}
#forma textarea{
	overflow:auto;
}
#forma button{
	margin-top:5px;
	border:none;
	background:#62b0e8;
	cursor:pointer;
}
#forma button:hover{
	background:#95e3fb;
}
#contacto_info{
	font-size:8pt;
}
#pie{
	clear:both;
	padding-top:23px;
	width:960px;
	height:20px;
	text-align:center;
	font-size:8pt;
	background:#14445f url(../img/bgfoot.jpg) no-repeat;
	color:#ccc;
}
#pie a{
	color:#ccc;
}
#pie a:hover{
	color:#fff;
}

#reglamentacion h3{
	font-weight:normal;
	font-size:1.3em;
	color:#369;
}
