/*#BEGIN#*/
/*# name="00 General" reference="ref/fields.css\00_General.htm" description="General styles" #*/








fieldset {
    border: none;
}
.warning {
    margin: 0 0 12px 0;
    padding: 8px;
    color: #d73730;
    text-align: center;
}
.editor-preview-work-width {
    width: 736px !important;
}
.editor-row-work-width {
    width: 830px !important;
}



/*#END#*/
/*#BEGIN#*/
/*# name="01 Titles" reference="ref/fields.css\Titles.htm" description="Titles" #*/







.default {
}
.titular {
    margin-bottom:4px;
    margin-top:4px;
    color:#3D464C !important;
    font-size:125%;
    font-weight:bold;
}
.titular-detalle {
  color:#3D464C !important;
  font-size:125%;
  font-weight:bold;
  margin-bottom:4px;
  margin-top:4px;
}
.titular-lateral {
  color:#3D464C !important;
  font-size:104%;
  margin-bottom:4px;
  margin-top:4px;
  font-weight:bold;
}
.noticia-destacada-titulo{
  color:#FFFFFF;
  font-size:20px;
  line-height:24px;
  font-weight:bold;
}
.titulo-objeto {
  /*color:#3D464C !important;*/
  font-size:1em;
  font-weight:bold;
}













/*#END#*/
/*#BEGIN#*/
/*# name="02 Fields" reference="ref/fields.css\02_Fields.htm" description="Fields" #*/
.vacio{
}
.default {
}
.noticia-destacada-campo{
color:#3D464C;font-size:12px;height:64px;margin:0 0 8px;overflow:hidden;
}
.noticia-destacada-lugar{
  color:#FFFFFF;
  font-size:13px;
  font-weight:bold;
  line-height:17px;
  padding-bottom:0;
  padding-left:2px;
  padding-right:0;
  padding-top:0;
}
.horizontal{
    float:left;
}
.linea-horizontal{
  border-bottom:1px solid #E8E8E8;  clear:right;
}
.separador-guion {
    background: transparent url('../layout/images/dash.gif') no-repeat scroll 100% 50%;
    float:left;
    margin-right:4px;
    padding-right:6px;
    color: #706F6E;
}
.titular-portada {
    font-weight:bold;
    font-size:1.2em;
    margin-bottom:4px;
    margin-top:4px;
}
.alineado-derecha{
    float:right;
    font-size:1.2em;
}
.enlace-fuente{
    float:left;
    font-size:1.2em;
    margin-right:6px;
    margin-top:3px;
}
.campo-gris{
    color:#878889;
}

/*.titulo-perfil{
    float:left;
    font-weight:bold;
}*/

.campo-perfil {
    padding-bottom:6px;
    padding-top:6px;
}
.campo-perfil-top-label {
    padding-bottom:6px;
    padding-top:6px;
}








/*#END#*/
/*#BEGIN#*/
/*# name="03 Labels" reference="ref/fields.css\03_Labels.htm" description="Labels" #*/




.default {
}



/*#END#*/
/*#BEGIN#*/
/*# name="04 Separators" reference="ref/fields.css\04_Separators.htm" description="Separators" #*/











.no-separator {

}
.separator-friend{
    margin-bottom:12px;
    border-bottom:solid 1px #3D464C;
}

.solid-left {
    border-left: 1px solid #666666 !important;
    padding: 0 0 0 4px !important;
}
.solid-right {
    border-right: 1px solid #666666 !important;
    padding: 0 4px 0 0 !important;
}
.line-solid {
    border-bottom:1px solid #E8E8E8;
    clear: right;
    color:#706f6e;
}
.line-dotted {
    border-bottom:1px dotted #E8E8E8;
    clear: right;
}
.line-dashed {
    border-bottom:1px dashed #666666;
    clear: right;
}
.noticia-destacada-fondo{
  background-color:transparent;
  background-image:url('../layout/images/header-block.png');
  background-repeat:no-repeat;
  height:160px;
  margin-bottom:5px;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  padding-bottom:0;
  padding-left:33px;
  padding-right:18px;
  padding-top:32px;
  width:213px;  
  float:right;
}




/*#END#*/
/*#BEGIN#*/
/*# name="05 Columns align" reference="ref/fields.css\05_Columns_align.htm" description="Columns align" #*/

.vertically {
    float: none;
}
.horizontally {
    float:left;
    margin-right:12px;
}

.fondo-evento{
    background-color:#E4E5E5;
}



/*#END#*/
/*#BEGIN#*/
/*# name="06 Item layout" reference="ref/fields.css\06_Item_layout.htm" description="Item layout" #*/

