/*
 * celeste 48/136/209  #3088d2
 * 
 * ocre 253/209/48  #FDD130
 * 
 * azul 42/45/100   #2A2D64
 * 
 * */
P  {
 font-size : 12pt;
 font-family : arial,helvetica;
 font-weight : normal;
}

H1  {
 font-size : 36pt;
 font-family : verdana,arial;
 text-decoration : underline;
 text-align : center;
 background-color : Teal;
}

H2  {
 font-size : 16pt;
 font-family : verdana,arial;
 color : #2A2D64;
 /* text-decoration : underline; */
 text-align : center;
 background-color : #ffffff;
}

H3  {
 font-size : 12pt;
 font-family : verdana,arial;
 /* text-decoration : underline; */
 text-align : center;
 background-color : #ffffff;
}

H4  {
 font-size : 12pt;
 font-family : verdana,arial;
 color : #2A2D64;
 /* text-decoration : underline; */
 text-align : left;
 background-color : #ffffff;
}

H5  {
 font-size : 11pt;
 font-family : verdana,arial;
 color : #2A2D64;
 /* text-decoration : underline; */
 text-align : left;
 background-color : #ffffff;
}

TD  {
 font-size : 10pt;
 font-family : verdana,arial;
 text-align : center;
 background-color : #ffffff;
}

BODY  {
 background-color :  #ffffff ;
 font-family : arial;
 color : #7f7f7f;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
table {
     width: 100%;
    /* border: 1px solid black;*/
}
.ten {
     width: 10%
}
.twenty {
     width: 20%;
}
.treintaytres {
     width: 33px;
}
.cien {
     width: 100px;
}

.foto50{
width: 50px;
}
.foto25{
width: 25px;
}


td img{
    display: block;
    margin-left: auto;
    margin-right: auto;

}
/**********************************************************/
 /* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #fdd130;
  color: #2a2d64;
  padding: 12px 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  float: right;
}
#lateral { 
width: 50px;
    margin-left: auto;
    margin-right: auto;
}

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
} 

#abuelo{ border-color:#009cde; 
         background-color:#009cde;}

.boton {
border: 1px solid #2e518b; /*anchura, estilo y color borde*/
padding: 10px; /*espacio alrededor texto*/
background-color: #2e518b; /*color botón*/
color: #ffffff; /*color texto*/
text-decoration: none; /*decoración texto*/
text-transform: uppercase; /*capitalización texto*/
font-family: 'Helvetica', sans-serif; /*tipografía texto*/
border-radius: 50px; /*bordes redondos*/
}
