/* Redefinición de etiquetas generales HTML */
*
{
margin: 0px;
padding: 0px;
}

body
{
background-color: #fff;
color: #9f9f9f;
font-size: 11px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

a
{
text-decoration: underline;
color: #003300;
}

  a img {
    border-width: 0px;
  }

p
{
margin-bottom: 18px;
}

h1
{
margin-top: 10px;
margin-left: 5px;
margin-bottom: 15px;
background: inherit;
color: #50514D;
font-size: 26px;
}

h2
{
margin: 5px;
background: inherit;
color: #50514D;
font-size: 18px;
}

h3
{
margin-top: 30px;
background: inherit;
text-align:justify;
color: #50514D;
font-size: 14px;
}

/* Redefinición de etiquetas de usuario */
#main
{
position: relative;
width: 870px;
margin-top: 0px;
margin-left: 50px;  /* 1024- 870 = 154; Dejo 50 por la izquierda */
padding-bottom: 10px;
padding-top: 20px;
}

#zona_central
{
position: relative;
height: auto;
display: block;
}

#imagen_portada
{
position: relative;
float: left;
width: 380px;
height: 254px;
background: url('../images/Portada.jpg') no-repeat;
background-color: #4d4d4d;
background-position: center;
color: #ff00ff;
}

#texto_portada
{
position: relative;
float: right;
width: 480px;
height: 254px;
text-align:justify;
color: #50514D;
font-size: 12px;
}

#pie_imagen_portada
{
/*float: none;
display: block;
position: relative;*/
color: #003300;
width: 380px;
text-align: center;
}

#header
{
margin-top: 5px;
width: 100%;
height: 104px;
background: url('../images/ImagenCabecera.jpg') no-repeat;
background-color: #FFFFFF;
background-position: center;
color: #ffffff;
}

#footer
{
width: 100%;
margin: 0px;
padding-top: 10px;
text-align: center;
color: #006600;
}

  #powered{
  /* Pie de pagina */
    height: 35px;
    width: 100%;
    color: #0;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-top: 5px;
    vertical-align: middle;
    background-color: #FFFFFF;
    font-size: 10px;
    text-align: center;
  }

/* ------------------------------------------------ */
/*  Productos                                       */
/* ------------------------------------------------ */
.entrada_indice
{
margin-top: 5px;
border: 1px;
border-style: solid;
width: 870px;
height: 80px;
}

.imagen_indice
{
position: relative;
float: left;
width: 156px;
height: 74px;
margin: 3px;
}

.texto_indice_izq
{
position: relative;
float: left;
width: 706px;
text-align: right;
color: #50514D;
font-size: 12px;
}

.texto_indice_der
{
position: relative;
float: right;
width: 706px;
text-align: left;
color: #50514D;
font-size: 12px;
}

.entrada_capitulo
{
margin-top: 5px;
border: 1px;
border-style: solid;
width: 870px;
height: 152px;
}

.imagen_capitulo_izq
{
position: relative;
float: left;
width: 222px;
/*height: 140px;*/
margin: 6px;
}

.imagen_capitulo_der
{
position: relative;
float: right;
width: 222px;
/*height: 140px;*/
margin: 6px;
}

.texto_capitulo_der
{
position: relative;
float: right;
width: 630px;
text-align:justify;
color: #50514D;
font-size: 12px;
}

.texto_capitulo_izq
{
position: relative;
float: left;
width: 630px;
text-align: justify;
color: #50514D;
font-size: 12px;
}

.pie_imagen_capitulo
{
color: #333300;
width: 380px;
text-align: center;
}

/* ------------------------------------------------ */
/*  Máquinas                                        */
/* ------------------------------------------------ */
.entrada2_capitulo
{
margin-top: 5px;
border: 1px;
border-style: solid;
width: 870px;
height: 186px;
}

.imagen2_capitulo_izq
{
position: relative;
float: left;
width: 160px;
margin: 6px;
}

.texto2_capitulo_der
{
position: relative;
float: right;
width: 680px;
text-align:justify;
color: #50514D;
font-size: 12px;
}

/* ------------------------------------------------ */
/*  Generales                                       */
/* ------------------------------------------------ */
.frase
{
margin:10px;
font-size: 12px;
position: relative;
color: #666666;
}

.enlace_ficha
{
margin-top: 10px;
margin-left: 20px;
}

.texto_estandar
{
position: relative;
clear:both;
margin-left: 10px;
margin-right: 10px;
text-align:justify;
color: #50514D;
font-size: 12px;
}

.texto_estandar_centrado
{
text-align:center;
color: #50514D;
font-size: 12px;
}

.foto
{
color: #333300;
width: 180px;
}

/* ------------------------------------------------ */
/*  Base tecnológica: Ingeniería I+D+i              */
/* ------------------------------------------------ */
.imagen_grande
{
position: relative;
float: left;
width: 380px;
height: auto;
background-color: #FFFFFF;
background-position: center;
color: #ff00ff;
}

.texto_asociado_imagen_grande
{
position: relative;
float: right;
width: 460px;
margin-left: 10px;
margin-right: 10px;
text-align:justify;
color: #50514D;
font-size: 12px;
}

/* ------------------------------------------------ */
/*  Generales                                       */
/* ------------------------------------------------ */
table
{
border: 1px;
font-size: 10px;
color: #003300;
}

.tabla_listado
{
width: 870px;
margin-left: 10px;
}