.item {
    /*margin:0 0 6px;*/
/*    padding-bottom:8px;
    padding-left:6px;*/
    /*_margin:0 0 10px !important;*/
/*    _padding-bottom:8px !important;
    _padding-left:6px !important;*/
}
.item:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.item .field {
    /*line-height:1.2em;
    padding:0.2em 0pt;
    font-size: 1.1em;*/
}
div.one-column-group .item,
div.two-column-group .item,
div.three-column-group .item {
    padding: 0px;
}
/*div.one-column-group .item .field,
div.two-column-group .item .field,
div.three-column-group .item .field {
    padding: 0 0 0.6em 16px;
}*/
.item .fields-row {
    width: 100%;
    float: left;
}
/*.item .fields-row .fields-column {
    width: auto;
    float: left;
    margin: 0 4px 0 0;
}*/
.item .fields-row .fields-column.horizontally .field {
    float: left;
    width: auto;
    margin: 0 4px 0 0;
}
.item span {
    margin: 0 0 8px 0;
    padding: 0;
  /* color:#000000;*/
/*  display: block;*/
}
.item span.label {
    float: left;
    margin: 0 8px 0 0;
}
/*.item span a {
    text-decoration: none;
    font-weight:bold;
}
.item span a:hover {
    color: #445156;
    text-decoration: underline;
      font-weight: bold;
}
.item em {
    font-style: normal;
    font-weight:bold;
}*/
.item .img-left,
.item .img-right {
    width:auto;
}
.item .img-left img,
.item .img-right img,
.item .img-center img {
    width: auto;
    height: auto;
}
.item .fields-row .fields-column .img-left,
.item .fields-row .fields-column .img-right,
.item .fields-row .fields-column .img-center {
    float: none !important;
}


/*#END#*/
/*#BEGIN#*/
/*# name="07 Result sheet" reference="ref/fields.css\07_Result_sheet.htm" description="Result sheet styles" #*/



.result-sheet {
    background: none;
    margin: 0;
}
.result-sheet .sep {
    background-image: none;
    background-position: left center;
    background-repeat: repeat-x;
    clear: right;
}
.result-sheet blockquote {
    /*font-size:1.1em;*/
    font-style: italic;
}


/*#END#*/
/*#BEGIN#*/
/*# name="08 Detail sheet" reference="ref/fields.css\08_Detail_sheet.htm" description="Detail sheet styles" #*/
.detail-sheet {
    background: none;
    margin: 0;
    padding: 0;
    clear: both;
}
.detail-sheet.item {
    padding:0px;
    border:0px;
    margin:0px;
    padding-top:0px;
}
.detail-sheet.item .normal-detail .field {
    margin-left: 10px;
}

.campo-perfil span.label{
    margin-right:12px;
    color:#878889;
}
 

.campo-perfil-top-label span.label{
    margin-right:80%;
    float:left;
    color:#878889;
}

/*#END#*/
/*#BEGIN#*/
/*# name="09 Query results layout" reference="ref/fields.css\09_Query_results_layout.htm" description="Query results layout" #*/
.event-result .field.fecha{
    background: transparent url('../layout/images/dash.gif') no-repeat scroll 100% 50%;
    float:left;
    margin-right:3px;
    padding-right:6px;
    color:#3D464C !important;
    font-size:86%;
    font-weight:normal !important;
    height:12px;
    //background-color:#E4E5E5;
}
.event-result .field.fecha img.eventlogo{
    margin-right: 7px;
}
.event-result .field.lugar{
    background-color:#E4E5E5;
    margin-left:5px;
    font-size:86%;
    //clear:right;
    //width:100%;
    //float:left;
    //margin-left:-4px;
    //padding-left:4px;
    height:12px;		
}
.event-result h5{
    padding-top:10px;
    padding-bottom:10px;
    clear:both;
    font-weight:bold;
    font-size:1.1em;
}

.event-result h5 a{
    color:#3D464C;
}
a.noticia-destacada-titulo:visited{
    color:#FFFFFF;
}
a.noticia-destacada-campo:hover{
    color:#3D464C;height:64px;margin:0 0 8px;overflow:hidden;text-decoration:none;
}
a.noticia-destacada-campo:visited{
    color:#3D464C;
}
a.noticia-destacada-lugar:hover{
  color:#FFFFFF;
  font-size:13px;
  font-weight:bold;
  line-height:17px;
  padding-bottom:0;
  padding-left:2px;
  padding-right:0;
  padding-top:0;
text-decoration:none;
}
a.noticia-destacada-lugar:visited{
  color:#FFFFFF;
}


/*#END#*/

