/* CSS 1.0 jun 2017 by cgc */

* {
    box-sizing: border-box;
}
body {
    background-color: #FFEFBF;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
html {
    font-family: "Lucida Sans", sans-serif;
}
.header {
    /*background-color: #C1022D;*/
    height: 155px;

    background-image: url("../imagenes/LogoCabeceraP2.png");
    background-repeat: no-repeat;
    background-position: center;

    background-color: #FFEFBF;
    color: #333333;
    padding: 15px;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #c1002d;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
     border-radius: 5px;
}
.menu li:hover {
    background-color: #000;
}
.menu li.in {
    background-color: #000;
}

 .menu a {
  text-decoration: none;
  color: #FFF;
}

.menu{
    position: relative;
    top:  -80px;
}
.right{
    position: relative;
    top:  -80px;
}
.aside {
    background-color: #c1002d;
    padding: 3px;
  /*  color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    min-width: 200px;

}

.submenu{
      position: relative;
      text-align: center;
    /*  background-color: #6C7071;*/

      color: #ffffff;
      font-size:20px;

       min-height: 50px;
}
.sm{
    position: relative;
    top: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    text-align: center;
    padding: 10px;
    background-color: #000;
    border-radius: 5px;

}
.submenu a   {
  color: #FFF;
}
.submenu .sm:hover {
    background-color: #c1002d;
}
.submenu .in{background-color: #c1002d;}

.cuerpo{
  position: relative;
float: left;

 min-height: 550px;

}
.img_cuerpo{
  position: relative;

    top: 20px;

}
.img_cuerpoi{

    width: 100%;
    height: auto;


}


}
.ayunT {
  position: relative;
  float: left;
  color: #000;
  background-color: #FF77FF;

}
table{
  position: relative;
  float: left;
  border:1px solid #c1002d;
  top: 40px;
  width: 100%;
 background-color: #fff;
}
table a   {
  color: #000;
}
td,th {border:none}

.Estilo1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.footer {
    background-color: #c1002d;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
  .header {  background-position:  center;}
  .menu{
      position: relative;
      top: 0px;
  }
  .right{
      position: relative;
      top:  0px;
  }
}
.Estilo11 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
}
.Estilo21 {font-size: 15px; font-family: Geneva, Arial, Helvetica, sans-serif;}
.Estilo21 a:link {
	color: #BF2F38;
	}
.Estilo21 a:visited {
		color: #BF2F38;
	}
  .n{ font-weight: bold;}
  .Estilo10 {	font-family: Geneva, Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	color: #000000;
  }
  .Estilo10 a:link {
  	color: #BF2F38;
  	}
  .Estilo10 a:visited {
  		color: #BF2F38;
  	}
    .Estilo2 {
    	font-family: Geneva, Arial, Helvetica, sans-serif;
    	font-weight: bold;
    	font-size: 16px;
    	color: #FFFFFF;
    }
    .Estilo3 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
