
/* elements to reset completely */

* {
margin: 0;
padding: 0;
border: none;
}

html {
font: 12px/18px Arial, Helvetica, sans-serif;
overflow-x: hidden;
}

ul {
list-style: disc;
}

/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
font-weight: normal;
margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {

margin: 0 0 .5em 0 !important;

}

cite, em, dfn {
font-style: italic;
}

sup {
position: relative;
bottom: 0.3em;
vertical-align: baseline;
}

sub {
position: relative;
bottom: -0.2em;
vertical-align: baseline;
}

li, dd {
margin-left: 1em;
}

blockquote {

border-left: 4px solid #4E6B84;
padding: 0.3em 0 0.3em 3ex;
margin-top: 1.5em;

}

.blockquote-info {

display: block;
text-align: right;
font-size: 10px;
margin-bottom: 1.5em;
margin-top:-.5em;

}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
font-size: 100%;
font-family: monaco, "Lucida Console", courier, mono-space;
}

code {

background: #dcdcdc;
border: 1px solid #999999;
padding: 2px 5px;

}

label span {

color: #ff0000;

}

label em {

font: italic 10px/16px Arial, Helvetica, sans-serif;
text-transform: none;

}

del {
text-decoration: line-through;
}

ins, dfn {
border-bottom: 1px solid #ccc;
}

small, sup, sub {
font-size: 85%;
}

abbr, acronym {
text-transform: uppercase;
font-size: 85%;
letter-spacing: .1em;
border-bottom-style: dotted;
border-bottom-width: 1px;
}

a abbr, a acronym {
border: none;
}

sup {
vertical-align: super;
}

sub {
vertical-align: sub;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.0em;
}

h3 {
font-size: 1.6em;
}

h4 {
font-size: 1.4em;
}

h5 {
font-size: 1.2em;
}

h6 {
font-size: 1em;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

[class*="ui-selectmenu"] a, [class*="ui-selectmenu"] a:link, [class*="ui-selectmenu"] a:visited, [class*="ui-selectmenu"] a:hover, [class*="ui-selectmenu"] a:active, [id*="ui-selectmenu"] a, [id*="ui-selectmenu"] a:link, [id*="ui-selectmenu"] a:visited, [id*="ui-selectmenu"] a:hover, [id*="ui-selectmenu"] a:active, [class*="ui-selectmenu"] {
/*
Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:

outline: 0;

Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
*/
text-decoration: none;
color: #3b3b3b;
font-weight: normal;
}

.contact-buttons a, .contact-buttons a:link, .contact-buttons a:visited, .contact-buttons a:hover, .contact-buttons a:active, .contentHeader a, .contentHeader a:link, .contentHeader a:visited, .contentHeader a:hover, .contentHeader a:active, .page-nav li a, #footer li a {
/*
Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:

outline: 0;

Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
*/
text-decoration: none;
font-weight: normal;
}

a, a:link, a:visited, a:hover, a:active {
/*
Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:

outline: 0;

Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
*/
text-decoration: none;
color: #4E6B84;
font-weight: bold;
}

a:hover {
color: #ffae00;
}

a img {

text-decoration: none;
}

img {

text-decoration: none;
/*
Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
*/
}

/* Formularios */

label, button {
cursor: pointer;
}

input:focus, select:focus, textarea:focus {
background-color: #FFF;
}

fieldset {
border: none;
}

/* Clases */

.clear {
clear: both;
}

.center	{          

margin-left: 360px;                                

}

.left {
float: left;
}

.right {
float: right;
}

img.alignleft {

float: left;
margin: 0 15px 15px 0;

}

img.alignright {

float: right;
margin: 0 0 15px 15px;

}

.small {

font-size: 10px;

}

/* ------------------------
------------- LISTS
-------------------------*/

.list-tick { list-style-image: url(images/icons/bullet-tick.html); }
.list-BW { list-style-image: url(images/icons/BandW.html); }
.list-arrow { list-style-image: url(images/icons/bullet_arrow.html); }
.list-hot { list-style-image: url(images/icons/bullet_flame.html); }
.list-star { list-style-image: url(images/icons/bullet_star.html); }
.list-clip { list-style-image: url(images/icons/bullet-paper-clip.html); }
.list-black { list-style-image: url(images/icons/bullet_black.html); }
.list-blue { list-style-image: url(images/icons/bullet_blue.html); }
.list-green { list-style-image: url(images/icons/bullet_green.html); }
.list-orange { list-style-image: url(images/icons/bullet_orange.html); }
.list-pink { list-style-image: url(images/icons/bullet_pink.html); }
.list-purple{ list-style-image: url(images/icons/bullet_purple.html); }
.list-red{ list-style-image: url(images/icons/bullet_red.html); }
.list-yellow{ list-style-image: url(images/icons/bullet_yellow.html); }
.list-none { list-style:none; }
.list-ads { list-style: none; margin: 0; }
.list-ads li { margin: 0 10px 5px 0; float: left; }
.list-ads img { border: none !important; }

#tabbed-content .blue a { color: #ffffff;}