/*
Theme Name: 	Graphene Instituciones
Description: 	Tema hijo de Graphene para Instituciones.
Version: 		1.0.0
Template:     graphene
Tags: 			one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, rtl-language-support, post-formats, featured-image-header, featured-images, full-width-template, microformats
Text Domain: 	graphene-instituciones
License: 		GNU General Public License, Version 3 (or newer)
License URI: 	http://www.gnu.org/licenses/gpl.html
*/

/*
  Barra de mune principal cuando se fija en la parte superior su contenido este centrado con
  respecto a los laterales

.boxed-wrapper .navbar-fixed-top {
    left: auto;
    right: auto;
}
*/


/*

*/
.btn, .Button, .colour-preview .button, input[type="submit"], button[type="submit"], #commentform #submit, .wpsc_buy_button {
    background: #4F2D69;
    border: none;
    color: #ffffff;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    line-height: 34px;
    padding: 5px 5px;
}

/* 
  Alineacion de las imagenes destacadas a la izquierda
*/
.entry-content .excerpt-thumb img,
.child-page .excerpt-thumb img {
    float: left;
    margin: 0 1em 0 0;
    border: 1px solid #fff;
    box-shadow: 0 0 3px #ddd;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}


/*
  Estilo CSS de la barra de logo de infomed y enlaces complementarios de la misma
*/

#logoinfomed, #logoinfomed ul,
#cw-segment-header h1#cw-content-portalname ,
#cw-segment-header #cw-content-mainnav .wrap, 
#cw-segment-footer p#cw-content-legalnotice,
div#contF{ 
position: relative;
width: 100%;} 
#logoinfomed {
background-color: #FFFFFF;
background-image: none;
   height: 30px;
	margin: 0 auto;
	padding: 0px;} 
#logoinfomed ul {
    list-style-image: none;
    list-style-type: none;
	 line-height: 25px;
    margin: 0 auto;
    padding: 0;}
#logoinfomed a{ padding-left: 15px;}
#logoinfomed ul li { display: inline;}
#logoinfomed ul li.imagenlogo {float: left;margin: 0;padding: 0;}
#logoinfomed li.imagenlogo img {border: none;padding-left: 10px;}
#logoinfomed li.contacto {
    background-image: url("../images/email.gif");
    background-position: left 10px;
    background-repeat: no-repeat;
    float: right;
	 margin: 0px;
    padding-top: 3px;}
#logoinfomed li.contacto a {margin: 0 20px 0 5px;}

/*
Tamaņo de letra de titulo de articulo o pagina en menor tamaņo
Por defecto viene en 30px y se baja a 20px
*/
.post-title, .post-title a {
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
}

/*
  Los parrafos de las entradas se muestran justificados independiente del tipo de alineacion establecida
*/
.entry-content p, .comment-entry p, dt, dd, .entry-content p .button, .comment-link, pre {

    margin-bottom: 1.5em;
    text-align: justify;

}

/*
   Texto justificado que se muestra en el slide-show del tema (carrucel)
*/

.carousel-caption {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    line-height: normal;
}
