
.HeadBg
{
	background-color: #FFFFFF;
}

Body
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	z-index: 0;
	position: relative;
	left: 0px;
	top: 0px;
}
TD
{
	font-size: 11px;
}

.rb_DefaultLayoutDiv
{
	text-align: center;
	vertical-align: middle;
	z-index: 99;
}

.rb_DefaultLayoutTable
{
	border-collapse: collapse;
	text-align: center;
	width: 772px;
}

.rb_AlternateLayoutDiv
{
	text-align: center;
	color: #000000;
	z-index: 99;
}

.rb_AlternateLayoutTable
{
	border-collapse: collapse;
	text-align: center;
	width: 769px;
	color: #000000;
	background-color: #FFFFFF;
}


/*  DESKTOP PORTAL Footer SETTINGS */

.rb_AlternatePortalFooter
{
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: f2f2f1;
}

.rb_DefaultPortalFooter
{
	text-align: center;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.rb_DefaultPortalFooter a:link, .rb_DefaultPortalFooter a:visited, .rb_DefaultPortalFooter a:hover, .rb_DefaultPortalFooter a:active
{
	color: #FFFFFF;
}
.rb_DefaultPortalContent
{
	background-image: url(/Design/Themes/Edenca/fondo.gif);
	background-repeat: repeat-y;
	padding-left: 8px;
	vertical-align: middle;
}


/* text style for the selected tab */
.SelectedTab
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}

A.SelectedTab:link
{
	color: #FFFFFF;
}

A.SelectedTab:visited
{
	color: #FFFFFF;
}

A.SelectedTab:hover
{
	color: #FFFFFF;
}

A.SelectedTab:active
{
	color: #FFFFFF;
}

.OtherTabs
{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}


A.OtherTabs:link
{	
	color: #666666;
}

A.OtherTabs:visited
{
	color: #666666;
}

A.OtherTabs:hover
{
	color: #3399CC;
}

A.OtherTabs:active
{
	color: #666666;;
}
	
.SelectedSubTab
{
	color: #000000;
	
}

A.SelectedSubTab:link
{
	color: #000000;
}

A.SelectedSubTab:visited
{
	color: #000000;	
}

A.SelectedSubTab:hover
{
	color: #000000;	
}

A.SelectedSubTab:active
{
	color: #000000;	
}

.OtherSubTabs
{
	color: #666666;
}


/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
color: #666666;

}

A.OtherSubTabs:visited
{
color: #666666;
	
}
A.OtherSubTabs:hover
{
	color: #00529b;
}
A.OtherSubTabs:active
{
color: #666666;
}
.SelectedSubSubTab
{
}
.OtherSubSubTabs
{
}
A.OtherSubSubTabs:link
{
	color: #0066CC;
}
A.OtherSubSubTabs:visited
{
	color: #0066CC;
}
A.OtherSubSubTabs:hover
{
	color: #000000;
}
A.OtherSubSubTabs:active
{
	color: #0066CC;
}

.LeftPane
{
	background-position: center;
}
.RightPane
{
padding-right:2px;
}
.RightPane a:link
{
}
.RightPane a:visited
{
}
.RightPane a:hover
{
}
.RightPane a:active
{
}

.ContentPane
{
	padding-right: 4px;
	padding-left: 4px;
	width: 100%;
	padding-bottom: 10px;
}


/* style for module titles */
.Head
{
}

.TitleHead
{
	font-weight: normal;
	color: #00529b;
	letter-spacing: 0.5px;
	padding-right: 4px;
	font-size: 12px;
	text-transform: uppercase;
}
.TitleHeadAlt
{
	padding-right: 4px;
	padding-left: 4px;
	color: #000066;
	letter-spacing: 1px;
	font-weight: normal;
	width: 100%;
	background-color: #F5F5F5;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	text-decoration: none;/
	padding-left: 3px; 

}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-weight: normal;
    color: #4e5747;
}

/* text style used for most text rendered by modules */
.Normal
{
	margin: auto;
}
.NormalNT
{
}
.NormalAltNT
{
	color: #333333;

}
.NormalAlt
{
	color: #666666;
}


.NormalRed
{
    font-weight: bold;
    color: red;
}

.NormalBold
{
    font-weight: bold; ;color:#003399
}

