#frameForm {
	width: 260px;			height: 300px;
	margin: 0px;			padding: 0px;
	background: #FF0;		float: left;
	border-right: 1px solid #ccc;
}

/* Tabla highlight
----------------------------------------------- 
	#highlight : tabla
*/
#highlight td {
	text-align: justify;		vertical-align: top;
	width: 33%;
	font-size: 11px;
	line-height: 135%;
	border-left: 1px dotted navy;
	padding: 0px 2px 0px 2px;
}
#highlight img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#highlight h1 {
	font-weight: bold;
	font-size: 12px;
	color: red;
	text-transform: capitalize;
	margin: -3px 0px 2px 0px;
	padding: 0px 0px 0px 10px;
	background: url(/img/elementos/flecha1.gif) left no-repeat;
}
#highlight a {
	text-decoration: none;
	padding: 2px;
	margin: 0px;
	color: blue;
}
#highlight a:hover {
	color: red;
}


/* contenido Home
----------------------------------------------- 
	
*/
#contenidoHome {
	background: #fff;
	float: right;
	width: 490px;
	padding: 5px 8px 8px 8px;
}
#contenidoHome p {
	text-align: justify;
	padding: 0px;			margin: 0px;
	line-height: 135%;
}
#contenidoHome h2 {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	color: #1C3686;
}
#contenidoHome h3 {
	font-size: 12px;
	color: #b80;
	padding: 0px;
	margin: 0px;
}
#contenidoHome hr {
	border: 0px; /* gecko */
	border-bottom: 1px dotted navy;
	height: 1px; /* explorer */
}
.imgRH {
	float: right;
	padding: 0px 0px 0px 5px;
	margin: 0px 10px 0px 10px;
}
#pestas {
	width: 260px;
	height: 300px;
}
#pie {
	margin-top: 0px;
}
