/*derecha*/
#derecha {
	position: relative;
	float: right;
	width: 140px;
	text-align: center;
	margin: 0;
	padding: 0;
}
/*****/
.cuadrosDer {
	position: relative;
	width: 123px;
	margin: auto;
	text-align: left;
	color: #000000;
	background: #FFFFFF url(/rsrc/estilo1/menu_der_fondo2.gif) repeat-y;
}
.cuadrosDerBtm {
	position: absolute;
	width: 123px;
	height: 1px;
	background: url(/rsrc/estilo1/menu_der_btm.gif) no-repeat;
}
.cuadrosDer h1 {
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 4px 2px;
	background-image: none;
	background-color: #005786;
	color: #FFFFFF;
}
div.cuadrosDer p {
	padding: 2px 6px 6px 6px;
	margin: 0;
	font-size: 1.1em;
}
/*****/
.cuadrosDer1 {
	position: relative;
	width: 140px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	border-top: 1px solid #DE5D00;
}
.cuadrosDer1Head {
	width: 140px;
	height: 32px;
	background-repeat: no-repeat;
	border-top: 3px solid #FF7800;
}
.cuadrosDer1 h1 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin: 4px 12px 4px 12px !important;
	padding: 0 0 0 0 !important;
	background-image: none;
	background-color: transparent;
	color: #333;
}
.cuadrosDer1HeadIcon {
	float: left;
	margin: -23px 6px 2px 4px;
}
.cuadrosDer1HeadIcon a {
	display: inline !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}
.cuadrosDer1 p {
	padding: 0;
	margin: 0 12px;
	font-size: 1.1em;
	text-align: left;
	color: #676767;
}
.cuadrosDer1 a {
	display: block;
	padding: 0;
	margin: 0 12px;
	font-size: 1.1em;
	text-align: left;
	text-decoration: none;
	color: #FF7800;
}
.cuadrosDer1 a:hover {
	color: #A2A2A2;
}
/*fin derecha*/
