/* ************************************************************************* */
/* ** Layout: Elementos HTML *********************************************** */
/* ************************************************************************* */

body {
	margin: 0px;
	padding: 0px;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0px;
	padding: 0px 0px 5px;
	font: bold 180% "Trebuchet MS", Verdana, Arial;
	color: #285e7f;
}

/* ************************************************************************* */
/* ** Elementos: Clases de configuracion de elementos varios de uso genérico */
/* ************************************************************************* */

/* Elemento de cierre de layauts _H (head), _F (foot) */
._R {
	width: 0;
	height: 0;
	float: right;
	overflow: hidden;
}

/* Elementos de cierre en contenedores _B (body) de layauts */
div._R {
	width: auto;
	height: auto;
	float: none;
	overflow: visible;
}

/* Componente Ib2c */
.ib2cComponent{
	text-align:center;	
	height: auto;	
	min-width: 50px;
	min-height: 50px;
	overflow:hidden;
	/*background: transparent url('Actives/_Common_Icon_Wait.gif') no-repeat scroll 50% 50%;			*/
}

/* ************************************************************************* */
/* ** Secciones ************************************************************ */
/* ************************************************************************* */
div#sec-menu {
	width: 332px;
	height: 93px;
	background: #954695;
}
div#sec-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#sec-menu ul li {
	list-style: none;
	text-transform: uppercase;
	padding-top: 1px;
	padding-bottom: 1px;
}
div#sec-menu ul li a {
	text-decoration: none;
	padding-left: 35px;
	color: #fff;
	background: url(Actives/flecha-menu.gif) no-repeat left center;
	font-size: 85%;
	font-weight: bold;
}
div#sec-menu ul li a:hover {
	background: url(Actives/flecha-menu-over.gif) no-repeat left center;
}

div#sec-help {
	width: 162px;
	height: 32px;
	padding-top: 30px;
	padding-left: 170px;
	background: #474747;
}
div#sec-help ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#sec-help ul li {
	list-style: none;
	float: left;
	color: #fff;
	padding: 3px;
}
div#sec-help ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 85%;
}
div#sec-help ul li a:hover {
	text-decoration: underline;
}

div#sec-bus {
	width: 300px;
	height: 41px;
}
div#sec-bus:hover {
	background: #474747;
}
div#sec-on {
	width: 300px;
	height: 37px;
}
div#sec-on:hover {
	background: #474747;
}
div#sec-bus {
	text-align: center;
	margin-top: -39px;
	padding-top: 5px;
	padding-bottom: 7px;
}
div#sec-on {
	text-align: center;
	padding-top: 13px;
}
div#sec-bus a {
	text-decoration: none;
	font: bold 220% "Trebuchet MS", Verdana, Arial;
	color: #fff;
}
div#sec-on a {
	text-decoration: none;
	font: bold 150% "Trebuchet MS", Verdana, Arial;
	color: #fff;
}

div#izquierda {
	float: left;
	margin-left: 100px;
}
div#derecha {
	float: right;
	margin-right: 100px;
}
div#izquierda,
div#derecha {
	margin-top: 20px;
	margin-bottom: 20px;
}
div#sec-tour {
	float: right;
	margin-top: -60px;
	margin-right: 30px;
}
div#sec-tour a {
	display: block;
	text-decoration: none;
	padding: 5px;
	background: #fff;
	font-weight: bold;
}
div#sec-tour a:hover {
	background: #7a1679;
	color: #fff;
}

/* ************************************************************************* */
/* ** Layout: Identificadores de estructuras principales del Web *********** */
/* ************************************************************************* */

/* Contenedor principal del website */
body.default #main {
	width: 910px;
	background: url(none);
}

#main {
	width: 980px;
	padding: 0px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;
	background: url(Actives/back-sombra.gif)  repeat-y;
}

/* Contenedor head (#webHead) del layout de la web */
body.default #webHead {
	background: #fff;
}
#webHead {
	width: auto;
	height: 30px;
	background: #c64683;
}

/* Contenedor body (#webBody) del layout de la web */
body.default #webBody {
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#webBody {
	width: auto;
	padding: 0px;	
	min-height: 400px;
}

