@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

/* Navigation parameters
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}
h1 {
	font-size: 24px;
}
p {
	line-height:130%;
}
.mainh {
	display: block;
	height: auto;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	vertical-align: text-bottom;
	text-align: left;
	margin-top: 85px;
}
.header {
	overflow: hidden;
}

#topimage {
	display: inline-block;
	width: 100%;
	position: absolute;
	clear: both;
	height: auto;
}

.mobile-container {
	max-width: 480px;
	background-color: #FFF;
	height: auto;
	color: #000;
	border-radius: 10px;
	font-size: medium;
	margin-top: 100px;
}

.topnav {
	overflow: hidden;
	background-color: #0E4971;
	position: fixed;
	max-width: 100%;
	width: 100%;
	box-shadow: 0px 8px 6px -6px #333;
	top: 0px;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
	
	display: block;
	position: absolute;
	right: 0px;
	background-color: #0E4971;
	top: 21px;
}

.topnav a:hover {
	background-color: #FFF;
	color: #F00;
}

.active {
	background-color: #FFFFFF;
	color: white;
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.ind {
	color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
	
}
.ind a{
	color: #FFF;
	text-decoration:none;
		
}
.bgc {
	background-image: linear-gradient(to bottom right, #0D486F, #447DB7);
}
/* Facebook entry */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
	text-decoration: none;
}

.fa-facebook {
	color: #FFFFFF;
	background-color: #0E4971;
}

.fa-instagram {
    color: red;
}

.fa-youtube {
   color: red;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.article_box {
	padding-left: 5%;
	margin-top: 20%;
	margin-bottom: 20px;
	overflow: hidden;
	padding-right: 5%;
}
.autorfecha {
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: middle;
}
.title {
	font-weight: bold;
	font-size: large;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-bottom: 5px;
	height: auto;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}

#Header {
	margin-left: 20px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}
}
