body {
	color: #000;
	background-color: white;
	font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	font-weight: lighter;
}

#header {
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(210, 210, 210, 0.3);
	-mox-box-shadow: 0px 5px 0px 0px rgba(210, 210, 210, 0.3);
	box-shadow: 0px 5px 0px 0px rgba(210, 210, 210, 0.3);
	z-index: 200;
}

#header h1 {
	font-family: "Open Sans";
	font-weight: lighter;
	font-size: 24px;
	line-height: 45px;
	margin-bottom: 0;
}

#header h1.home {
	color: #cc3333;
}

#header h1 a {
	color: #000;
}

#header h1,
#header a {
	float: left;
}

#header #menu ul {
	list-style: none;
	padding: 18px 30px 0 0;
}

#header #menu ul li {
	float: left;
	font-weight: lighter;
}

#header #menu ul li a {
	color: #000;
}

#header #menu ul li + li {
	margin-left: 20px
}

#header #menu ul li.selected {
	color: #cc3333;
}

#header #menu {
	float: right;
	padding-top: 18px;
}

#contenido h3 {
	color: rgb(51, 51, 51);
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 30px;
}

#contenido h3 a {
	text-decoration: none;
}

#columns {
	padding-top: 70px;
}

#columns h1 {
	font-size: 24px;
	font-weight: lighter;
}

#columns p,
#columns li {
	font-size: 18px;
	line-height: 30px;
}

#columns ul {
	list-style-type: circle;
}

#columns img {
	float: left;
	padding: 0 40px 40px 0;
}

#columns .centered {
	text-align: center;
}

/*#columns .half {
	width: 49%;
	margin-left: 2%;
	float: left;
}

#columns .half.first {
	margin-left: 0;
}

#columns .three-fourths.first {
  clear: both;
  margin-left: 0;
  padding-left: 0;
}

#columns .one-fourth {
  width: 22%;
  text-align: center;
}

#columns .three-fourths {
  width: 73%;
}

#columns .one-fourth, 
#columns .three-fourths {
  float: left;
  margin: 0 0 20px;
  margin-left: 40px;
}*/

input {
  line-height: 20px;
  font-family: "Open Sans";
  font-size: 15px;
}

.button {
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	display: inline-block;
	-webkit-appearance: none;
	background-color: #e12b2b;
	font-size: 15px;
	font-family: "Open Sans";
	line-height: 20px;
	color: #fff;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border: none;
}

.hidden { 
display: none; 
}


a {
	color: #CE0910;
	text-decoration: none;
}

p.fedea {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 45px;
	height: 23px;
	padding-top: 14px; padding-bottom: 0;
}

p.head {
	font-size: 20px; 
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; 
	font-weight: 300; 
	padding-bottom: 15px; 
	margin: 24px 0; 
	text-transform: uppercase;
}

p.submenu {
	padding-left: 10px;
}

#footer {
	background-image: url(../imagenes/bg-section.png);
	color: #fff;
	font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: lighter;
	text-decoration: none;
	overflow: hidden;
	padding: 70px 0;
	margin-top: 40px;
	/*position: relative;
	width: 100%;*/
}

#footer .fedea {
	margin-bottom: 60px;
}

#footer p a {
	color: rgb(255, 255, 255);
}

#footer p a:hover {
	text-decoration: underline;
}

#footer p {
	-webkit-margin-before: 0;
}

#footer.analisis {
	position: relative;
}

#footer .widget {
	font-size: 12px;
	line-height: 19px;
}

/* Responsive custom */
@media (max-width: 978) {
    .container.nopad {
      padding:0;
      margin:0;
    }
}