﻿/* bicho*/
       #izquierda {
       width:250px;
       padding:1em;
       display: table-cell;

       }

       #derecha{
       width:250px;
       padding:1em;
       border-left:1px dotted gray;
       display: table-cell;
       }

       #central{
       padding: 1em;
       display: table-cell;
       width:500px;
       border-left:1px dotted gray;
       }

      .mimagen {
       float: left;
       margin: 0px 5px 0px 0px;
       border: 1px dotted gray;
}

/* Pie de cuatro columnas*/

   #izq {
       width:250px;
       padding:1em;
       display: table-cell;

       }

       #der{
       width:250px;
       padding:1em;
       border-left:1px dotted gray;
       display: table-cell;
       }

       #cen{
       padding: 1em;
       display: table-cell;
       width:250px;
       border-left:1px dotted gray;
       }

     /* Pie de cuatro columnas principal*/

   #izqi {
       width:250px;
       padding:1em;
       display: table-cell;

       }

       #dere{
       width:250px;
       padding:1em;
       border-left:1px dotted gray;
       display: table-cell;
       }

       #cent{
       padding: 1em;
       display: table-cell;
       width:250px;
       border-left:1px dotted gray;
       }

.titulo{
 border-bottom-color: #8199a9;
 border-bottom-style: solid ;
 border-bottom-width: 5px;

#example1 {
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;    
}

.capa {
        background: #ff0000;
        width: 600px;
        height: 100px;
border:solid;
}