/* 
Theme Name: Festival de Cine de Fuentes
Theme URL: http://www.festivalcinefuentes.es
Description: A WP theme developed by Idibay Consulting.
Author: Idibay Consulting
Author URI: http://www.idibayconsulting.com
Version: 1.0
*/

/***** RESET CSS STYLES *****/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
acronym,
address,
big,
cite,
code,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
  font-style: italic;
  margin-left: 30px;
  border-left: 1px solid #ccc;
  padding-left: 12px;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
/**** DEFAULT LINKS ****/
/**** DEFAULT IMAGES AS LINKS ****/
a img,
a:link img,
a:visited img,
a:link:active img,
a:visited:active img,
a:hover img {
  text-decoration: none;
  border: 0;
}