.NormalItalic
{
    font-style: italic;	
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    text-decoration: none;
	color: #003366;
	height: 20px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
	text-align:center;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited,A.CommandButton:active
{
	text-decoration: none;
	height: 20px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}



A.CommandButton:hover
{
	text-decoration: none;
	color:#CC3300;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid #719DC1;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}




/* GENERIC */
H1
{
    font-size: 12px;
    font-weight: normal;
}

H2
{
    font-size: 16px;
    font-weight: normal;
}

H3
{
    font-size: 15px;
    font-weight: normal;
}

H4
{
    font-size: 14px;
    font-weight: normal;
}

H5
{
	font-size: 11px;
	font-weight: bolder;
	font-variant: small-caps;
}



A:link
{
	text-decoration: none;
	color:#006393;
}

A:visited
{
	text-decoration: none;
	color:#006393;
}

A:hover
{
	text-decoration: none;
	color:#CC3300;
}

A:active
{
	text-decoration: none;
	color:#006393;
}




HR
{
    color: #003399;
    height: 1pt;
    text-align: left;
}

P
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.module
{
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 100%;
}

.moduleNT 
{
	padding: 4px;
	text-align: justify;
	margin-top: 4px;
	margin-bottom: 4px;
}

.moduleAlt
{
	width: 100%;
	color: #333333;
	text-align: justify;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

.moduleAltNT
{
	color: #333333;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.Error
{
    font-weight: bold;
    color: #990000;
}

.NormalTextBox
{
    font-weight: normal;
	border: 1px solid #CECCCC; 
	color: #003366; 
	background-color: #F4F2E8;
	padding:2px;

}
.NormalTextBox2
{
    font-weight: normal;
	border: 1px solid #CECCCC; 
	color: #003366; 
	background-color: #ffffff;
	padding:2px;

}




.tablaHeader
{
	background-color:#F5F5F5;
	border-bottom:1px solid #00529b;
	margin-bottom:5PX;

}

.tablaHeader TD
{

	border-bottom:1px solid #00529b;
	margin-bottom:5PX;

}


.tablaHeader a:link, .tablaHeader a:visited, .tablaHeader a:active
{
	
	color:#00529b;
	text-decoration: none;
}

.tablaHeader a:hover
{
	
	color:#FF0000;
	text-decoration: none;

}

.tablaGroup
{
	border-bottom:#CCCCCC 1px solid;
	background-color:#00529b;
	color:#FFFFFF;
	padding:5px;
	
}

.tabla 
{
	background-color:#F8F8F8;


		
}

.tabla a:link, .tabla a:visited, .tabla a:active 
{
	text-decoration: none;
}
.tabla a:hover 
{
	color:#00529b;
	text-decoration: none;

}

.tablaAlt 
{
	background-color:#ffffff;
	
}


.tablaAlt a:link, .tablaAlt a:visited, .tablaAlt a:active 
{
	text-decoration: none;

}
.tablaAlt a:hover 
{
	color:#00529b;
	text-decoration: none;

}

.tablaFooter td
{
	padding-top:8px;
	height:25px;
	border-top:#CCCCCC 1px solid;
	color:#5C5C2E;

}

.tabla td
{
	padding:2px;
	color:#00529b;

}

.tablaAlt td
{
	padding:2px;
	

}

.UDTIPPagTable
{

}

.UDTIPPagCell
{
	width: 100%;
	padding:5px;
}

.UDTIPPagCell a:link, .UDTIPPagCell a:visited, .UDTIPPagCell a:active
{
	background-position: center;
	color:#ded68b;
}

.UDTIPPagCell a:hover
{
	color:#00529b;
}

/* Nueva Paginación */

.PaginacionNavegacion
{
 	white-space: nowrap;
 	text-align:right;
	padding-right:10px;
	#padding-right:2px;
	margin-bottom:15px;
	margin-right:10px;
}

a.PaginacionItem:link, a.PaginacionItem:visited, a.PaginacionItem:active
{
	color:#004080;
	margin-left:8px;
	font-size:12px;
}

a.PaginacionItem:hover
{
	color:#ff0000;
	margin-left:8px;
	font-size:12px;	
}

.PaginacionItem img
{
	vertical-align:middle;
	border:0px;
}

.PaginacionItemSeleccionado
{
	margin-left:8px;
	font-weight:bold;
	color:#004080;
	font-size:13px;
}

.ProductosMostrados
{
	margin-left:4px;
	margin-right:15px;
	#margin-right:5px;
	margin-top: 20px;
	margin-bottom:20px;
	color:#004080;
	font-size:12px;
	border-top:#cccccc 1px solid;
}


.Imagen img
{
	border:#CDCDCD 1px solid;

}

.Enlaces a:link, .Enlaces a:visited, .Enlaces a:active 
{
	text-decoration: none;
	
}
.Enlaces a:hover 
{
	color:#CC3300;
	text-decoration: none;	
	
}
.Descripcion
{
	color: #663300;
	font-size: 10px;
}
.FormularioIntranet {
	color: #996633;
}
#Tab7995 {
	z-index:-1;
	height: 400px;
	width: 400px;
	top: 230px;
	position: absolute;
	background-image: url(/Design/Themes/Edenca/Flores.jpg);
	background-repeat: no-repeat;
	margin-left:-5px;
}
#Tab8012 {
	z-index:-1;
	height: 400px;
	width: 400px;
	top: 230px;
	position: absolute;
	background-image: url(suelos.jpg);
	background-repeat: no-repeat;
	margin-left:-5px;
}

#Tab8014 {
	z-index: -1;
	height: 400px;
	width: 400x;
	top: 150px;
	position: absolute;
	background-image: url(/Design/Themes/Edenca/servicios.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
}
#Tab7996 {
	z-index:-1;
	height: 400px;
	width: 400px;
	top: 150px;
	position: absolute;
	background-image: url(manos.jpg);
	background-repeat: no-repeat;
	margin-left: -5px;
}

#Tab8013 {
	z-index: -1;
	height: 400px;
	width: 400px;
	top: 240px;
	position: absolute;
	background-image: url(/Design/Themes/Edenca/chica.jpg);
	background-repeat: no-repeat;
	margin-left: -5px;
}

