/* --------------------------------------------------------------

     rte.css
     * Sets up some sensible default typography.

-------------------------------------------------------------- *//* Default font settings.
     The font-size percentage is of 16px. (0.75 * 16px = 12px) */
@font-face {
    font-family: "Droid Serif";
    src: url("DroidSerif-Regular.woff")
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(_xyN3apAT_yRRDeqB3sPRg.woff) format('woff');
}

body {
    font-size: 14px;
    color: #000;
    font-family: Roboto, Trebuchet MS, Arial, Verdana, Helvetica, sans-serif
}

p, li, input, textarea, select {
    font-size: 1em;
    font-family: Roboto, Trebuchet MS, Arial, Verdana, Helvetica, sans-serif
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    float: left;
    width: auto;
    font-weight: normal;
    color: #a32337;
	font-family: "Ubuntu","Times News Roman"
}

h1 {
    float: left;
    width: 840px;
    font-size: 1.5em;
    margin: 0.5em 0 0.7em 60px
}

body#f1a h1 {
	/*display: none*/
}

h2 {
    float: none;
    font-size: 1.3em;
    margin-bottom: 1em
}

header h2 {
    font-size: 1.3em;
    margin-bottom: 0
}

h3 {
    float: none;
    font-size: 1.3em;
    line-height: 1em;
    margin: 0 0 1em 0 !important;
    width: auto
}

h4 {
    font-size: 1em;
    margin-bottom: 1em
}
/* Text elements
-------------------------------------------------------------- */

td {
    line-height: 1.3em
}

p {
    margin: 0 0 1em 0;
    color: #000;
    line-height: 1.3em;
    width: 100%
}

p.csc-frame-frame2 {
	width: 100%;
	text-align: center;
	background: #ffbc3a;
	padding: 2px 0
}

a {
    color: #1f32ff
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none
}

a:hover {
    color: #000
}

a:active {
    outline: none
}

a:focus {
}

a.boto {
    float: left;
    height: 25px;
    line-height: 27px;
    box-shadow: #808080 2px 3px 4px;
    border-radius: 7px;
    padding: 0 32px 0 13px;
    color: #fff;
    background: url("boto.png") bottom left no-repeat;
    text-decoration: none;
    font-size: 0.9em;
    margin: 0 5px;
    opacity: 0.8
}

a.boto:hover {
    opacity: 1
}

blockquote {
    margin: 1.5em;
    font-style: italic
}

strong, dl dt {
    font-weight: bold
}

em {
    font-style: italic
}

dfn {
    font-style: italic;
    font-weight: bold
}

sup, sub {
    line-height: 0
}

abbr, acronym {
    border-bottom: 1px dotted #666
}

address {
    margin: 0 0 1.5em 0;
    font-style: italic;
    color: #de007b
}

.csc-textpic-caption {
    margin-top: 8px;
    font-size: 0.9em;
    line-height: 1em
}

.important {
    color: #e20916
}

pre {
    margin-bottom: 15px
}

code {
    margin-left: 10px;
    margin-right: 10px
}

pre code {
    margin-left: 0;
    margin-right: 0
}

pre, code {
    font-family: 'andale mono', 'monotype.com', 'lucida console', monospace
}

footer {
    font-size: 0.8em
}
/* Lists
-------------------------------------------------------------- */

li ul, li ol {
    margin: 0 1.5em
}

#contentBlock-1 ul, textarea ul {
    width: auto
}

DIV.csc-textpic DIV.csc-textpic-imagewrap UL {
    margin: 0 !important;
    padding-left: 0 !important
}

#contentBlock-1 ul li, textarea ul li {
    margin: 0;
    clear: none;
    margin-bottom: 5px;
    line-height: 1.3em
}

li.csc-textpic-image {
    background: none !important;
    padding-left: 0 !important
}

ol {
    list-style-type: decimal
}

dl {
    margin: 0 0 1.5em 0
}

dd {
    margin-left: 0
}

/* Tables
-------------------------------------------------------------- */

table {
    float: left;
    width: 100%
}

th {
    font-weight: normal
}

th, td, caption {
    padding: 0
}

td {
    vertical-align: top
}

tr.even td {
    background: #e5ecf9
}
/* */

.clear {
    clear: both;
    font-size: 1px;
    height: 1px
}

.align-center {
    text-align: center
}

.align-left {
    text-align: left
}

.align-justify {
    text-align: justify
}

.align-right {
    text-align: right
}
/* */

body#f1a .tx-zt-disponibilitat h1 {
		display: block;
}
