
.HeadBg
{
	background-color: #ffffff;
}

Body
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534848;
	background-color: #FFFFFF;
	z-index: 0;
	position: relative;
	left: 0px;
	top: 0px;
}


TD
{
	font-size: 12px;
	color:#445d66;
}

.rb_DefaultLayoutDiv
{
	text-align: center;
	vertical-align: middle;
	z-index: 99;
}

.rb_DefaultLayoutTable
{
	border-collapse: collapse;
	text-align: center;
	width: 762px;
	background-color: #ffffff;
	border: 1px solid #534848;
}

.rb_AlternateLayoutDiv
{
	text-align: center;
	color: #ffffff;
	z-index: 99;
}

.rb_AlternateLayoutTable
{
	border-collapse: collapse;
	text-align: center;
	width: 762px;
	background-color: #ffffff;
}


/*  DESKTOP PORTAL Footer SETTINGS */

.rb_AlternatePortalFooter
{
	text-align: center;
	border-bottom: 1px solid #534848;
	border-bottom-style: solid;

}

.rb_DefaultPortalFooter
{
	text-align: center;
	border-bottom: 1px solid #534848;
	border-bottom-style: solid;
	background-color: #af3b3e;
}
.rb_DefaultPortalFooter a:link, .rb_DefaultPortalFooter a:visited, .rb_DefaultPortalFooter a:hover, .rb_DefaultPortalFooter a:active
{
	color: #FFFFFF;
}
.rb_DefaultPortalContent
{

	padding-left: 1px;
	vertical-align: top;
}


/* 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
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}


A.OtherTabs:link
{	
	color: #FFFFFF;
}

A.OtherTabs:visited
{
	color: #FFFFFF;
}

A.OtherTabs:hover
{
	color: #FFFFFF;
}

A.OtherTabs:active
{
	color: #FFFFFF;;
}
	
.SelectedSubTab
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 35px;
	
}

A.SelectedSubTab:link
{
	color: #FFFFFF;
}

A.SelectedSubTab:visited
{
	color: #ffffff;	
}

A.SelectedSubTab:hover
{
	color: #ffffff;	
}

A.SelectedSubTab:active
{
	color: #ffffff;	
}

.OtherSubTabs
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding-left: 35px;
}


/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
color: #ffffff;

}

A.OtherSubTabs:visited
{
color: #ffffff;
	
}
A.OtherSubTabs:hover
{
	color: #ffffff;
}
A.OtherSubTabs:active
{
color: #ffffff;
}
.SelectedSubSubTab
{
}
.OtherSubSubTabs
{
}
A.OtherSubSubTabs:link
{
	color: #ffffff;
}
A.OtherSubSubTabs:visited
{
	color: #ffffff;
}
A.OtherSubSubTabs:hover
{
	color: #ffffff;
}
A.OtherSubSubTabs:active
{
	color: #ffffff;
}

.LeftPane
{
	background-position: center top;
}
.RightPane
{
padding-right:2px;
}
.RightPane a:link
{
}
.RightPane a:visited
{
}
.RightPane a:hover
{
}
.RightPane a:active
{
}

.ContentPane
{
	padding-right: 2px;
	padding-left: 2px;
	width: 100%;
	padding-bottom: 10px;
}


/* style for module titles */
.Head
{
}

.TitleHead
{
}
.encabezadoAlt
{
	font-weight: bold;
	color: #445D66;
	letter-spacing: 0.5px;
	padding-right: 6px;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #DBDDCF;
	border: 1px solid #879FA8;
	width: 100%;
	height: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	margin-bottom: 3px;
	margin-top: 10px;
}
.TitleHeadAlt
{
}

/* style of item titles on edit and admin pages */
.SubHead
{
	text-decoration: none;/
	padding-left: 9px; 

}


