/* $Id: nodes.css,v 1.1.2.13 2009/06/05 17:49:59 jmburnz Exp $ */

/**
 * @file nodes.css
 * Basic styles for nodes.
 */

/**********************************************************
 *                      Nodes
 **********************************************************/
.node {
  margin: 0 0 1.5em;
}

/* Inner wrapper div for nodes. */
.node-inner {}

/* Node title on teasers and other lists. */
.node-title {}

.node-title a:link,
.node-title a:visited,
.node-title a:active {
  text-decoration: none;
}

.node-title a:hover {
  text-decoration: underline;
}

/* Node content wrapper. */
.node-content {
 
}

/* User Picture. */
.node .user-picture {}
.node .user-picture img {}

/* Submitted */
.node-submitted {
color: #777;
margin: 2px 0 5px;
font-size: 0.8em;
}
.node-submitted a {
color: #444;

}
.node-submitted a:hover {}

/* Common links classes. */
.node ul.links {}
.node ul.links li {
  padding: 0 1em 0 0;
}
.node ul.links li a {}

/* Links. */
.node-links {}
.node-links ul.links {}
.node-links ul.links li  {}
.node-links ul.links li a {}

/* Taxonomy terms. */
.node-terms {}
.node-terms ul.tags {}
.node-terms ul.tags li {}
.node-terms ul.tags li a {
    padding-left: 18px;
    background: url('images/tag.png') no-repeat top left;
}

/* Style module links. */
ul.links li.node_read_more a {
	color: #579;
	font-weight: bold;
}
ul.links li.comment_add a {}
ul.links li.comment_comments a {}
ul.links li.comment_new_comments a {}
ul.links li.blog_usernames_blog a {}

/* Node ul link first and last classes. */
.node ul.links li.first {}
.node ul.links li.last  {}

/* Node classes for node workflow states. */
.node-add    {}
.node-edit   {}
.node-delete {}
.node-preview  {}
.node-sticky   {}
.node-promoted {}

/* Node status. */
.node-unpublished {}

/* Theme the node teaser seperatly. */
.node-teaser {
    margin: 0 0 0;
    clear: both;
}


/**********************************************************
 *                   Core node types
 **********************************************************/
.node-blog  {}
.node-page  {}
.node-story {}
.node-forum {}
.node-book  {}
.node-poll  {}


/**********************************************************
 *                 Custom node types
 **********************************************************/
/** 
 * Replace CONTENT_TYPE with the content type 
 * machine-readable name. 
 */
.node-type-CONTENT_TYPE {}


/**********************************************************
 *                    CCK Fields
 **********************************************************/
/* Wrapper for any CCK field. */
.field {}

/* Use "datetime" when creating new CCK date fields. */
.field-type-datetime {}

/* Filefield field. */
.field-type-filefield {}

/* Imagefield field. */
.field-type-image {}

/* Node reference field. */
.field-type-nodereference {}

/* User reference field. */
.field-type-userreference {}

/* Number fields. */
.field-type-number-decimal {}
.field-type-number-float   {}
.field-type-number-integer {}

/* Text field. */
.field-type-text {}

/**
 * Specific field names.
 */
/* Underscores in field name are replaced with dashes. */
.field-field-FIELDNAME {
    
}
h2.noticia-title{
    padding:0px;
    margin:0px;
    line-height: 1.1;
    font-weight: bold;
}
h2.noticia-title a{
   font-size: 14px;
   text-decoration: none;
   
}
.noticia-submitted {
    font-size: 12px;
    color: #777;
    margin: 2px 0 2px;
}
.noticia-content{
    font-size: 13px;
    line-height: 1.3;
}

#noticiacontenedorvideo{
    padding: 5px;
    width: 200px;
    
    margin: 2px auto 0px auto;
    /* background: #CCCCCC;
    border: 1px solid #999999; */
    text-align: center;
}

#noticiacontenedorvideo .node-title{
    font-size: 0.8em;
}

#noticiacontenedorgaleria{
    padding: 0px;
    text-align: center;
    /* background: #ccc;
    border: 1px solid #999; */
}

#noticiagaleriarotulo{

    width:auto;
    font-size:0.8em;
    color:#444;
    text-align:right;
    padding-right: 3px;

    /* background: #ccc;
    margin-top: -5px; */

    border-bottom: 1px dotted #ccc;
    margin-top: -2px;
}

#publicacioncontenedorvideo .node-title{
    font-size: 0.8em;
    visibility: hidden;
    display: none;
}

#publicacioncontenedorvideo{
    
    margin: 5px auto 0px auto;
    /* background: #CCCCCC;
    border: 1px solid #999999; */
    text-align: center;
}

/*
#publicacioncontenedorvideo iframe{
    width: 240px;
}*/

/**
* Estilo de las tablas de eventos
*/
#tblevento{
    width: 100%;
}
#tblevento #rowlyf {
    background: none repeat scroll 0 0 #DADADA;
}
#tblevento #rowlyf td{
    width: 50%;
    vertical-align: top;
}
#tblevento #rowdesc {
    background: none repeat scroll 0 0 #F2F6FA;
}

#fieldautores{
    font-size: 1.2em;
}
#pubclaves, #pubautor{
    float: left; padding-right: 5px;
}
#fieldcopyright,#fieldpagisbn,#fieldpalabrasclaves{
    
    padding: 5px 0px;
}
#pubinfo{
    margin-left: 110px;
}
.node-form .presupuestotitform{
    display: none;
}
#boletin_teaser{
    padding-left: 110px;
}
#boletin_teaser .node-content{
    min-height: 100px;
}
.view-frontpage .node-noticia{
    margin-bottom: 7px;
    border-bottom: 1px solid #9C9E9F;
}
