/* General */
* {
	font-family: Arial, Verdana, sans-serif;
	color: rgba(242, 191, 98, 1);
	text-align: center;
	float: none;
	border-radius: 30px;
}
li {
  color: antiquewhite;
  font-weight: bold;
}
a:link {
  color: rgba(242, 191, 98, 1.00);
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: rgba(242, 191, 98, 1.00);
  text-decoration: underline;
  text-decoration-color: rgba(255, 95, 0, 1);
  text-shadow: 0 0 1em rgba(255, 95, 0, 1.00);
}
a:visited {
  color: rgba(255, 218, 170, 1.00);
  font-weight: normal;
  text-decoration: underline;
  text-decoration-color: rgba(168, 253, 74, 1.00);
  text-shadow: 0 0 1em rgba(255, 95, 0, 1.00);
}
/* Pagina de Inicio */
.column1_inicio, .column2_inicio {
  font-size: 1.1em;
  background-color: rgba(239, 239, 239, 0.2);
  width: 48%;
  float: left;
  margin: 1%;
  overflow: visible;
  text-align-last: left;
}
.column2_inicio {
  margin-right: 0%;
}
/* Clear floats after the columns */
.contenedor_inicio:after {
  content: "";
  display: table;
  clear: both;
}
ul.inicio li {
  display: inline;
  padding: 0.5em;
}
#nav_inicio {
  margin: 1%;
  background-color: rgba(239, 239, 239, 0.2);
  height: 0.1em;
  padding-top: 0.1em;
  padding-bottom: 3.5em;
  font-size: 1.2em;
}
#content_inicio {}
.article {
  height: 90%;
  margin-bottom: 1em;
}
p.curri {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
p.curri {
  text-align: left;
  padding: 0.3em;
}
p.descri {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
p.descri {
  text-align: left;
  padding: 0.3em;
}
.b_inicio {
  color: rgba(242, 191, 98, 1.00);
  font-weight: bold;
  text-decoration: none;
}
.b_inicio:hover {
  color: rgba(255, 215, 197, 1);
  font-size: 1.5em;
  text-decoration: underline;
  text-decoration-color: rgba(255, 95, 0, 1);
  text-shadow: 0 0 1em rgba(255, 95, 0, 1.00);
}
.b_inicio:visited {
  color: rgba(242, 191, 98, 1.00);
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: rgba(168, 253, 74, 1.00);
  text-shadow: 0 0 1em rgba(255, 95, 0, 1.00);
}
p.curri:hover {
  color: rgba(255, 255, 255, 1);
  font-size: 1.2em;
}
p.descri:hover {
  color: rgba(255, 255, 255, 1);
  font-size: 1.2em;
}
/* Paginas de Articulos */
.column1_art {
  width: 16%;
  min-width: 110px;
  float: left;
  margin-left: -2%;
  overflow: visible;
  text-align-last: left;
}
.column2_art {
  width: 84%;
  float: left;
  margin: 1%;
  overflow: visible;
  text-align-last: left;
}
.column2_art {
  margin-right: 0%;
}
/* Clear floats after the columns */
.contenedor_art:after {
  content: "";
  display: table;
  clear: both;
}
.b_articulos {
  -webkit-transition: all 100ms ease 0s;
  -o-transition: all 100ms ease 0s;
  transition: all 100ms ease 0s;
}
.b_articulos:hover {
  color: rgba(255, 215, 197, 1);
  'font-size: 1.5em;
text-shadow: 0 0 1em rgba(255, 95, 0, 1.00);
}
.b_articulos:visited {
  color: rgba(255, 218, 170, 1.00);
  font-weight: normal;
  text-decoration: underline;
  text-decoration-color: rgba(168, 253, 74, 1.00);
  text-shadow: 0 0 1em rgba(255, 95, 0, 1.00);
}
ul.referencias li {
  display: table;
  padding-top: 1em;
  padding-left: 0em;
  margin-left: -1em;
}
#nav_art {
  margin: 1%;
  height: 0.5em;
  padding-top: 0em;
  padding-bottom: 0.4em;
  display: inline;
  background-color: rgba(239, 239, 239, 0.2);
  font-size: 1.2em;
}
.fondo_c1_art {
  height: 90%;
  margin-bottom: 1em;
  background-color: rgba(239, 239, 239, 0);
}
.fondo_c2_art {
  height: 90%;
  margin-bottom: 1em;
  background-color: rgba(239, 239, 239, 0.2);
}
ul.referencias {
  list-style-type: circle;
}
/* Ocio */
.column1_ocio {
  width: 16%;
  min-width: 150px;
  float: left;
  margin-left: -2%;
  overflow: visible;
  text-align-last: left;
  font-size: 1.2em;
}
.column2_ocio {
  width: 84%;
  float: left;
  margin: 1%;
  overflow: visible;
  text-align-last: left;
  font-size: 1em;
  background-size: cover;
}
.column2_ocio {
  margin-right: 0%;
}
.column3_ocio {
	min-width: 290px;
	float: left;
	margin: 1%;
	overflow: visible;
	text-align-last: left;
	font-size: 1em;
}
/* Clear floats after the columns */
.contenedor_ocio:after {
  content: "";
  display: table;
  clear: both;
}
.fondo_c1_ocio {
	height: 90%;
	margin-bottom: 1em;
	background-color: rgba(239,239,239,0);
}
.fondo_c2_ocio {
	height: 90%;
	margin-bottom: 1em;
	background-color: rgba(239,239,239,0.1);
}
.fondo_c3_ocio {
	height: 90%;
	margin-bottom: 1em;
	background-color: rgba(239,239,239,0.2);
}
ul.ocio {
  list-style-type: circle;
}
ul.ocio li {
  display: table;
  padding-top: 1em;
  padding-left: 0em;
  color: antiquewhite;
  font-weight: bold;
  margin-left: -1em;
}
#nav_ocio {
  margin: 1%;
  /* background-color: rgba(239,239,239,0); */
  height: 0.5em;
  padding-top: 0em;
  padding-bottom: 0.4em;
  display: inline;
}
ul.ocio a:link {
  color: rgba(242, 191, 98, 1.00);
  text-decoration: none;
}
ul.ocio a:hover {
  font-weight: bold;
  color: rgba(255, 244, 225, 1.00);
  text-decoration: underline;
  text-decoration-color: rgba(255, 95, 0, 1);
  text-shadow: 0 0 1em rgba(255, 95, 0, 1.00);
}
ul.ocio a:visited {
  color: antiquewhite;
  text-decoration: underline;
  text-decoration-color: lightgreen
}
p.descri_ocio {
  text-align: left;
  padding: 1em;
  color: antiquewhite
}
ul.col_ocio li {
	display: table;
	padding-top: 1em;
	padding-left: 0em;
	font-size: 1.1em;
	color: rgba(247,206,150,1.00);
	font-weight: bold;
	text-shadow: 3px 3px rgba(15,15,15,1.00);
	margin-left: -1em;
}
