html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, iframe {
	margin: 0;
	padding: 0;
}

img { border: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }

[hidden] { display: none; }

html { font-size: 100%; height: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
a { outline: 0; }
textarea { resize: none; }

::-moz-selection { background: #333; color: #FFF; text-shadow: none; }
::selection { background: #333; color: #FFF; text-shadow: none; }

body {
	background: #E1E1E1 url('../img/comunes/bodyBg.jpg') no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	font: 10.5pt Arial, Helvetica, sans-serif;
	color: #333;
	min-height: 100%;
	overflow-y: scroll;
	position: relative;
}

header.cab {
	background: #FFF;
	border-bottom: 8px solid #E2A800;
	height: 177px;
	position: relative;
	width: 100%;
}

header.cab > nav {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 10;
}

header.cab > nav > ul {
	list-style-type: none;
}

header.cab > nav > ul > li {
	float: left;
}

header.cab > nav > ul > li > a {
	background: #E2A800;
	color: #FFF;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	padding-top: 87px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	transition: background-color .25s;
	width: 109px;
}

header.cab > nav > ul > li > a:hover, header.cab > nav > ul > li > a.picado {
	background: #F2C975;
}

header.cab > nav > ul > li > ul {
	border-top: 8px solid #E2A800;
	display: none;
	list-style-type: none;
	position: absolute;
}

header.cab > nav > ul > li:hover > ul {
	display: block !important;
}

header.cab > nav > ul > li > ul > li {
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: 109px;
}

header.cab > nav > ul > li > ul > li > a {
	background-color: #318348;
	color: #FFF;
	display: inline-block;
	font-size: .8em;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	transition: background-color .25s;
	width: 100%;
}

header.cab > nav > ul > li > ul > li > a:hover, header.cab > nav > ul > li > ul > li > a.picado {
	background-color: #95C19C;
}

header.cab > .logotipo {
	display: block;
	left: 85px;
	position: absolute;
	top: 75px;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 1;
}

header.cab > .logotipo:hover {
	opacity: .65;
}

header.cab .logotipo > img {
	display: block;
}

header.cab > .redes {
	background: #333;
	color: #999;
	font-size: .85em;
	height: 35px;
	line-height: 35px;
	padding-right: 35px;
	position: absolute;
	text-align: right;
	top: 0;
	width: 946px;
}

header.cab > .redes > a {
	opacity: .5;
	margin: 0 5px;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	transition: opacity .25s;
}

header.cab > .redes > a:hover {
	opacity: 1;
}

header.cab > .redes > a > img {
	margin: 0 0 -3px;
}

.delegaciones {
	font-size: .85em;
	overflow: hidden;
	padding: 7px 42px;
}

.delegaciones a {
	color: #E2A800;
	text-decoration: none;
}

.delegaciones a:hover {
	text-decoration: underline;
}

.delegaciones > div {
	padding: 35px 0;
	border-bottom: 1px solid #999;
}

.delegaciones > div:last-child {
	border-bottom: none;
}

.delegaciones > div > h3 {
	color: #E2A800;
	font-size: 2em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.delegaciones > div > h4 {
	font-size: 1.2em;
	margin: 25px 0 15px;
}

.fondoGris { background-color: #333; }
.fondoNaranja { background-color: #E2A800; }
.fondoVerde { background-color: #318348; }

.home > .destacados {
	overflow: hidden;
}

.home > .destacados > article {
	color: #FFF;
	float: left;
	overflow: hidden;
	padding: 20px 0;
	width: 33.3333333%;
}

.home > .destacados > article > h3 {
	font-size: 1em;
	margin: 0;
	padding: 20px 42px 10px;
	text-transform: uppercase;
}

.home > .destacados > article img {
	display: block;
	height: 248px;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	width: 100%;
}

.home > .destacados > article img:hover {
	opacity: .5;
}

.home > .destacados > article > p {
	font-size: .9em;
	padding: 0 42px 20px;
}

.home > .destacados > article > .facebookBt, .home > .destacados > article > .twitterBt {
	float: right;
	margin-left: 5px;
	margin-top: 2px;
}

.home > .destacados > article > .twitterBt {
	margin-right: 42px;
}

.home > .destacados > article > .leerMas {
	border: 1px solid #FFF;
	color: #FFF;
	display: inline-block;
	font-size: .9em;
	margin-left: 42px;
	padding: 2px 5px;
	text-decoration: none;
	text-transform: lowercase;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.home > .destacados > article > .leerMas:hover {
	background-color: #FFF;
	color: #333;
}

.home > .presentacion {
	height: 500px;
	overflow: hidden;
}

.home > .presentacion > div {
	background-image: -webkit-linear-gradient(left, rgba(10, 10, 10, .60) 0%, rgba(50, 50, 50, .60) 100%);
	background-image: -moz-linear-gradient(left, rgba(10, 10, 10, .60) 0%, rgba(50, 50, 50, .60) 100%);
	background-image: linear-gradient(to right, rgba(10, 10, 10, .60) 0%, rgba(50, 50, 50, .60) 100%);
	color: #FFF;
	height: 100%;
	width: 33.333333%;
}

.home > .presentacion > div > h1 {
	font-size: 1.2em;
	margin: 0;
	padding: 42px 42px 25px;
	text-transform: uppercase;
}

.home > .presentacion > div > p {
	padding: 0 42px;
}

footer.pie {
	background: #FFF;
	color: #666;
	font-size: .9em;
	height: 75px;
}

footer.pie > nav {
	background-color: #DEDEDE;
	border-bottom: 14px solid #666;
	float: left;
	height: 61px;
	line-height: 61px;
	text-align: center;
	width: 66.666666%;
}
 
footer.pie > nav > a {
	color: #666;
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

footer.pie > nav > a:hover, footer.pie > nav > a.picado {
	color: #318348;
}

footer.pie > nav > a.picado {
	font-weight: bold;
}

footer.pie > .legal {
	float: left;
	font-size: .9em;
	line-height: 160%;
	margin-top: 20px;
	text-align: right;
	width: 165px;
}

footer.pie > .legal > a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}

footer.pie > .legal > a:hover {
	color: #318348;
}

footer.pie > .redes {
	background-color: #666;
	float: left;
	height: 75px;
	line-height: 75px;
	text-align: center;
	width: 118px;
}

footer.pie > .redes > a {
	margin: 0 3px -3px;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	transition: opacity .25s;
}

footer.pie > .redes > a:hover {
	opacity: .5;
}

main {
	background: #FFF;
	width: 100%;
}

#cookies {
	background: #444;
	border-bottom: 3px solid #999;
	color: #DDD;
	font: .8em Verdana, sans-serif;
	padding: 0;
	width: 100%;
}

#cookies > a {
	background: url('../img/comunes/cookiesCerrar.png') no-repeat;
	height: 20px;
	position: absolute;
	right: 8px;
	text-indent: -99999px;
	top: 8px;
	width: 20px;
}

#cookies div {
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	width: 960px;
}

#cookies div::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#cookies div a {
	border-bottom: 1px dotted #DDD;
	color: #DDD;
	text-decoration: none;
}

#cookies div a:hover {
	border-color: #AAA;
	color: #AAA;
}

#cookies div button {
	background: #F1F1F1;
	border: 1px solid #F1F1F1;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	font-weight: bold;
	display: none;
	margin-top: 10px;
	padding: 3px 10px;
	text-decoration: none;
}

#cookies div button:hover {
	background: #D2D2D2;
}

#cookies div h3 {
	margin: 0 0 10px 0;
	padding: 0;
}

