blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

body {
	text-align: center;
	margin: 0 auto;
	background: rgba(214, 214, 214, .2);
	background-image: url('../images/fondo.png');
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

nav {
	margin: 0 auto;
	text-align: right;
	z-index: 1000;
	width: 840px;
	padding: 0 0 8px 0;
	clear: both;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}
nav a {
	background: #3a6693; /* Fallback */
	background: -moz-linear-gradient(top, #3a6693 0%, #193775 100%); /* FF 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a6693), color-stop(100%,#193775)); /* Chrome, Safari 4+ */
	background: -webkit-linear-gradient(top, #3a6693 0%,#193775 100%); /* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #3a6693 0%,#193775 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3a6693 0%,#193775 100%); /* IE10+ */
	background: linear-gradient(top, #3a6693 0%,#193775 100%); /* W3C */
	color: #FFFFFF;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-weight: bold;
	padding: 8px 29px;
	-moz-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
}
nav a:hover {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #152B56;
	background: -moz-linear-gradient(top, #3a6693 0%, #152B56 100%); /* FF 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#152B56), color-stop(100%,#152B56)); /* Chrome, Safari 4+ */
	background: -webkit-linear-gradient(top, #3a6693 0%,#152B56 100%); /* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #3a6693 0%,#152B56 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3a6693 0%,#152B56 100%); /* IE10+ */
	background: linear-gradient(top, #3a6693 0%,#152B56 100%); /* W3C */
	padding-top: 12px;
	color: #E6DB55;
}
nav .navSelected {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #152B56;
	background: -moz-linear-gradient(top, #3a6693 0%, #152B56 100%); /* FF 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#152B56), color-stop(100%,#152B56)); /* Chrome, Safari 4+ */
	background: -webkit-linear-gradient(top, #3a6693 0%,#152B56 100%); /* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #3a6693 0%,#152B56 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3a6693 0%,#152B56 100%); /* IE10+ */
	background: linear-gradient(top, #3a6693 0%,#152B56 100%); /* W3C */
	padding-top: 12px;
	color: #E6DB55;
}
header {
	color: #555;
	padding-left: 130px;
	height: 110px;
	text-align: left;
	text-shadow: 1px 1px 0px #fff;
	background-image: url('../images/logoIL.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#site-slogan {
	font: 24px "Bradley Hand ITC TT";
	float: left;
	height: 0px;
	position: relative;
	top: -38px;
	padding-left: 270px;
}
#main {
	border: 1px solid #CCC;
	margin: 0 auto;
	text-align: left;
	z-index: 1000;
	background: rgba(250, 250, 250, .7);
	border-radius: 5px 5px 10px 10px;
	width: 800px;
	padding: 0 20px 0 20px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4), 0px 0px 15px rgba(204, 204, 204, 0.5);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4), 0px 0px 15px rgba(204, 204, 204, 0.5);
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4), 0px 0px 15px rgba(204, 204, 204, 0.5);
}

#redes{
	position: fixed;
	right: 0px;
	top: 20px;
	width: 55px;
	border-left: 1px solid #676767;
	border-top: 1px solid #676767;
	border-bottom: 1px solid #676767;
	text-align: center;
	padding: 8px 0px 5px 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: rgba(204, 204, 204, .8);
}

#redes ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#redes img {
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	transition: all 100ms linear;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

#redes img:hover {
 	-webkit-transform: scale(1.2) translateZ(0);
	-moz-transform: scale(1.2) translateZ(0);
	transform: scale(1.2) translateZ(0);
}

#redesPlugins{
	text-align: right;
	padding: 8px 0px 5px 0px;
}

#onlyContent {
	width: 100%;
	margin: 5px;
}

#content {
	float: right;
	width: 525px;
	padding-bottom: 15px;
}

#sidebar {
	float: left;
	width: 270px;
	margin-top: 5px;
}

.msgResaltado {
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #ff0000;
	font-weight: bold;
}

.widget {
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.widget:first-child {
	border-top: none;
	padding-top: 0;
}

.widget:last-child {
	border-bottom: none;
}

	/* Lists in widgets */
	.widget ul {
		list-style: square;
		padding-left: 15px;
	}

	.widget li {
		line-height: 25px;
	}

	.widget li a {
		color: #333;
		-webkit-transition: margin-left 400ms linear;
		-moz-transition: margin-left 400ms linear;
		transition: margin-left 400ms linear;
	}

	.widget li a:hover {
		color: #830000;
		margin-left: 10px;
		font-size: 110%;
	}

	.widget li .navSelected {
		color: #830000;
		margin-left: 10px;
		font-size: 110%;
	}

footer {
	font: 90% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #555;
	clear: both;
	width: 840px;
	margin: 10px auto;
	padding-left: 8px;
}

footer .panel {
	width: 33%;
	float: left;
	text-align: left;
	font: 90% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin-bottom: 15px;
}

footer .panel ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .panel li {
	padding-left: 10px;
}

footer .panel a {
	text-decoration: none;
	color: #555;
}

footer .panel a:visited a:active {
	text-decoration: none;
	color: #555;
}

.post {
	padding: 0px 0 5px;
	/*position: relative;*/
}

.post a {
	text-decoration: none;
}

.post:first-of-type {
	padding-top: 0;
}

/* Post title */
.post .entry-title {
	margin-bottom: 5px;
}

.post .entry-title a {
	color: #333;
	display: block;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: -1px;
	-webkit-transition: color 150ms ease-in-out;
	/*-moz-transition: color 150ms ease-in-out;*/
	transition: color 150ms ease-in-out;
}

.post .entry-title a:hover {
	color: #0936de;
}

/* Post meta */
.post-meta {
	font: 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 40px 0 -20px;

	/* CSS3 Flexible Box Model */
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
}

.post-meta p {
	background: #f3f3f3; /* Fallback */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #ececec 100%); /* FF 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#ececec)); /* Chrome, Safari 4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#ececec 100%); /* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(top, #f3f3f3 0%,#ececec 100%); /* W3C */

	border: 1px solid;
	border-color: #Fff #C9c9c9 #c9c9c9 #fff;
	border-radius: 5px;
	line-height: 1.8;
	margin: 0;
	padding: 14px 10px;
	text-shadow: 0 1px 0 #fff;

	/* 2:1 ratio */
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	box-flex: 2;
}

.more-link {
	background: #3a6693; /* Fallback */
	background: -moz-linear-gradient(top, #3a6693 0%, #193775 100%); /* FF 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a6693), color-stop(100%,#193775)); /* Chrome, Safari 4+ */
	background: -webkit-linear-gradient(top, #3a6693 0%,#193775 100%); /* Chrome 10+, Safari 5.1+ */
	background: -o-linear-gradient(top, #3a6693 0%,#193775 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3a6693 0%,#193775 100%); /* IE10+ */
	background: linear-gradient(top, #3a6693 0%,#193775 100%); /* W3C */

	color: #fff;
	border-color: transparent;
	border-radius: 10px 0 10px 0;
	font-weight: bold;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	transition: all 100ms linear;

	display: inline-block;
	padding: 10px 12px;
	margin-left: 40px;

	/* 2:1 ratio */
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.more-link:hover {
	color: #E6DB55;
	text-shadow: none;
	border-radius: 0 10px 0 10px;
}

	/* No support for CSS3 Flexible Box Model */
	.no-flexbox .post-meta p {
		display: inline-block;
		max-width: 480px;
	}

	.no-flexbox .more-link {
		float: right;
	}
/* Post thumbnail and images */
figure {
	background: #f4f4f4;
	border: 2px solid #cecdcd;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	-webkit-transition: border 200ms ease;
	/*-moz-transition: border 200ms ease;*/
	transition: border 200ms ease;
}

figure:hover {
	border: 2px solid #1a2d68;
}

figure,
figure.alignleft  {
	margin: 0 10px 0 0;
}

figure.alignright {
	margin: 0 0 0 10px;
}

figure {
	margin-right: 2px;
}

figcaption {
	margin: 10px 0;
	font: 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #555;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}

	/* Thumbnail rotation */
	.thumbnail,
	.post:nth-of-type(2n) .thumbnail:hover {
		-webkit-transform: rotate(0.45deg);
		-moz-transform: rotate(0.45deg);
		transform: rotate(0.45deg);
	}

	.thumbnail:hover,
	.post:nth-of-type(2n) .thumbnail {
		-webkit-transform: rotate(-0.45deg);
		-moz-transform: rotate(-0.45deg);
		transform: rotate(-0.45deg);
	}
p{
	text-align: justify;
}
.alignleft { float: left; }
.alignright { float: right; }
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/**
 * Forms
 */

	/* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
	   2) WebKit browsers add a 2px margin outside the chrome of form elements.
		  Firefox adds a 1px margin above and below textareas
	   3) Align to baseline */
	button, input, select, textarea { width: auto; overflow: visible; margin: 0; vertical-align: baseline; outline: none; }

	/* 1) Remove default scrollbar in IE: www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/
   	   2) Align to text-top */
	textarea { overflow: auto; vertical-align: text-top; }

	/* Hand cursor on clickable input elements */
	label[for], input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

	/* Remove extra padding and inner border in Firefox */
	input::-moz-focus-inner,
	button::-moz-focus-inner { border: 0; padding: 0; }

	input[type="button"],
	input[type="checkbox"],
	input[type="radio"],
	input[type="submit"],
	select {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	input[type="text"],
	input[type="password"],
	textarea {
		-webkit-appearance: textfield;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

button, input, select, textarea, label {
	font: 14px 'Droid Serif', Georgia, serif;
}

label {
	display: block;
	font-weight: bold;
	margin: 0 0 7px 10px;
}

fieldset {
	background: rgba(204, 204, 204, 0.2);
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.7);
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.7);
}

legend {
	font: bold 14px 'Droid Serif', Georgia, serif;
	padding: 10px 12px;
}

/* Input fields */
input,
textarea {
	background: #fff;
	border: none;
	border-radius: 20px;
	color: #777;
	padding: 10px 15px;
	-webkit-box-shadow: 0px 1px 1px #bbb;
	-moz-box-shadow: 0px 1px 1px #bbb;
	box-shadow: 0px 1px 1px #bbb;
}

input[type="text"],input[type="email"],input[type="password"]{
	width: 350px;
}


input:hover,
input:focus,
textarea:hover,
textarea:focus {
	color: #333;
	-webkit-box-shadow: 0px 1px 1px #ccc, inset 1px 2px 1px rgba(160, 210, 250, 0.3);
	-moz-box-shadow: 0px 1px 1px #ccc, inset 1px 2px 1px rgba(160, 210, 250, 0.3);
	box-shadow: 0px 1px 1px #ccc, inset 1px 2px 1px rgba(160, 210, 250, 0.3);
}

textarea {
	border-radius: 10px;
	width: 815px;
}

input[type="checkbox"],
input[type="radio"],
select {
	margin-left: 10px;
}

/* Submit */
input[type="submit"] {
	color: #4E4E4E;
}

input[type="submit"]:hover {
	text-shadow: 0 1px 0 #E5E4E6;
}

/* Search inputs */
input[type="search"] {
	background: #fff url(images/search.png) no-repeat 10px center;
	padding-left: 25px;
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-results-button {
	-webkit-appearance: none;
}

.searchform input[type="search"] {
	padding-right: 0;
	max-width: 200px;
}

.searchform input[type="submit"] {
	padding: 10px 12px;
	float: right;
}


#slideshow {/* es el DIV contenedor que dimensionamos y centramos */
	margin: 0 auto;
}
#slide-images {/* es la lista con las imagenes */
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#slide-images li {/* cada item de la lista */
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
#slide-images li img {/* cada imagen */
	display: block;
}

.hidenElement {
    display: none;
}