/* 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;
	border: 1px solid #ffffff;
}


.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(file:///C|/Praxis/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;
	color:#445d66;
}

H2
{
    font-size: 16px;
    font-weight: normal;
	color:#445d66;
}

H3
{
    font-size: 15px;
    font-weight: normal;
	color:#445d66;
}

H4
{
    font-size: 14px;
    font-weight: normal;
	color:#445d66;
}

H5
{
	font-size: 11px;
	font-weight: bolder;
	font-variant: small-caps;
	color:#445d66;
}



A:link
{
	text-decoration: none;
	color:#006393;
}

A:visited
{
	text-decoration: none;
	color:#17648C;
}

A:hover
{
	text-decoration: none;
	color:#CC3300;
}

A:active
{
	text-decoration: none;
	color:#BD6002;
}




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
{
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 100%;
}

.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
{
	margin-top:8px;
	margin-bottom:5px;

}

.tablaHeader TD
{
	margin-top:8px;
	margin-bottom:5px;

}


.tablaHeader a:link, .tablaHeader a:visited, .tablaHeader a:active
{
	text-decoration: none;
}

.tablaHeader a:hover
{
	text-decoration: none;
	margin-top:8px;

}

.tablaGroup
{
	background-color:#af3b3e;
	color:#FFFFFF;
	font-size:14px;
	padding:6px;
}

.tabla 
{
	border-top:#c7cabb 1px solid;
	border-bottom:#ffffff 1px solid;
	background-color:#f2f1f1;
	padding-bottom:10px;
	padding-top:10px;
}

.tabla a:link, .tabla a:visited, .tabla a:active 
{
	text-decoration: none;
}
.tabla a:hover 
{
	font-size:12px;
	text-decoration: none;
}

.tablaAlt 
{
	border-top:#ffffff 1px solid;
	border-bottom:#c7cabb 1px solid;
	background-color:#ffffff;
	padding-bottom:10px;
	padding-top:10px;
	font-size:12px;
}


.tablaAlt a:link, .tablaAlt a:visited, .tablaAlt a:active 
{
	color:#7d939e;

}
.tablaAlt a:hover 
{
	font-size:12px;
	text-decoration: none;
	margin-top:8px;

}

.tablaFooter td
{
	padding-top:8px;
	height:25px;
	border-top:#CCCCCC 1px solid;
	color:#5C5C2E;
}

.tabla td
{
	padding:2px;
	font-size:13px;
}

.tablaAlt td
{
	padding:2px;
	font-size:13px;
	margin-top:8px;
}

.UDTIPPagTable
{

}

.UDTIPPagCell
{
	width: 100%;
	padding:5px;
}

.UDTIPPagCell a:link, .UDTIPPagCell a:visited, .UDTIPPagCell a:active
{
	background-position: center;
	color:#ded68b;
}

.UDTIPPagCell a:hover
{
	color:#ff0000;
}

.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(file:///C|/Praxis/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(file:///C|/Praxis/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(file:///C|/Praxis/periodico.jpg);
	background-repeat: no-repeat;
	margin-left: -5px;
}

#Tab7993 {
	z-index:-1;
	height: 400px;
	width: 400px;
	top: 150px;
	position: absolute;
	background-image: url(file:///C|/Praxis/casa.jpg);
	background-repeat: no-repeat;
	margin-left: -5px;
}
#Tab8765 {
	z-index:-1;
	height: 400px;
	width: 400px;
	top: 150px;
	position: absolute;
	background-image: url(file:///C|/Praxis/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
{

}


.Buscador_Item td
{
background-color:#ecefe8;
border-top:#ffffff 1px solid;
padding-bottom:10px;
padding-top:10px;
border-right:#ecefe8 1px solid;

}

.Buscador_Alternativo td

{
background-color:#e4e8de;
border-top:#dad7c7 1px solid;
padding-bottom:10px;
padding-top:10px;
border-right:#ecefe8 1px solid;
	
}

.Buscador_Titulo
{
	font-size:14px;
}

.Buscador_Descripcion
 {

 }
 
 .Buscador_Pie td 
  {
 font-size:12px;
 border-top:#cac6b1 1px solid;
 border-bottom:#cac6b1 1px solid;

 }
 
 .Buscador_Paginacion
 {
 padding-top:15px;
 padding-bottom:10px;
 font-size:14px;
 color:#FF6600;
 }
 
/* Clases personalizadas para los layouts de proyectos */

.TituloProyecto
{
	color: #af3b3e;
	font-weight:bold;
}
.CampoTituloProyecto
{
color: #6d6d6e;
font-weight:bold;
}


.Publicaciones
{
 padding-top:10px;
 padding-bottom:10px;
 padding-left:4px;
 
 }
 
 /* ================================
              Noticias 
   ================================ */

.TituloNoticia
{
	font-size: 15px;
	font-weight:bold;
	color:#af3b3e;
} 
 

.Noticia
{
	font-size: 12px;
	color: #4c4c4c;
	text-align: left;
} 

.Fecha
 {
	font-size: 12px;
	color:#af3b3e;
	font-style: italic;
}  

/* ================================
           Fin  Noticias 
   ================================ */