/* Contenedor foot (#webFoot) del layout de la web */
#webFoot {
	width: 992px;
	height: 50px;
	background: #FFFFFF url(none);
	margin-left: -6px;
}

/* ************************************************************************* */
/* ** Contenido: Identificadores de estructuras principales del contenido ** */
/* ************************************************************************* */

/* Contenedor principal #head del contenido */
body.default #head {
	display: none;
}
#head {
	width: auto;
}

/* Contenedor principal #body del contenido */
#body {
	width: auto;	
}

/* Contenedor principal #foot del contenido */
#foot {
	width: auto;	
}


/* Contenedor (_H)head, (_B)body, (_F)foot de layout del #head del contenido */
#head_H {}

#head_B {
	height: 106px;		

}
	
#head_F {}

/* Contenedor (_H)head, (_B)body, (_F)foot de layout del #body del contenido */
#body_H {}
body.default #body_B {
	width: 100%;
	float: left;
	background: #000;
}
#body_B {
	background: url(Actives/back-centro.gif) repeat-y;
}

#body_F {}

/* Contenedor (_H)head, (_B)body, (_F)foot de layout del #foot del contenido */
#foot_H {}
#foot_B {
	padding: 20px 0px 0px 0px;
	background: #fff url(Actives/back-sombra-inferior.gif) no-repeat top;
	margin-left: -10px;
	width: 1000px;
}
body.default #foot_B {
	clear: both;
	background: url(none);
	margin-left: -40px;
}

#foot_F {}

#foot ul {
	margin: 0px 0px 5px 140px;
	height:auto;
	padding: 0;
}

#foot li {
	float:left;
	list-style-type: none;
	padding: 0px 5px 0px 5px;	
	/*font-size: 0.90em;*/
	font-size: 0.75em;
	line-height: normal;	
}


#foot li.firstItem {
	background-image: none;
	list-style-image: none;	
	list-style-type: none;
}

#foot a, #foot span {
	text-decoration:none;
	color: #000;	
}

#foot a:hover {
	color: #000;
	text-decoration: underline;
}

/* Contenedores principales de columna estructural: #col_Main, #col_Aux1, #col_Aux2; del #body del contenido */
body.default #col_Main1 {
	width: 100%;	
	height: auto;	
	float: none;
	clear: both;
}
body.default #col_Aux1 {
	display: none;	
}
body.default #col_Aux2 {	
	width: 332px;
	height: 445px;
	float: right;
	background: #000000;
	margin-top: -383px;
}

#col_Main1 {	
	width: 59%;
	height: auto;	
	float: left;
}
#col_Aux1 {
	width: 20%;
	height: auto;
	float: left;
}
#col_Aux2 {	
	width: 20%;
	height: auto;
	float: right;
}


/* ************************************************************************* */
/* ** Contenido: Clases de estructuras principales del contenido *********** */
/* ************************************************************************* */

/* Contenedor (_H)head, (_B)body, (_F)foot de layout de una columna: .col */

/* (Reglas Caso Uso: todas las columnas comparte los mismos recursos de layout, ejemplo repetir degradado o patrón) */
.col {
	width:auto;
	padding: 10px;		
}


.col_H {
	display: none;
}

.col_H ._R{	
	width: 12px;
	height: 12px;
}

.col_B {	
	width:auto;
	height:auto;	
}
.col_B ._R {}

.col_F {	
	display: none;
}
.col_F ._R{	
	width: 12px;
	height: 12px;	
}

#col_Main1 .col {
	padding-top: 22px;
	padding-right: 10px;
	padding-left: 20px;
}

#col_Aux1 .col {
	padding: 10px 0px 0px 10px;	
}
#col_Aux2 .col { 
	padding: 0px;
}

/* (Reglas Caso Uso: las columnas tienen diferentes layouts, se encamina la regla a cada una de ellas) */

/*
.col {
	width: auto;	
}

#col_Main1 .col {
	padding: 10px 0px 10px 0px;	
}

#col_Aux1 .col, #col_Aux2 .col {
	padding: 10px;	
}


#col_Main1 .col_H {	
	width:auto;	
	height: 10px;
	background: transparent url('Actives/col_H_BG_Main1.gif') repeat-x scroll left top;	
}

#col_Main1 .col_B {	
	width:auto;
*/
	/*height:auto;*/