#wrapper {
	background: #FFF;
	box-shadow: 0 0 50px #666;
	margin: 0 auto;
	width: 981px;
}

.aviso {
	background: #FFFFE7;
	border-bottom: 1px #999999 solid;
	color: #333;
	font: 9pt Arial, Helvetica, sans-serif;
	padding: 5px 0px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10;
}

.aviso a {
	color: #333;
}

.aviso img {
	margin: 0 5px -3px 0;
}

.clear { clear: both; }
 
.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.clientes {
	font-size: .85em;
	padding: 42px 24px 7px;
	overflow: hidden;
}

.clientes > div {
	float: left;
	padding: 0 2.5% 35px;
	overflow: hidden;
	width: 20%;
}

.clientes > div > h3 {
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
}

.clientes > div > span {
	display: table-cell;
	height: 125px;
	margin: 0 auto;
	vertical-align: middle;
	width: 186px;
}

.clientes > div > span > img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
}

.clientesIntro {
	height: 245px;
	overflow: hidden;
}

.clientesIntro > .texto1 {
	background: #FEE3AA;
	min-height: 100%;
}

.contacto {
	background: #999;
	color: #FFF;
	float: left;
	height: 531px;
	padding: 20px 4.2% 0;
	overflow: hidden;
	width: 24.933333%;
}

