.footer {
    text-align: center;
     color: #888888;
 }

 .contenedor{

    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 3%;
    margin-right: 3%;
}


.fondo{
    background-color: #FDC4BB; 
}


body{
    font-family: verdana, helvetica;
    font-weight: bold;
 }
 
 #nav{
    width: 100%;
    height: 100%;
 }
 
 .titulonav{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fa8072;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ff0080;
    padding-top: 5px;
    padding-right: 0pt;
    padding-bottom: 5px;
    padding-left: 4px;
    font-size: 200%;
    font-weight: bold;
    background-color: #fa8072;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-family: "Bubble Bobble";
    
 }

 
 .titulonav2{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fa8072;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ff0080;
    padding-top: 5px;
    padding-right: 0pt;
    padding-bottom: 5px;
    padding-left: 4px;
    font-size: 200%;
    font-weight: bold;
    background-color: #fa8072;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-family: "Bubble Bobble";
    
 }

 
 .cuerporec{
    border-width: 1px;
    border-style: solid;
    border-color: #ff0080;
    margin-top: 4px;
    margin-right: 0pt;
    margin-bottom: 10px;
    margin-left: 0pt;
    font-family: "Bubble Bobble";
    
    
 }
 
 .cuerporec2{
    border-width: 10px;
    border-style: solid;
    border-color: #ff0080;
    margin-top: 4px;
    margin-right: 0pt;
    margin-bottom: 10px;
    margin-left: 0pt;
    padding: 2%;
    font-family: "Bubble Bobble";
    
    
 }

 .cuerporec ul{
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 1px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    
 }

 .cuerporec2 ul{
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 1px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    
 }
 
 .cuerporec li{
    padding-left: 12px;
    font-size: 8pt;
    padding-bottom: 2px;
    margin-top: 1px;
    margin-right: 0pt;
    margin-bottom: 1px;
    margin-left: 0pt;
    text-emphasis-color: #000;
    font-size: 130%; 
}

.cuerporec2 label, input{
    padding-left: 12px;
    font-size: 8pt;
    padding-bottom: 2px;
    margin-top: 1px;
    margin-right: 0pt;
    margin-bottom: 1px;
    margin-left: 0pt;
    text-emphasis-color: #000;
    font-size: 150%; 
}

 .cuerporec2 a{
    text-decoration: none;
 }

 .Conoce {
    text-decoration: none;
    color: #000;
    font-size: 250%;
    margin: 0 auto;
    display: table;
    font-family: "Bubble Bobble";
}

.margenProduc{
  
    width: 40%;
    margin: 0 auto;
    display: block;
}

/*///////////////////////////////////////*/

.container textarea {
    max-width: 820px;
    margin: 0px auto;
    margin-top: 50px;
}

.comment textarea{
    float: left;
    width: 100%;
    height: auto;
}

.commenter textarea{
    float: left;
}

.commenter img, textarea{
    width: 35px;
    height: 35px;
}

.comment-text-area textarea{
    float: left;
    width: 100%;
    height: auto;
}

.textinput textarea {
    float: left;
    width: 100%;
    min-height: 75px;
    outline: none;
    resize: none;
    border: 1px solid grey;
}