/*
Theme Name: GRUPO BINOMIO
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Luis Oviedo Ortiz
Author URI: http://systematic.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
  background-color:#ecece2;
  font:12px arial;
  color:#5a5a5a;
  margin:0px; padding:0px;
}




h2 {font-size:20px;color:#cc446c;}

h1 {font-size:12px;color:#fff;font-weight:bold;padding:0px;margin:0px;}
h1 a:visited {text-decoration:none;color:#fff;}
h1 a:link {text-decoration:none;color:#fff;}
h1 a:hover {text-decoration:underline;color:#fff;}

h3 {font-size:12px;font-weight:bold;color:#015d76;}
h3 a:visited {font-size:12px;font-weight:bold;color:#015d76;}
h3 a:link {font-size:12px;font-weight:bold;color:#015d76;}
h3 a:hover {font-size:12px;font-weight:bold;color:#015d76;}

#contenedor {
  width:766px;
  margin:0 auto;
  background-color:#fff;
}


#encabezado {
  width:766px;
  height:156px;
}

#menu {
  width:766px;
  background:url('imagenes/fondo-menu.gif');
  height:23px;
}

  #menu ul {
   list-style-type: none;
   padding:0px; margin:0px;
   font:13px arial;
   font-weight:bold;
   color:#5c5c5f;
  }

  #menu li {
    float:left;
    padding:2px 15px 0px 15px;
    margin:2px 0px 0px 0px;
    border-right:2px solid #ccc;
  }
  
  #menu a:visited {color:#5c5c5f;}
  #menu a {color:#5c5c5f; text-decoration:none;}
  #menu a:hover {color:#fff}



#cuerpo {
  width:766px;
  background:url('imagenes/fondo-cuerpo.png');
  float:left;
}

#contenido {
  width:550px;
  padding:10px 15px 10px 15px;
  float:left;
}

#contenido p a{
  color:#cc446c;
}

#contenido hr {
  border:1px dotted #ccc;
}

#sidebar {
  width:185px;
  margin:0px 0px 0px 1px:
  background:url('imagenes/fondo-sidebar.png') bottom;
  float:right;
}

   .box-sidebar-eventos {
     width:176px;
     margin:5px 5px 5px 5px;
     padding:0px 0px 10px 0px;
     border-bottom:1px dotted #fff;
     color:#fff;
   }

   .box-sidebar-eventos p {padding:0px;margin:0px;}



#footer {
  width:756px;
  height:67px;
  background:url('imagenes/fondo-pie.png');
  text-align:right;
  padding:20px 10px 0px 0px;
  clear:both;

}






