@charset "utf-8";
/* CSS Document */

/* **************************************************************************
   HTML5 display definitions
   ************************************************************************** */
   
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Raleway:700);

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html, body {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
display: none;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
img {
	border: 0;
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
menu {
	margin: 0;
	padding: 0;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
	font-size: .75em;
}
/* **************************************************************************
   FIN HTML5 display definitions
   <<<<<<<<<****************************************************************= */
   

html, body {
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif; font-weight: 400;
	background: #f9f9f9;
}

h1,h2,h3,h4,h5 {
	font-family: 'Raleway', Arial, serif; font-weight: 700; 
}

#contenedor {
	max-width: 960px;
	width: auto!important;
	width: 960px;
	margin: auto;
	-webkit-box-shadow: 0 0p 5px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
	box-shadow: 0 0 5px rgba(0,0,0,0.35);
	background: #FFF;
}
/************************Header**************************/
header {
	text-align: center;
}
header div {
	background-color: #F60;
	margin: 60px 0 0 0;
	padding: 0;
	border-bottom: 1px #000 solid;
	height: 5px;
}
header div img {
	position: absolute;
	top: 5px;
	margin-left: -35px;
}
header menu {
	border-top: 3px #3C0 solid;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
}
header menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
	width: 100%;
}
header menu li {
	font-family: 'Raleway', Arial, serif; font-weight: 700; 
	margin: 0;
	padding: 8px 5px;
	display: table-cell;
	font-size: 16px;
	width: 18%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
header menu li:hover {
	background: #33cc00;
}
header menu li a {
	display: block;
	color: #000;
	text-decoration: none;
}
/************************fin Header**************************/
/************************Footer**************************/
footer {
	text-align: center;
}
footer div {
	background: #33cc00;
	height: 5px;
	border-bottom: 1px #000 solid;
}
footer h3 {
	margin: 0;
	padding: 5px;
	background-color: #F60;
	font-size: 11px;
}
/************************fin Footer**************************/
#contenido {
	background: #FFF;
	min-height: 100px;
	padding: 20px;
	text-align: center;
}
h1 {
	font-size: 1.5em;
	color: #060;
	margin: 0 0 0.5em 0;
}
p {
	margin: 0 0 1em 0;
}
.invisible {
	display: none;
}