/*
	height: 150px; 
	background: transparent url('Actives/col_B_BG_Main1.gif') repeat scroll left top;			
}

#col_Main1 .col_F {	
	width:auto;
	height: 10px;	
	background: transparent url('Actives/col_F_BG_Main1.gif') repeat-x scroll left top;			
}

#col_Aux1 .col_H {	
	width:auto;	
	height: 10px;
	background: transparent url('Actives/col_H_BG_Aux1.gif') repeat-x scroll left top;	
}

#col_Aux1 .col_B {	
	width:auto;
*/
	/*height:auto;*/
/*
	height: 150px; 
	background: transparent url('Actives/col_B_BG_Aux1.gif') repeat scroll left top;			
}

#col_Aux1 .col_F {	
	width:auto;
	height: 10px;	
	background: transparent url('Actives/col_F_BG_Aux1.gif') repeat-x scroll left top;			
}

#col_Aux2 .col_H {	
	width:auto;	
	height: 10px;
	background: transparent url('Actives/col_H_BG_Aux2.gif') repeat-x scroll left top;	
}

#col_Aux2 .col_B {	
	width:auto;
	/*height:auto;*/
/*
	height: 150px; 
	background: transparent url('Actives/col_B_BG_Aux2.gif') repeat scroll left top;			
}

#col_Aux2 .col_F {	
	width:auto;
	height: 10px;	
	background: transparent url('Actives/col_F_BG_Aux2.gif') repeat-x scroll left top;			
}
*/

/* Contenedores grupo .col_Group de de layout de una columna */
.col_Group {
	width: auto;
	padding: 0px;
}

.col_Group_H {
	display: none;
} 

.col_Group_B {
	height: auto;
}	
	
	
.col_Group_F {
	display: none;		
}


/* Contenedores items .col_Group_Item de grupos de de layout de una columna */
.col_Group_Item {
	width: auto;	
	padding: 0px;			
}

.col_Group_Item_H {
	display: none;			
}
body.default .col_Group_Item_B {
	background-color: #000;		
} 
.col_Group_Item_B {

	height: auto;
}

.col_Group_Item_F {
	display: none;															 
}


/* Contenedor (_H)head, (_B)body, (_F)foot de layout de una columna del #viewer: .col_Viwer */
.col_Viewer {
	width:auto;
	padding: 0px;	
}


.col_Viewer_H {
	display: none;	
}

.col_Viewer_B {	
	width: 568px;
	height: 383px; 
	float: left;
}

.col_Viewer_F {	
	display: none;	
}

.col_Viewr_item {
	width:auto;	
}

/* ************************************************************************* */
/* ** Menús: #menu_Main **************************************************** */
/* ************************************************************************* */
/* Contenedores de menús */

/* Menú principal */
body.default #menu_Main {
	display: none;
}
#menu_Main {
	height: 30px;
	background-color: #dea2ba;
	padding: 0px;
	margin-bottom: 1px;
	border-bottom: 1px solid #c54683;
}
#menu_Main div {
	display: none;
}

/* Contenedores de nivel:  Nivel1(ul.AspNet-Menu), Nivel2(ul.AspNet-Menu ul), Nivel3(ul.AspNet-Menu ul ul) */

ul.AspNet-Menu {
    position: relative;
    z-index: 9999;
}

ul.AspNet-Menu, 
ul.AspNet-Menu ul, 	
ul.AspNet-Menu ul ul {
    margin: 0;
    padding: 0;
    display: block;
}

ul.AspNet-Menu ul, 
ul.AspNet-Menu ul ul
{	    
    position: absolute;
    visibility: hidden;            
}

ul.AspNet-Menu ul ul {
	top: 0;	    
	/*left: 10em;*/
	left: 157px;
}

ul.AspNet-Menu li {
	width: 162px;    
  position: relative;
  list-style: none;
  float: left;
	margin-left: 5px;
	margin-bottom: 10px;
}

ul.AspNet-Menu li a,
ul.AspNet-Menu li span {
	display: block;
	padding: 4px 5px 5px 15px;
	color: #fff;
	text-decoration: none;
}

