body
{
	font-size: 0.6em;
	background-color: #f4f2f4;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
	padding: 0px;
}

table
{
	font-size: inherit;
}

h1.logo
{
	margin: 0px;
	padding: 0px;
	display: none;
}

.etiBusqueda
{
	margin: 0px;
	padding: 0px;
	display: none;
}

div
{
	margin: 0px;
	padding: 0px;
}

img
{
	margin: 0px;
	padding: 0px;
	border: 0px none transparent;
}

.textoBreadCrumbNegro
{
	font-family: Verdana;
}

.textoBreadCrumbAzul
{
	color: #24569c;
	font-family: Verdana;
	font-weight: bold;
}

a.textoBreadCrumbAzul
{
	color: #24569c !important;
}

a.textoBreadCrumbAzul:hover
{
	color: #fc9a07 !important;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.Search
{
	border: 1px solid #646364;
	height: 1.8em;
	font-family: Verdana;
	font-size: 1em;
}

.busqueda
{
	vertical-align: middle;
}

.busqueda img
{
	vertical-align: middle;
}

.cuadroBusqueda img
{
	border: 0px;
}

.cabecera
{
	background: url(pixel_cabecera.gif) left top repeat-x;
}

.pie
{
	background: url(pixel_pie.gif) #24569C bottom left repeat-x;
	padding-top: 5px;
}

.pie img
{
	vertical-align: middle;
}

.pie a
{
	margin: 0px 1%;
}

.textoCopyright
{
	color: #24569c;
	font-family: Verdana;
	font-weight: bold;
	font-size: 0.95em;
	padding: 1px 0px 2px 0px;
}

label
{
	color: #000;
	font-family: Verdana;
	font-size: 1em !important;
	font-weight: normal;
}

.SubHead,
.Normal,
.NormalTextBox
{
	color: #000;
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
}
.CFNormalTextBox
{
	color: #000;
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
	width:20em;
}

.CFNormalTextArea
{
	color: #000;
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
	width:35em;
}
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
#houseMenuV ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	float: left;
	width: 157px;
	font-family: Verdana;
	background: #eceaec;
}

#houseMenuV > ul {
	margin-bottom: 3px;
}

#houseMenuV > ul > li
{
	border-top: solid 1px #fff;
	background: url(flecha_azul_derecha.gif) center left no-repeat;
	text-indent: 6px;
}

#houseMenuV ul ul
{
	background-color: #fff;
}

#houseMenuV ul > li > ul
{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #eceaec;
}

#houseMenuV ul > li > ul > li > ul
{
	border-top: none 0px transparent;
	border-bottom: none 0px transparent;
}

#houseMenuV ul ul a
{
	text-indent: 16px;
	color: #24569c;
	border-top: solid 1px #eceaec;
	border-left: solid 1px #eceaec;
	border-right: solid 1px #eceaec;
	line-height : 14px;
}

#houseMenuV ul ul a:before
{
	content: ".: ";
}

#houseMenuV ul ul ul a
{
	text-indent: 32px;
	color: #24569c;
	border-top: solid 1px #eceaec;
	border-left: solid 1px #eceaec;
	border-right: solid 1px #eceaec;
	line-height : 14px;
}

#houseMenuV ul ul ul a:before
{
	content: ".: ";
}

#houseMenuV li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	line-height : 24px;
}

#houseMenuV li ul { /* second-level lists */
	display: none;
	z-index: 999;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	z-index: 999;
	display: none;
}

#houseMenuV a {
	display: block;
	width: 150px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 147px;
	/* end hack */
	color: #333;
	text-decoration: none;
	padding: 1px 4px 2px 4px;
	/*opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
}

#houseMenuV > ul > li > a {
	width: 152px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 149px;
	/* end hack */
}

#houseMenuV li a:hover {
	color: #EA566B !important;
}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	/*left: -9999px;*/
}

#houseMenuV li:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	z-index: 999;
}

#houseMenuV li:hover > a, 
#houseMenuV li li:hover > a, 
#houseMenuV li li li:hover > a, 
#houseMenuV li.sfhover > a, 
#houseMenuV li li.sfhover > a, 
#houseMenuV li li li.sfhover > a { /* lists nested under hovered list items */
	color: #24569c;
	font-weight: bold;
}

#houseMenuV > ul > li:hover > a,
#houseMenuV > ul > li.sfhover > a
{
	background: url(flecha_azul_abajo.gif) center left no-repeat;
	text-indent: 8px;
}

#houseMenuV iframe 
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);*/
	display: block;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuVParentItem a
{ /* all links under the parent item (li) */
	color: #eee !important;
	background-color: #666 !important;
	text-decoration: none;
}

a#houseMenuVParentLink
{ /* parent link itself */
	color: #eee !important;
	background-color: #333 !important;
	text-decoration: none;
}

a#houseMenuVCurrentLink
{ /* current link itself */
	color: #EA566B !important;
	font-weight: bold !important;
}

