@charset "ISO-8859-1";
/* CSS Document */

#lc_content
{
	padding: 0px 0px 0px 10px;
	text-align:left;
	font-size: 12px;
}

.prestamos_personales #left_container p 
{
	color: #333;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
}

#left_container ul
{
	color: #333;
	font-size: 12px;
	list-style-type: circle;
	list-style-position: outside;
}

.txt_destacado
{
	font-weight: bold;
	padding: 10px;
	background-color: #edf4f6;
	border: 1px dashed #bfe7f6;
}

#lc_content .btn_info
{
	display: block;
	float: left;
	width: 210px;
	height: 46px;
	background-image: url(../img/buttons/info.gif);
	margin: 8px 0px 0px 0px;
}

#lc_content .btn_info:hover
{
	background-position: bottom left;
}

#lc_content .btn_form
{
	display: block;
	float: left;
	width: 210px;
	height: 46px;
	background-image: url(../img/buttons/solicita.gif);
	margin: 8px 0px 0px 35px;
}

#lc_content .btn_form:hover
{
	background-position: bottom left;
}

#lc_content .btn_form2
{
	display: block;
	float: left;
	width: 210px;
	height: 46px;
	background-image: url(../img/buttons/solicita.gif);
	margin: 10px 0px 0px 0px;
}

#lc_content .btn_form2:hover
{
	background-position: bottom left;
}

#lc_content p 
{
	color: #333;
	margin: 6px 0px 6px 0px;
}

#msg
{
	padding-left: 8px;
	font-size: 12px;
}

#msg p 
{
	color: #333;
	margin: 6px 0px 6px 0px;
}

#msg li
{
	font-size: 12px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 5px;
	color: #333;
}

#productos_content
{
	padding: 0px 0px 0px 8px;
}

#productos_content h3
{
	padding: 5px 10px 0px 15px;
	background-color: #edf4f6;
	border: 1px dashed #bfe7f6;
	margin-bottom: 5px;
	margin-top: 5px;
}

#productos_content li
{
	list-style-type: none;
	font-size: 13px;
}

#productos_content ul li a
{
	text-decoration: none;
	padding: 5px 0px 5px 20px;
}

#productos_content a:hover
{
	text-decoration: underline;
}

#lc_content p strong
{
	color: #15587f;
}


















