/*####################################*/
/*ESTILOS VISITA OBLIGADA SALVO VISITA GUIADA */
/*####################################*/


/*####################################*/
/*SELECTORES DE ELEMENTO */
/*####################################*/

#entradillas  {
  float: right;
  width:100%;
  margin-bottom: 40px;
  background-color: #ffffff;
}
#entradilla_izquierda  {
  float: left;
  width:45%;
}
#entradilla_derecha  {
  float: right;
  width:45%;
}
#recuadro_articulo  {
  float: left;
  width: 85%;
  margin-left: 5%;
  margin-top: 10%;  
  position: relative;
  background: linear-gradient(25deg, #F5DA81 12%, #FFFFFF 80%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5da81',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 
  text-align: center;
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 0.9em;
  font-weight: normal; 
  color: #000000;
}
#foto_articulo  {
  width: 60%;
  margin: 0px 20px 0px 0px;
  position: relative;
  text-align: right;
}
#video_izquierda  {
  float: left;
  width:50%;
  height: 85%;
}
#video_derecha  {
  float: right;
  width:35%;
} 
#texto-recuadrado{
  text-align: center;
  font-family: Tahoma, san-serif;
  font-size: 0.9em;
  font-weight: bold; 
  margin: auto;
  color: #000000;
  width: 250px;
  height: 170px;
  border: outset;
  border-width: 7px;
  border-color: #C9C9C9;  
  background: #c0c0c0;
  background-image: url("../img/fondo_rotulo_hospital.jpg");  
}

/*####################################*/
/*SELECTORES DE CLASE*/
/*####################################*/
.texto-derecha-resaltado {
  text-align: right;
  font-weight: bold;
  padding: 0px;
}
.texto-derecha {
  text-align: right;
  padding: 0px;
}