/*Menu vertical*/
.AspNet-Menu-Vertical ul.AspNet-Menu {
	/*width: 10em;*/
    width: 162px;	
}
.AspNet-Menu-Vertical ul.AspNet-Menu ul {
	top: 0;	    
	/*left: 10em;*/
    left: 150px;

}
.AspNet-Menu-Vertical ul.AspNet-Menu ul ul {
	top: 0;	    
	/*left: 10em;*/
    left: 150px;	
}

.AspNet-Menu-Vertical ul.AspNet-Menu li {
	/*width: 10em !important;*/
    width: 162px !important;	
}

/* Layout estados */
ul.AspNet-Menu li.AspNet-Menu-Leaf a, /* leaves */
ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
	background: url(Actives/back-boton.gif) no-repeat;
  color: #fff;
}

ul.AspNet-Menu li:hover a, /* hovered text */
ul.AspNet-Menu li:hover span,
ul.AspNet-Menu li.AspNet-Menu-Hover a,
ul.AspNet-Menu li.AspNet-Menu-Hover span,
ul.AspNet-Menu li:hover li:hover a,
ul.AspNet-Menu li:hover li:hover span,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
ul.AspNet-Menu li:hover li:hover li:hover a,
ul.AspNet-Menu li:hover li:hover li:hover span,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
 	background: url(Actives/back-boton-over.gif) no-repeat; 
	color: #fff;
}

ul.AspNet-Menu li:hover li a, /* the tier above this one is hovered */
ul.AspNet-Menu li:hover li span,
ul.AspNet-Menu li.AspNet-Menu-Hover li a,
ul.AspNet-Menu li.AspNet-Menu-Hover li span,
ul.AspNet-Menu li:hover li:hover li a,
ul.AspNet-Menu li:hover li:hover li span,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
  color: #fff;
}

ul.AspNet-Menu .AspNet-Menu-Selected /* this tier is selected */
{
	background: url(Actives/back-boton-over.gif) no-repeat !important;
	font-weight: bold;    
}

ul.AspNet-Menu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    /*border: solid 1px #999999 !important;*/
    background-color: #cccccc !important;
}

ul.AspNet-Menu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    /*border: solid 1px #999999 !important;*/
    background-color: #cccccc !important;
}


/* Mostrar/Ocultar capas */

/* Oculta capas, añadir reglas si se requieren más de tres capas */
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul {
    visibility: hidden;
}

/* Muestra capas, añadir reglas si se requieren más de tres capas */
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul {
    visibility: visible;    
}


/* ************************************************************************* */
/* ** Menús: #menu_Aux ***************************************************** */
/* ************************************************************************* */
/* Contenedores de menús */

/* Menú auxiliar */
#menu_Aux {
	margin-top: 15px;
	margin-bottom: 30px;
}


/* ************************************************************************* */
/* ** Menús: #menu_Lang **************************************************** */
/* ************************************************************************* */

/* Menú de idiomas */
#menu_Lang {
	width:auto;
	float:right;
	padding: 5px;		
}

#menu_Lang ul {
	width:auto;
	height:auto;	
	margin: 0px;
}

#menu_Lang li {
	float:left;
	background: transparent url('Actives/_Common_Icon_VRuler_1x2_ffffffxTransparent.gif') repeat-y scroll left top;
	list-style-type: none;
	padding: 3px 4px 0;
	font-size: 0.75em;
	line-height: normal;
}

#menu_Lang li.firstItem {
	background-image: none;
	list-style-image: none;	
	list-style-type: none;
}

body.default #menu_Lang a,
body.default #menu_Lang span {
	color: #000;	
}
#menu_Lang a,
#menu_Lang span {
	text-decoration:none;
	color: #fff;	
}

#menu_Lang a:hover {
	text-decoration: underline;
}

body.default #menu_Lang li.selectedItem a,
body.default #menu_Lang li.selectedItem span {
	color: #000;
}
#menu_Lang li.selectedItem a,
#menu_Lang li.selectedItem span {
	color: #fff;
	font-weight: bold;
}

/* ************************************************************************* */
/* ** Visor: #Viewer ******************************************************* */
/* ************************************************************************* */

/* Contenedor #visor */
#viewer {
	float: left;
	padding: 0px;	
	overflow: hidden;
	width: 568px;
}

