/*CSS para el portal de carmen navarro*/
body {
	font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif;
        font-size: 10pt;        
 	margin: 0px;
	padding: 0px;
        background: #000000;
        color:#ffffff;
}

h1{
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif; 
  font-size: 9pt;  
  letter-spacing: 2px; 
  text-transform: uppercase; 
  text-decoration: none; 
  color: #EA6BA5;
  margin:0;
  padding:0;
}

h2{
 font-weight: bold;
 font-style: italic;
 font-size: 9pt;
 font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif; 
 color: #EA6BA5; 
 margin:0;
 padding:0;
}


p{
  margin-top:0.50em;
  margin-bottom:0.50em;
  padding:0;
  
 /* border-style:solid;
  border-width:1px;
  border-color:#FFFFFF;*/
}

br{
  margin-top:0;
  margin-bottom:0;
  line-height: 0.5em;
  padding:0;
  
  /*border-style:solid;
  border-width:1px;
  border-color:#FFFFFF;*/
}


img{
  border: none;
}

/*
Para ocultar elementos
*/
.oculto{
  display:none;
}

/*Lo hago así porque el iexplorer en vista
no respetaba el margin-top*/
#margen_superior {
 height:20px;
}


/* Contendedor principal para centrar la pagina*/
/*El contendor tendrá como mínimo 650 de alto*/
#contenedor_principal {  
  min-width:984px; 
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom:100px;
  border-style:dashed;
  border-width:1px;
  border-color:#EA6BA5;  
  background: transparent url(../imagenes/fondo/trival.jpg) no-repeat bottom right;
}

/*Para contener la imagen de la pagina de inicio,
en este caso para mostrar el trival superior*/
#contenedor_logo_inicio{   
  min-width:984px; 
  margin: 0; 
  padding-top:170px;
  padding-left:10px;
  padding-bottom:70px;
  border-style:none;
  background: transparent url(../imagenes/fondo/trival_superior.jpg) no-repeat top left;
}

.contenedor_menu_principal{   
  border-bottom: 1px dashed #EA6BA5; 
  border-left: 1px dashed #EA6BA5;
  border-right: 1px dashed #EA6BA5;
  min-width:984px;  
  height:30px;
  margin-left: 20px;
  margin-right: 20px;
}

.menu_principal{   
  width: 100%;
  margin-bottom:20px;
}

.contenedor_titulo {    
  padding: 30px 10px 30px 80px;
  margin-left: 50px;
  border-style:none;
  border-width:0px;
  height:70px;
  background: transparent url(../imagenes/titulos/flortitulo.jpg) no-repeat center left;
}

.contenedor_fondo_contenido{
  background: transparent url(../imagenes/fondo/flordifusa.jpg) no-repeat top left;
}
.contenedor_contenido{
  min-height: 400px; /* for modern browsers */  
  margin-left:50px;
  margin-right:110px;
  /*
  border-style:solid;
  border-width:1px;
  border-color:#FFFFFF;
  */
}

/*Contenedor para las ventanas de dialogo*/
.contenedor_dialogo{
  /*width:855px;*/
  min-height: 400px; /* for modern browsers */  
  margin-left:50px;
  margin-right:110px;
  
  /*
  border-style:solid;
  border-width:1px;
  border-color:#FFFFFF;
  */
}

.enlace_con_img:link, .enlace_con_img:visited,
  .enlace_con_img:hover, .enlace_con_img:active{ 
    font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif;
    font-size: 10pt;
    font-weight: bold;     
    text-decoration: none; 
    color: #EA6BA5;
    background-color:transparent;
    border:none;
}

.enlace:link, .enlace:visited { 
    font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif;
    font-size: 10pt;
    font-weight: bold;     
    text-decoration: none; 
    color: #EA6BA5;
    background-color:transparent;
    border:none;
}

.enlace:hover, .enlace:active { 
    font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif;
    font-size: 10pt;
    font-weight: bold;     
    text-decoration: underline; 
    color: #EA6BA5;
    background-color:transparent;
    border:none;
}

.enlace_coleccion_seleccionado:link, .enlace_coleccion_seleccionado:visited { 
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif; 
    font-size: 9pt;  
    letter-spacing: 2px; 
    text-transform: uppercase; 
    text-decoration: none;     
    color: #ffffff;
    background-color:transparent;
    border:none;
}
.enlace_coleccion_seleccionado:hover, .enlace_coleccion_seleccionado:active { 
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif; 
    font-size: 9pt;  
    letter-spacing: 2px; 
    text-transform: uppercase; 
    text-decoration: underline; 
    color: #ffffff;
    background-color:transparent;
    border:none;
}

.enlace_coleccion:link, .enlace_coleccion:visited { 
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif; 
    font-size: 9pt;  
    letter-spacing: 2px; 
    text-transform: uppercase; 
    text-decoration: none; 
    color: #EA6BA5;
    background-color:transparent;
    border:none;
}

.enlace_coleccion:hover, .enlace_coleccion:active { 
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif; 
    font-size: 9pt;  
    letter-spacing: 2px; 
    text-transform: uppercase; 
    text-decoration: underline; 
    color: #EA6BA5;
    background-color:transparent;
    border:none;
}


.nota{
 font-weight: normal;
 font-style: italic;
 font-size: 8pt;
 font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif; 
 color: #EA6BA5; 
 margin:0;
 padding:0;
}

.letraCapital{
  float:left;
  padding-right:4px;
  padding-bottom:2px;
  /*top:155px;
  left:115px;*/
}

.panel_botonera_formulario{
  width: 100%;
}