.contacto button {
	background: #FFF;
	border: none;
	color: #666;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz- transition: all .3s;
	transition: all .3s;
	width: 75px;
}

.contacto button:hover {
	background: #E4E4E4;
	color: #444;
}

.contacto em {
	font-size: .9em;
}

.contacto input[type=text], .contacto input[type=email], .contacto input[type=tel], .contacto textarea {
	background: #999;
	border: 1px solid #FFF;
	color: #FFF;
	height: 23px;
	line-height: 23px;
	padding: 0 2.5%;
	width: 95%;
}

.contacto input[type=file] {
	display: none;
}

.contacto label {
	display: block;
	line-height: 23px;
	padding-top: 12px;
	width: 100%;
}

.contacto label.legal {
	font-size: .9em;
	padding-top: 5px;
}

.contacto label.legal > a {
	color: #FFF;
}

.contacto label.legal > a:hover {
	color: #333;
}

.contacto label.legal > input[type=checkbox] {
	display: inline-block;
	position: relative;
	top: 2px;
}

.contacto textarea {
	font-family: Arial, Helvetica, sans-serif;
	height: 60px;
	line-height: 17px;
	padding: 2.5%;
}

.contacto .archivoBt {
	background-color: #FFF;
	color: #666;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	margin-left: 6px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz- transition: all .3s;
	transition: all .3s;
	width: 72px;
}

.contacto .archivoBt:hover {
	background: #E4E4E4;
	color: #444;
}

.contacto .archivoTxt {
	float: left;
	padding: 0 5px;
	width: 152px !important;
}

.contacto .botones {
	margin: 10px 0 20px;
	text-align: right;
}

.contenido {
	font-size: .85em;
	overflow: hidden;
}

