
/* ----- MAQUETADO ----- */



/* ----- CLASES ----- */




/* ----- ENCABEZADOS ----- */



/* ----- PARRAFOS ----- */


/* ----- LISTAS ----- */


#caja_menu ul{
 margin: 1.50em 0em 0em 0em;
}

#caja_menu ul li{
display:inline;
color: #343434;
line-height: 1.56em;
/*border-left: #333333 2px solid;*/
}

#caja_menu span {
  background: url(../images/linea_menu.png) 0 5px no-repeat;
  padding: 0.63em;
  margin-left: 1.00em;
}

/*#caja_menu ul li:first-child {
border-left: none;
}*/

#caja_menu ul li a:hover{
text-decoration:underline;
}

ul.invirtiendo {
margin-left: 3em;
font-size: 0.69em;
font-weight: bold;
text-align:center;
}

ul.invirtiendo li {
display:inline;
margin-left: 0.50em;
line-height: 1.88em;
}

ul.invirtiendo li span {
color:#565656;
font-size: 0.75em;
margin-right: 1em;
}

ul.invirtiendo li a {
color:#565656;
}

ul.invirtiendo li a.activo {
color:#e32119;
}

ul.invirtiendo li a:hover {
color:#e32119;
text-decoration:underline;
}

/* ----- IMAGENES ----- */

img.sumando {
float:right;
margin: 0em 1.25em 0em 2.50em;
 }
 
 img.invirtiendo {
float:right;
margin: 0em 1.25em 0em 0em;
 }

/* ----- FORMATO DE TEXTO ----- */


/* ----- LINKS ----- */

a.rojo_16px {
color: #e32119;
font-size: 1.13em;
font-weight: bold;
}

a.rojo_16px:hover{
text-decoration: underline;
}

a.volver {
background: url(../images/fondo_volver.png) no-repeat;
padding: 0.50em 2.19em 0.63em 2.19em;
float:right;
color: #ffffff;
font-weight: bold;
}

a.volver:hover{
text-decoration: underline;
}

/* ----- FORMULARIOS ----- */
label {
display:block;
  font-size:10px;
  color:#7c7b7b;
}

label.fuerte {
  font-weight:bold;
}

input.text, textarea.textarea, .firefox select.select, input.file {
  width: 300px;
  border-top:1px solid #7c7c7c;
  border-left:1px solid #c3c3c3;
  font-size:11px;
  font-family: Arial, Genova, Verdana;
  border-right:1px solid #c3c3c3;
  border-bottom:1px solid #ddd;
  background-color:#e5e5e5;
}

select {

 width: 300px;
 border-top:1px solid #7c7c7c;
 border-left:1px solid #c3c3c3;
 font-size:11px;
 font-family: Arial, Genova, Verdana;
 border-right:1px solid #c3c3c3;
 border-bottom:1px solid #ddd;
 background-color:#e5e5e5;
}

 

input.checkbox, input.radio{
 display:block;
}

input.button {
 font-size:11px;
 border: 1px solid #a3a2a2;
 background-color:#b3b3b3;
 padding: 2px;
}