/* Contenedor (_H)head, (_B)body, (_F)foot de layout del #viewer */
#viewer_H {
	display: none;
}

#viewer_H ._R{	
	width: 15px;
	height: 15px;
	background: #ffffff url('Actives/_Common_BG_Box02_hf_000000.gif') no-repeat scroll right -15px;			
}

#viewer_B {
	width: 568px;
	height: 383px;
	overflow: hidden;
}

#viewer_F {
	display: none;
}

#viewer_F ._R{	
	width: 15px;
	height: 15px;
	background: #ffffff url('Actives/_Common_BG_Box02_hf_000000.gif') no-repeat scroll right -45px;			
}


#col_Viewer2, #col_Viewer3 {	
	width:0px;
	height:0px;
}

#col_Viewer1 {
	width:auto; 	
}

.slideShow {
	display:block;
}

#col_Viewer1 .slideShow img {	
	top:0;
	left:0;		
	width: 568px;
	height: 383px;			
}

#col_Viewer1 .slideShow a {	
	top:0;
	left:0;			
	width: 568px;
	height: 383px;	
}

#viewer ._R {
/*	overflow:hidden;*/
}

/* ************************************************************************* */
/* ** Contenido: Paginador de listas .Pager	******************************** */
/* ************************************************************************* */

/* Paginador .pager  */

ul.pager {	
	width:auto;
	height:auto;	
	margin: 0px;	
}

ul.pager li{	
	float:left;	
	list-style-type: none;
	padding: 0px 5px 0px 5px;
	font-size: 0.90em;
	line-height: 1em;
	background: transparent url('Actives/_Common_Icon_DoubleRowD_5x9_000000.gif') no-repeat scroll left top;	
	
}

ul.pager li.firstItem {
	background-image: none;
	list-style-image: none;	
	list-style-type: none;
}

ul.pager a, ul.pager span {
	display: block;
	text-decoration:none;
	color: #999999;	
}

ul.pager li a.previousPageOn {	
	width: 5px;
	height: 9px;
	background: transparent url('Actives/_Common_Icon_DoubleRowL_NHAF_5x9_999999.gif') no-repeat scroll left top;		
}

ul.pager li span.previousPageOff {	
	margin: 2px 0px 0px 0px;
	width: 5px;
	height: 5px;
	background: transparent url('Actives/_Common_Icon_Square_5x5_999999.gif') no-repeat scroll left top;	
}

ul.pager li a.nextPageOn{	
	width: 5px;
	height: 9px;
	background: transparent url('Actives/_Common_Icon_DoubleRowR_NHAF_5x9_999999.gif') no-repeat scroll left top;		
}

ul.pager li span.nextPageOff{	
	margin: 2px 0px 0px 0px;
	width: 5px;
	height: 5px;
	background: transparent url('Actives/_Common_Icon_Square_5x5_999999.gif') no-repeat scroll left top;	
}

ul.pager a:hover {
	color: #666666;	
}

ul.pager li a.previousPageOn:hover, ul.pager li a.nextPageOn:hover {	
	background-position: -5px top;
}

ul.pager li.selectedItem a, ul.pager li.selectedItem span{	
	color: #000000;	
}

/* ************************************************************************* */
/* ** Contenido: filas de un formulario 	******************************** */
/* ************************************************************************* */
.formRow {
	padding-top: 2px;
}

.formRow label {
	display: -moz-inline-box;
	display: inline-block;	
	width: expression('8em'); /* Min-width para IE6 */
	min-width: 8em;
	padding: 0 2px;
	margin: 0 4px 0 0;
	height: 18px;
	vertical-align: top;	
	color: #808080;
}
.formRow input, .formRow select, .formRow textarea {
	border: solid 1px #a0a0a0;
	padding: 0px !important;
	margin: 0px !important;
}
.formRow input, .formRow select {	
	height: 18px;
}
.formRow textarea {
	height: 72px;
}

.formRow input.button {
	
	height: 24px !Important;
	margin-top: 2px;
	color: #ffffff;
	background-color: #b0b0f0;

	font-size: small;
	font-weight:bold;

	cursor:pointer;
}

/* ************************************************************************* */
/* ** ******************************************************************* ** */
/* ************************************************************************* */