.contenido h2, .contenido h3 {
	font-size: 1.3em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.contenidoB h3 {
	margin-top: 15px;
}

.contenido hr {
	background-color: #999;
	border: none;
	height: 1px;
	margin: 20px 0;
}

.contenido .redes {
	text-align: right;
}

.contenido .redes > a {
	margin-left: 5px;
}

.contenido > .texto1, .contenido > .texto2 {
	float: left;
	overflow: hidden;
	padding: 42px 4.2%;
	width: 24.933333%;
}

.contenido > .texto2 {
	width: 58.266666%;
}

.contenido > .imagen1, .contenido > .imagen2 {
	float: left;
	overflow: hidden;
	position: relative;
	width: 33.333333%;
}

.contenido > .imagen2 {
	width: 66.666666%;
}

.contenido > .imagen1 iframe, .contenido > .imagen1 img, .contenido > .imagen2 iframe, .contenido > .imagen2 img {
	display: block;
	width: 100%;
}

.dcha {
	float: right;
}

.facebookBt {
	background: linear-gradient(#4C69BA, #3B55A0) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, center top, center bottom, from(#4C69BA), to(#3B55A0));
	background: -webkit-linear-gradient(#4C69BA, #3B55A0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C69BA, endColorstr=#3B55A0)";    
	background-color: #4C69BA;
	border: medium none;
	border-radius: 2px;
	color: #FFF;
	display: inline-block;
	font: bold 11px/20px 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
	height: 20px;
	padding: 0 5px 0 20px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #354C8C;
}

.facebookBt:hover {
	background: linear-gradient(#5B7BD5, #4864B1) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, center top, center bottom, from(#5B7BD5), to(#4864B1));
	background: -webkit-linear-gradient(#5b7bd5, #4864b1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C69BA, endColorstr=#3B55A0)";    
	background-color: #4C69BA;
	border-color: #5874C3 #4961A8 #41599F;
	-webkit-box-shadow: inset 0 0 1px #607FD6;
	-moz-box-shadow: inset 0 0 1px #607FD6;
	box-shadow: inset 0 0 1px #607FD6;
	text-decoration: none;
}

.facebookBt > i {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDhFMjIwMDJDRUEzMTFFMzg2MjdEQUVCQkYxMzFDMUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDhFMjIwMDNDRUEzMTFFMzg2MjdEQUVCQkYxMzFDMUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OEUyMjAwMENFQTMxMUUzODYyN0RBRUJCRjEzMUMxRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0OEUyMjAwMUNFQTMxMUUzODYyN0RBRUJCRjEzMUMxRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvxD4ZoAAADXSURBVHjalFJBDoJADNwtRECN8aAnE2PiQd/IiSPP2R/oW7x6kJgIwSyrLSmGIBRtMqSddtJtqVZKAcJnkC+ZQ1iGmuR5fnr9aFRLGo2fKcYPsY1zdwBYNLHWegbS87IsM2ma7j3P28RxfGilas186FlJkux49hCxanjSiEIuCKuqunX5sS3W28P5lt1ErxCHXyMidJ8E8okry/IiCnsMjDHHIAi2DeH3VeEYV+4ccfz1u/yRToN54DP61xwJbVEUZ2Grtk1wrdXCkVvean3PnP8c+VuAAQCRwq6SwQiHOwAAAABJRU5ErkJggg==');
	display: block;
	height: 14px;
	left: 3px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	width: 14px;
}

.linkPdf {
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
}

.linkPdf > img {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}

.linkPdf:hover > img {
	opacity: .75;
}

.localizacion > h3 {
	color: #E2A800;
}

.localizacion > iframe {
	margin-bottom: 30px;
}

.localizacion > iframe:last-child {
	margin-bottom: 0;
}

.mensajeError {
	border: 1px solid #F00;
	background: #FFC1C1 url('../img/comunes/error.png') no-repeat 4px 6px;
	color: #F00;
	font: bold 10pt Arial, Helvetica, sans-serif;
	margin: 10px 5px;
	padding: 7px 5px 5px 25px;
}

.mensajeError a {
	color: inherit;
}

.mensajeError > ul {
	margin: 3px 0 0 -10px;
}

.mensajeOk {
	border: 1px solid #529D4A;
	background: #C1EFBA url('../img/comunes/ok.png') no-repeat 4px 6px;
	color: #529D4A;
	font: bold 10pt Arial, Helvetica, sans-serif;
	margin: 10px 5px;
	padding: 7px 5px 5px 25px;
}

.obras {
	padding: 24px 0 42px;
	overflow: hidden;
}

.obras > nav {
	float: left;
	font-size: .85em;
	overflow: hidden;
	width: 33.333333%;
}

.obras > nav > a {
	color: #333;
	display: block;
	padding: 0 42px 14px;
	text-decoration: none;
}

.obras > nav > a:hover, .obras > nav > a.picado {
	background-color: #EEE;
}

.obras > nav > a > h3 {
	border-top: 1px solid #999;
	font-size: 1.2em;
	padding: 15px 0 10px 0;
	text-transform: uppercase;
}

.obras > nav > a:first-child > h3 {
	border-top: none;
}

.obras > nav > a > span {
	color: #E2A800;
	display: inline-block;
	font-size: .9em; 
	font-weight: bold;
	padding-top: 10px;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
}

.obras > nav > .paginacion {
	padding-top: 25px;
	text-align: right;
}

.obras > nav > .paginacion > a {
	color: #333;
	text-decoration: none;
}

.obras > nav > .paginacion > a:hover {
	color: #E2A800;
}

.obras > nav > .paginacion > strong {
	color: #E2A800;
}

.obras > .contenido {
	float: left;
	padding: 10px 4.2% 0;
	width: 58.266666%;
}

.obras > .contenido > .fotos {
	overflow: hidden;
	width: 100%;
}

.obras > .contenido > .fotos > a {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	float: left;
	height: 96px;
	margin: 0 3.333333% 20px 0;
	overflow: hidden;
	width: 22.5%;
}

.obras > .contenido > .fotos > a > img {
	display: block;
	max-width: 100%;
}

.obras > .contenido > .fotos > a:nth-child(4n) {
	margin-right: 0;
}

.obras > .contenido > .redes {
	display: none;
}

.obrasBtRedes {
	float: right;
	margin-left: 10px;
}

.overHidden {
	overflow: hidden;
}

.proveedores > .intro {
	background-color: #D5EEDC;
	float: left;
	font-size: .85em;
	width: 33.333333%;
}

.proveedores > .intro > h2 {
	font-size: 1.3em;
	padding: 42px 42px 12px;
	text-transform: uppercase;
}

.proveedores > .intro > img {
	display: block;
	width: 100%;
}

.proveedores > .intro > p {
	padding: 0 42px 42px;
}

.proveedores > .listado {
	overflow: hidden;
	padding-bottom: 42px;
}

.proveedores > .listado > div {
	display: block;
	float: left;
	margin: 42px 42px 0;
	overflow: hidden;
	text-align: center;
	width: 243px;
}

.proveedores > .listado > div > p {
	background-color: #E2A800;
	color: #FFF;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

.proveedores > .listado > div > span {
	display: table-cell;
	height: 125px;
	overflow: hidden;
	vertical-align: middle;
	width: 243px;
}

.proveedores > .listado > div > span > img {
	max-height: 80%;
	max-width: 80%;
}

.separador {
	height: 20px;
	overflow: hidden;
}

.separador > div {
	float: left;
	height: 100%;
	width: 33.333333%;
}

.subMnuServicios {
	width: auto !important;
}

.subMnuServicios > a {
	padding: 0 18px;
	text-align: left !important;
}

.titulo {
	background: url("../img/comunes/cabBg.png") repeat-x;
	height: 60px;
}

.titulo > h1 {
	background: #FFF;
	font-size: 1.4em;
	line-height: 60px;
	margin: 0;
	padding: 0 0 0 4.2%;
	text-transform: uppercase;
	width: 62.466666%;
}

.titulo > h1 > span {
	font-size: .8em;
	font-weight: normal;
}

.tooltip, [data-tip] {
	cursor: pointer;
	position: relative;
}

.tooltip:before, .tooltip:after, [data-tip]:before, [data-tip]:after {
	pointer-events: none;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 1000000;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.tooltip:before, [data-tip]:before {
	background: transparent;
	border: 6px solid transparent;
	content: '';
	position: absolute;
	z-index: 1000001;
}

.tooltip:after, [data-tip]:after {
	background: #000;
	color: white;
	content: attr(data-tip);
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding: 6px 8px;
	text-transform: none;
	white-space: nowrap;
}

.tooltip:hover:before, .tooltip:hover:after, [data-tip]:hover:before, [data-tip]:hover:after {
	visibility: visible;
	opacity: 1;
}

.tooltip-top:before { border-top-color: #000; bottom: 100%; left: 50%; margin-bottom: -12px; margin-left: -6px; }
.tooltip-top:after { bottom: 100%; left: 50%; margin-left: -18px; }
.tooltip-top:hover:after, .tooltip-top:hover:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px); }

.tooltip-top-left:before { border-top-color: #000; bottom: 100%; right: 50%; margin-bottom: -12px; margin-right: -6px; }
.tooltip-top-left:after { bottom: 100%; right: 50%; margin-right: -18px; }
.tooltip-top-left:hover:after, .tooltip-top-left:hover:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px); }

.tooltip-bottom:before { border-bottom-color: #000; left: 50%; margin-top: -12px; margin-left: -6px; top: 100%; }
.tooltip-bottom:after { left: 50%; margin-left: -18px; top: 100%; }
.tooltip-bottom:hover:after, .tooltip-bottom:hover:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px); }

.tooltip-right:before { border-right-color: #000; bottom: 50%; left: 100%; margin-left: -12px; margin-bottom: -6px; }
.tooltip-right:after { left: 100%; bottom: 50%; margin-bottom: -12px; }
.tooltip-right:hover:after, .tooltip-right:hover:before { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); transform: translateX(8px); }

.tooltip-left:before { border-left-color: #000; bottom: 50%; margin-right: -12px; margin-bottom: -6px; right: 100%; }
.tooltip-left:after { bottom: 50%; margin-bottom: -12px; right: 100%; }
.tooltip-left:hover:after, .tooltip-left:hover:before { -webkit-transform: translateX(-8px); -moz-transform: translateX(-8px); transform: translateX(-8px); }

.tooltip-rounded:after { border-radius: 4px; }

.tooltip-always:after, .tooltip-always:before { opacity: 1; visibility: visible; }
.tooltip-always.tooltip-top:after, .tooltip-always.tooltip-top:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px); }
.tooltip-always.tooltip-bottom:after, .tooltip-always.tooltip-bottom:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px); }
.tooltip-always.tooltip-left:after, .tooltip-always.tooltip-left:before { -webkit-transform: translateX(-8px); -moz-transform: translateX(-8px); transform: translateX(-8px); }
.tooltip-always.tooltip-right:after, .tooltip-always.tooltip-right:before { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); transform: translateX(8px); }

