/*
 Theme Name: UO Internacional Child
 Template: Divi
 Author: Joaquín Fanjul
 Description: Child theme para Universidad de Oviedo - Internacionalización
 Version: 1.0
*/

/* Base tipográfica y color de enlaces */
html, body { font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height:1.6; color:#000; }
a { color:#00775E; text-decoration:none; }
a:hover, a:focus { color:#005C47; text-decoration:underline; }

/* Titulares */
h1, h2, h3, h4, h5, h6 { color:#00775E; line-height:1.25; margin:.6em 0 .4em; }

/* Header fijo */
.et-fixed-header { background:#fff; box-shadow:0 2px 12px rgba(0,0,0,.06); }
#top-menu li a { color:#000; }
#top-menu li a:hover { color:#00775E; }
#top-menu li.current-menu-item > a { color:#00775E; }

/* Footer institucional */
#main-footer { background:#F4F4F4; color:#333; }
#main-footer a { color:#00775E; }
#main-footer a:hover { color:#005C47; }

/* Botones */
.et_pb_button, .et_pb_promo_button, .et_pb_contact_submit, .et_pb_newsletter_button {
  text-transform:uppercase; font-weight:700; letter-spacing:.02em;
  background:#00775E; color:#fff !important; border-radius:5px; padding:12px 24px; border:none;
}
.et_pb_button:hover, .et_pb_promo_button:hover, .et_pb_contact_submit:hover, .et_pb_newsletter_button:hover {
  background:#005C47; color:#fff !important;
}

/* Tablas del Toolkit */
.et_pb_text table { width:100%; border-collapse:collapse; font-size:15px; }
.et_pb_text table th, .et_pb_text table td { border-bottom:1px solid #e6e6e6; padding:10px 8px; }
.et_pb_text table th { background:#F4F4F4; color:#000; text-align:left; }

/* Accesibilidad */
:focus { outline:2px solid #00775E; outline-offset:2px; }

/* Medios responsivos */
img, video { max-width:100%; height:auto; }