/* ************************************************************************* */
/* ** Páginas: Configuración de layout columnas contenido ****************** */
/* ************************************************************************* */

body.error #col_Main1{	
	width: 100%;			
}

/* ************************************************************************* */
/* ** Páginas ************************************************************** */
/* ************************************************************************* */
body.dondeestamos .col_Group_Item_B img {
	padding: 5px 0px 5px 5px;
	float:right;
}
body.quienessomos .col_Group_Item_B img {
	padding: 5px 0px 5px 5px;
	float:right;
}
body.servicios .col_Group_Item_B img {
	padding: 5px 0px 5px 5px;
	float:right;
}
body.alertas .col_Group_Item_B img {
	padding: 5px 0px 5px 5px;
	float:right;
}
body.ofertas .col_Group_Item_B img {
	padding: 5px 0px 5px 5px;
	float:right;
}
body.anunciese .col_Group_Item_B img {
	padding: 5px 0px 5px 5px;
	float:right;
}
body.enlaces .col_Group_Item_B img {
	padding: 5px 0px 5px 5px;
	float:right;
}
body.ayuda .col_Group_Item_B img {
	padding: 5px 0px 5px 5px;
	float:right;
}
body.avisolegal .col_Group_Item_B img {
	padding: 5px 0px 5px 5px;
	float:right;
}

/* ************************************************************************* */
/* ** Páginas: Default (Principal) ***************************************** */
/* ************************************************************************* */
body.default {}

/* ************************************************************************* */
/* ** Páginas: QuienesSomos ************************************************ */
/* ************************************************************************* */
body.quienessomos .col_Group_Item_B img {
	float:right;
}

/* ************************************************************************* */
/* ** Páginas: DondeEstamos ************************************************ */
/* ************************************************************************* */
body.dondeestamos {}

body.dondeestamos .googleMapLink {
	float: right;
	clear: both;
	width: 225px;
	height: 19px;
	padding-left: 14px;
	margin-left: 50px;
	margin-right: 0px;
	background: transparent url('Actives/_Common_Icon_GoogleMaps.gif') no-repeat scroll left bottom;
	color: #a23367;
}
body.dondeestamos .googleMapLink:hover {
	color: #c54683;
}

/* ************************************************************************* */
/* ** Páginas: .noticias (Noticias) **************************************** */
/* ************************************************************************* */
body.noticias {}

body.noticias #col_Main1 ul.noticias{
	margin: 0 0 0 0;	
}

body.noticias #col_Main1 ul.noticias li{
	list-style-image: none;	
	list-style-type: none;		
	padding: 5px 0 5px 0;
}


body.noticias #col_Main1 ul.noticias li a {
	text-decoration:none;
	color: #333333;
}

body.noticias #col_Main1 ul.noticias li:hover{
	background-color: #cccccc;	
	color: #ffffff;
}

body.noticias #col_Main1 ul.noticias li .docListItem_Title {
	font: italic 1.75em bold Georgia, "Times New Roman", Times, serif;	
	color: #666666;	
}

body.noticias #col_Main1 ul.noticias li .docListItem_Intro {
	font: normal 1em bold Verdana, Arial, Helvetica, sans-serif; 
}

body.noticias #col_Main1 ul.noticias li .docListItem_Fecha {	
	font: italic 1em bold "Courier New", Courier, monospace;	
	width: auto;
	height: auto;
	padding: 0 0.5em 0 0;
	display: inline;		
}

/* ************************************************************************* */
/* ** Páginas: .noticia (Noticia) ****************************************** */
/* ************************************************************************* */
body.noticia {}

body.noticia .col_Group_Item_B img {
	padding: 0px 0px 5px 5px;
	float:right;
}

body.noticia .col_Group_Item_B h1 {
	font: italic 3em bold Georgia, "Times New Roman", Times, serif;	
	color: #666666;	
}
body.noticia .col_Group_Item_B .docDetail_Fecha {	
	font: italic 1em bold "Courier New", Courier, monospace;	
}

body.noticia .col_Group_Item_B .docDetail_Cuerpo {
	font: normal 1em bold Verdana, Arial, Helvetica, sans-serif; 	
}