#Tab8014 {
	z-index:-1;
	height: 400px;
	width: 400px;
	top: 230px;
	position: absolute;
	background-image: url(/Design/Themes/Edenca/promociones.jpg);
	background-repeat: no-repeat;
	margin-left: -5px;
}

#Tab8010 {
	z-index:-1;
	height: 400px;
	width: 400px;
	top: 150px;
	position: absolute;
	background-image: url(periodico.jpg);
	background-repeat: no-repeat;
	margin-left: -5px;
}

#Tab7993 {
	z-index:-1;
	height: 400px;
	width: 400px;
	top: 150px;
	position: absolute;
	background-image: url(casa.jpg);
	background-repeat: no-repeat;
	margin-left: -5px;
}
#Tab8765 {
	z-index:-1;
	height: 400px;
	width: 400px;
	top: 150px;
	position: absolute;
	background-image: url(casa.jpg);
	background-repeat: no-repeat;
	margin-left: -5px;
}
#FormularioInmueble td
{
	color: #996633;
}

.Titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 4px;
	text-transform: uppercase;
}
.texto {
	padding: 0px;
}
.Ficha {
	border: 1px solid #CCCCCC;
	padding-bottom: 4px;
	margin: 4px;
}
.Foto IMG {
	padding: 2px;
	border: 1px solid #999999;
}


/*Estilos Comparometro*/

.CompCabecera
{
	background-color:#F5F5F5;
	color:#330066;
	text-align:center;
	padding:5px;
	font-size:12px;
}

.CompGrupo
{
	background-color:#336699;
	color:#FFFFFF;
	padding:5px;
}

.CompNombreCampo
{
	font-weight:bold;
	text-align:left;
	width:150px;
	
}

.CompFila
{
	background-color:#F8F8F8;
	text-align:center;
	

}
.CompFila td
{
padding:3px;
}

.CompFilaAlt
{
	background-color:#ffffff;
	text-align:center;
	padding:3px;
}
.CompFilaAlt td
{
padding:3px;
}


.CompTabla
{
	width:100%;
	padding:3px;
	border:#CCCCCC 1px solid;
}


.CompListadoTabla
{
	border:#CCCCCC 1px solid;
	margin-left:3px;
	width:100px;

}

.CompListadoFila
{
	background-color:#F8F8F8;

}

.CompListadoFilaAlt
{

}


/*Estilos Comparometro*/
.Link2 a:link, .Link2 a:visited, .Link2 a:active 
{
	text-decoration: none;
	color:#333333;

}
.Link2 a:hover 
{
	color:#003366;
	text-decoration: none;

}