@font-face {
    font-family: 'WebServeroffRegular';
    src: url('../fonts/webfont/webserveroff.eot');
    src: url('../fonts/webfont/webserveroff.eot') format('embedded-opentype'),
         url('../webserveroff.woff2') format('woff2'),
         url('../fonts/webfont/webserveroff.woff') format('woff'),
         url('../fonts/webfont/webserveroff.ttf') format('truetype'),
         url('../fonts/webfont/webserveroff.svg#WebServeroffRegular') format('svg');
}

/* CSS reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers
**************************************************************************/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1.5; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	outline: 0;
}
a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #d0c5c5;
}
a:hover {
	text-decoration: none;
	transition: color 1s;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
	-ms-transition: color 1s;
}
a img {
	border-width: 0;
	outline: 0;
}
a { outline: 0; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; 

}
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
input, button, select, textarea {
	
	font-size: inherit;
	line-height: inherit;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px;
	font-family: 'WebServeroffRegular';
	letter-spacing:1px;
	text-transform: uppercase;
	font-weight:600;
	font-size: 1.5em;
	box-shadow: 0 0 2px rgba(255,255,255,0.2)}

/* ZONA DE LA WEB
**************************************************************************/
body{
	background-color:#000000;
	
	}
footer{
	text-align:center;
	text-transform:uppercase;
	background:#3a3a3a;
	height:40px;
	line-height:40px;
	color:#fff;
	font-family: 'WebServeroffRegular';
	font-size:1em;
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:5;
	
	}

.modal-header {
    border:none;
    min-height: 16.4286px;
    padding: 15px;
	border-radius:0px;
	background-color:transparent;
}

.modal-body {
    position: relative;
	border-radius:4px;
	background-image:url(../images/quote.png);
	background-size:100%;
	height:135px;
	background-repeat:no-repeat;
}
.modal-content {
	background:rgba(0, 0, 0, 0);
	color:#FFF;
	box-shadow:none;
	border:none;
	
	
	
	}
.modal-content p {
	font-family: 'WebServeroffRegular';
	font-style:italic;
	font-size:1.2em;
	line-height: 1.1;}
.modal-content span {
	font-family: 'WebServeroffRegular';
	font-style:italic;
	text-transform:uppercase;
	font-size:1.8em;
	text-align:right;
	width:100%;
	display:block;
	line-height:0.3
	}
.modal-header .close {
    margin-top: -15px;
	
}
.close {
    color: rgba(194,194,194,0.7);
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    text-shadow: 0 0.5px 0 #fff;
}
.close:hover {color: rgba(255,255,255,1);}