/* CSS Document */

div#content h2{
	font-family:"Century Gothic",Georgia,"Times New Roman", Times, serif;
	font-size:14px;
	color:#000066;
	font-weight:normal;
}
div#content h2.h2_secundario{
	color:#990000;
}
div#column_right h2.h2_secundario{
	color:#990000;
	margin-top:10px;
}
div#column_right div{
	padding:5px;
}
div#column_right div.marcado{
	background-color:#e4e4e4;
}
div#content h1{
	font-family:"Century Gothic",Georgia,"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#000066;
}
div#content h1 strong{
	font-weight:normal;
	color:#990000;
}
div#content a{
	display:block;
	text-decoration:none;
	color:#666666;
	background-image:url(../img/flecha_azul.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
	margin-bottom:3px;
}
div#content a.parrafo{
	background-image:none;
	padding-left:0px;
	color:#000033;
	
}
div#content a:hover{
	color:#990000;
}
div#content a.gris:hover{
	color:#666666;
}
div#content a.rojo{
	background-image:url(../img/flecha_roja.gif);
}
div#content a.gris{
	background-image:url(../img/flecha_gris.gif);
}
div#content a.secundario{
	background-image:url(../img/pto.gif);
	padding-left:25px;
	color:#999999;
}
div#content form{
	margin-top:15px;
}
div#content form input{
	display:block;
	width:100%;
	border:1px solid #999999;
	margin:2px 0px 10px 0px;
}
div#content form select{
	display:block;
	width:100%;
	height:20px;
	border:1px solid #999999;
	margin:2px 0px 10px 0px;
}
div#content form textarea{
	display:block;
	width:100%;
	height:60px;
	border:1px solid #999999;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
div#content form textarea.grande{
	height:300px;
}
div#content form a{
	text-indent:-2000px;
	margin-top:5px;
	float:right;
}
div#content form a:focus { 
    outline: none;
}
div.clientes {
	height:75px;
	border-bottom:1px dotted #999999;
	font-size:11px;
	padding:5px 0px 5px 0px;
}
div.clientes img{
	margin-right:5px;
	float:left;
	background-color:#00FFFF;
}
div.clientes h6{
	font-size:11px;
	margin:0px;
	padding-top:5px;
}
div.clientes p{
	margin:0;
}
img.credenciales{
	margin:2px;
}
img.corp{
	padding:5px;
}

/* Formato parrafos */

div#content p,div#content li{
	line-height:150%;
}