/* ************************************************************************* */
/* ** Páginas: Comprar ***************************************************** */
/* ************************************************************************* */
body.comprar {}

/* ************************************************************************* */
/* ** Páginas: Vender ****************************************************** */
/* ************************************************************************* */
body.vender {}

/* ************************************************************************* */
/* ** Páginas: .contactar (Contactar)*************************************** */
/* ************************************************************************* */

body.contactar .contactForm {
	margin-left: 20px;
	width: 427px;
	padding-top: 5px;
}
body.contactar label {
	width: 117px;
	color: #000000;
	font-weight: bold;
	padding-top: 9px;
	text-align: right;
	float: left;
}
body.contactar input, body.contactar textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #F7F7F7;
	width: 300px;
	padding-top: 3px !important;
	margin-top: 8px !important;
	margin-bottom: 5px !important;
	border: 1px solid #D1D1D1;
}
body.contactar input:hover,
body.contactar textarea:hover {
	border: 1px solid #285e7f;
	onfocus: 1px solid #285e7f;
	background-color: #e7f1f8;
}
body.contactar input:focus,
body.contactar textarea:focus {
	border: 1px solid #285e7f;
	onfocus: 1px solid #285e7f;
	background-color: #e7f1f8;
}
body.contactar input.sffocus,
body.contactar textarea.sffocus {
	border: 1px solid #285e7f;
	onfocus: 1px solid #285e7f;
	background-color: #e7f1f8;
}
body.contactar textarea {
 height: 140px;
}
body.contactar .info {	
	margin: 0 0 10px 0;	
	color: #ff0000;
	background-color: #cccccc;	
	padding: 5px;
	font-weight: bold;
	font-style:italic;	
}
body.contactar .contactForm div.formRow input.button {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	width: 80px;
	color: #fff;
	background: #285e7f;
	float: right;
	padding-top: 0px !important;
	margin-top: 0px !important;
	border-style: none;
}

/* ************************************************************************* */
/* ** Páginas: Enlaces  **************************************************** */
/* ************************************************************************* */
body.enlaces {}

body.enlaces ul.enlaces {
	margin-top: 30px;
	padding-left: 20px;
}
body.enlaces ul.enlaces li {
	margin-bottom: 15px;
}
body.enlaces ul.enlaces a {
	color: #000;
	font-weight: bold;
}
body.enlaces ul.enlaces a:hover {
	text-decoration: none;
}
body.enlaces ul.enlaces li span {
	display: block;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

/* ************************************************************************* */
/* ** Páginas: Aviso Legal************************************************** */
/* ************************************************************************* */
body.avisolegal {}

body.avisolegal .col_Group_Item_B img {
	padding: 0px 0px 5px 5px;
	float:right;
}

/* ************************************************************************* */
/* ** Páginas: .calculadoram1  (Calculadora) ******************************* */
/* ************************************************************************* */
body.calculadoram1 {}

body.calculadoram1 .calcError {
	margin: 0 0 0 0;	
	color: #ff0000;
	background-color: #cccccc;	
	padding: 5px;
	font-weight: bold;
	font-style:italic;	
}

body.calculadoram1 .calcInfo {
	font-size: small;
}

body.calculadoram1 .tAmortizacion, body.calculadoram1 .Calculadora_M1 {
	padding: 2px;
} 

/* ************************************************************************* */
/* ** Páginas: Error ******************************************************* */
/* ************************************************************************* */
body.error {}

body.error .col_Group_Item_B h2 {
	font: italic 3em bold Georgia, "Times New Roman", Times, serif;	
	color: #666666;			
}


/* ************************************************************************* */
/* ************************************************************************* */
/* ************************************************************************* */

/* Grupo de fuentes seguras para testeos  */

.monoSpace1{
/* monospace */
	font-family: "Courier New", Courier, monospace;
}
.sansSerif1{
	/* Sans-serif*/
	font-family: Arial, Helvetica, sans-serif;
}
.sansSerif2{ 
	/* Sans-serif*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sansSerif3{
	/* Sans-serif */
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.serif1{ 
	/* Serif */
	font-family: "Times New Roman", Times, serif;
}
.serif2{ 
	/* Serif */
	font-family: Georgia, "Times New Roman", Times, serif;
}