.botonera_formulario{ 
  float: right;
  margin-right:25px;
  height:25px;
  
 /* border-style:solid;
  border-width:1px;
  border-color:#FFFFFF; */
}

/* Marco para la imagen de fondo de las colecciones en la parte de administracion*/
.marco_imagen_fondo_colecciones_administracion{   
    margin-left:5px;
    margin-bottom:5px;
    height: 480px;   
    text-align: center;
    border-width: 1px;
    border-color: #EA6BA5; 
    border-style: solid;
}

/* imagen de fondo de las colecciones en la parte de administracion*/
.imagen_fondo_colecciones_administracion{ 
   /*min-width:750px;*/
   height:480px;
}

/* Marco para la imagen de fondo de las colecciones en la parte de administracion*/
.marco_imagen_cabecera_colecciones_administracion{
    margin-left:5px;
    margin-bottom:5px;
    text-align: center;
    height:70px;     
    border-width: 1px;
    border-color: #EA6BA5; 
    border-style: solid; 
}

/* imagen de fondo de las colecciones en la parte de administracion*/
.imagen_cabecera_colecciones_administracion{ 
   /*min-width:750px;*/
   height:70px;
}

/* Marco para la imagen de las noticias en la parte de administracion*/
.marco_imagen_noticias_administracion{
    margin-left:5px;
    margin-bottom:5px;
    height: 480px;   
    text-align: center;
    border-width: 1px;
    border-color: #EA6BA5; 
    border-style: solid;
}
/* imagen las noticias en la parte de administracion*/
.imagen_noticias_administracion{ 
   /*min-width:750px;*/
   height:475px;
}
.panel_texto{
  font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif;
  font-size: 10pt;
  color:#ffffff;  
  margin-top: 5px;
  margin-left:5px;
  margin-right: 5px;  
  min-width:100px;
  background:transparent;
  
 /* border-style:solid;
  border-width:1px;
  border-color:#EA6BA5;
  */
}

.panel_fotos_preview{
  width:315px; 
  padding-top: 5px;
  margin-right: 5px;
  background:transparent;
  
 /* 
  border-style:solid;
  border-width:1px;
  border-color:#EA6BA5;
  */
}

.panel_enlaces_derecha{  
  /*right:0px;*/
  width:250px;
  margin-top:15px; 
  margin-right: 5px;
  min-height:430px;

  /*border-style:solid;
  border-width:1px;
  border-color:#EA6BA5;*/
  
}

.imagen_enlace{ 
  margin-top: 5px;
  margin-right:10px;
} 
.panel_enlace{  
  /*right:0px;*/
  width:248px;
  padding-left: 25px;
  /* margin:0 0 2px 0;  */  
  min-height:25px;
  /*background: transparent url(../imagenes/enlaces/imagenenlaces.jpg) no-repeat top left;*/
  vertical-align: top;
 /*
  background: #0A0A0A;
  border-style:solid;
  border-width:1px;
  border-color:#EA6BA5;
  */
}

/* Marco para la preview de fotos del catalogo de productos*/
.marco_foto_preview{
    text-align: center;
    margin-left:5px;
    margin-bottom:5px;
    width: 68px;         
    height: 87px;    
    float:left;
    border-width: 1px;
    border-color: #EA6BA5; 
    border-style: solid;
}

/* imagenes para la preview del catalogo de productos*/
.foto_preview{
    /*width:  68px;   Solo fijo el alto para que no se deformen */     
    height: 87px; 
    border: none;
    background-color:#000000;
}

/* Marco para fotos del catalogo de productos*/
.marco_foto{
    text-align: center;
    margin-left:5px;
    margin-bottom:5px;
    width:  413px;         
    height: 531px;       
    float:left;
    border-width: 1px;
    border-color: #EA6BA5; 
    border-style: solid;
}

/* Estilo de fotos para el catalogo de productos*/
.foto{
    /*width:  413px;  Solo fijo el alto para que no se deforme*/       
    height: 531px; 
    border: none;
}

.panel_contacto{
  padding-right:70px;
}

/***** CSS's para noticias ****/
.noticia{
  width:100%;
  clear: both;
  min-height:480px;
  background: transparent url(/cnweb/imagenes/fondo/flordifusa.jpg) no-repeat top left ;
 /* border-style:solid;
  border-width:1px;
  border-color:#FFFFFF;*/
  
  
}

.titulo_noticia{
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif; 
  font-size: 9pt;  
  letter-spacing: 2px; 
  text-transform: uppercase; 
  text-decoration: none; 
  color: #EA6BA5;
  margin:0;
  padding:0;
 /* border-style:solid;
  border-width:1px;
  border-color:#FFFFFF;*/
}

.subtitulo_noticia{
  font-weight: bold;
  font-style: italic;
  font-size: 9pt;
  font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif; 
  color: #EA6BA5; 
  margin:0;
  padding:0;
}

.imagen_noticia{ 
   float:right;
   padding-top: 5px;
   padding-left:15px;
   padding-bottom:15px;
}

.fechaPublicacion_noticia{
  font-weight: bold;
  font-style: italic;
  font-size: 9pt;
  font-family: "Trebuchet MS", Arial, Tahoma,Helvetica,Geneva,sans-serif; 
  color: #FFFFFF; 
  margin:0;
  padding:0 0 10px 0;
}

.separador_noticia{
  clear:both;
  height: 22px;
  width:260px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  margin-bottom:20px;
  background: #000000 url(../imagenes/fondo/separador_noticia.jpg) repeat center;  
  /*border-bottom-style:dashed;
  border-bottom-width:1px;
  border-bottom-color:#EA6BA5;*/
}