@charset "utf-8";
/* CSS Document */

#ColumnaIzqGenerica {
    float:left;
	left:0px;
	top:0px;
	width:230px;
	clear:both;
	border:none;
	padding:0;
}
#TituloPagGenerica {
	float:right;
	width:520px;
	height:15px;
	float:right;
	top:0px;
	right:0px;
	padding:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#390;
	border-bottom:#CCC dotted 1px;
}
#ContenidoPagGenerica {
    float:right;
	right:0px;
	width:520px;
	padding:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#999;
}
#ContenidoPagGenerica a {
	text-decoration:none;
	color:#390;
}
#ContenidoPagGenerica a:hover {
    color:#006;
	text-decoration:none;
}
#ContenidoPagGenerica p,
#ContenidoPagGenerica span {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#999;
}

    