.twitterBt {
	background-image: -webkit-linear-gradient(#FFF,#DEDEDE);
	background-image: -moz-linear-gradient(#FFF,#DEDEDE);
	background-image: linear-gradient(#FFF,#DEDEDE);
	border: 1px solid #CCC;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	font: bold 11px/18px 'Helvetica Neue', Arial, sans-serif;
	height: 18px;
	outline: none;
	padding: 0 3px 0 19px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	vertical-align: top;
}

.twitterBt:hover {
	background-image: -webkit-linear-gradient(#F8F8F8,#D9D9D9);
	background-image: -moz-linear-gradient(#F8F8F8,#D9D9D9);
	background-image: linear-gradient(#F8F8F8,#D9D9D9);
	border-color: #BBB;
}

.twitterBt > i {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjM0NTFGQkFDRUEwMTFFMzhFOTY5ODJDREY3Q0Y1MTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjM0NTFGQkJDRUEwMTFFMzhFOTY5ODJDREY3Q0Y1MTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMzQ1MUZCOENFQTAxMUUzOEU5Njk4MkNERjdDRjUxNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMzQ1MUZCOUNFQTAxMUUzOEU5Njk4MkNERjdDRjUxNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkYBrHsAAAHSSURBVHjaZJJNSBtBFMf/sx8mm65mjXWrbYlRxI+LaPVoD0IptD009FalkENvnrx5EGIi6tGTeBBCjl78QEFUEBS8FKRVCj2UUnIKUgqmdY3bZHfHt1NDND54vHnz3o/5z5thnHOwVNbgyUQBNcZSGwZcLwEmGeBejqffZf1eUfPBwMzmVqnsrfJ0PHsblOd2Tz1N74OsAuV/QMk+kFynI6zyOQF2Z45z38+v2lD8m4VXnuDJeIGltvvR3PoFDU2AJANOWcAh1y6lByITApz6lN+d/Xb5ElcW2MX5H+7Y648fNiGvmQmEwqSLAdQHp4Tl/uDxxx7jvQAfZU5OfwXNPtFgW74kCHk6XUcNVLXbl+BjT5/T6kjy88xI7KuuMEc01UcAw6TYCChqFaIDujTX8iE/FeCbdmP6Q1T5qUueQxMkoO6/M6kKUmk0qn2upJXKj6jqrrcoTpHGjnvmnxZ0rOSQOV8LYnKwZWXxmb4/EuG/78BComcdvGheo2ynsq2IRwZbgFYfh95oiDsGH9CWD3l4a7KzpaHwXmtIHb/zOWiqOsXxw/zF69VcMQpFoYnKiGmy/epJoNAbrtug+iK5VQtW1p3kw7dqZ+QnN/GeXQswAOmmsK+NleWeAAAAAElFTkSuQmCC') no-repeat;
	display: block;
	height: 12px;
	left: 3px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 14px;
}
