@charset "UTF-8";
body,td,th {
	font-family: 'Josefin Slab', serif;
	font-size: 18px;
	color: #000;
	font-weight: inherit;
}
body {
	background-color: #fff;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
p, br, form, ul, li, input, textarea, img, a, div, section {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
}
#principal {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#principal #cabecera {
	float: left;
	height: 169px;
	width: 1000px;
}
#principal #cabecera #logo {
	float: left;
	height: 70px;
	width: 327px;
	margin-left: 302px;
}
#principal #cabecera #redes {
	float: right;
	height: 74px;
	width: 34px;
}
#principal #cabecera #idiomas {
	float: left;
	height: 74px;
	width: 34px;
}
#principal #cabecera #menu {
	float: left;
	width: 1000px;
	text-align: center;
	font-size: 18px;
	padding-top: 15px;
}
#principal #cabecera #menu a {
	color: #000;
	text-decoration: none;
	margin-right: 25px;
	margin-left: 25px;
}
#principal #cabecera #menu a:hover {
	color: #DB110F;
}
#principal #contenidos {
	width: 1000px;
	float: left;
}
#principal #contenidos #portada_sup {
	float: left;
	height: 271px;
	width: 1000px;
	padding-bottom: 30px;
}
#principal #contenidos #portada_sup2 {
	float: left;
	width: 1000px;
	padding-bottom: 30px;
}
#principal #contenidos #portada_sup2 .listas {
	float: left;
	width: 500px;
}
#principal #contenidos #portada_sup2 .listas h2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 500px;
	display: block;
	font-size: 18px;
}
#principal #contenidos #portada_sup2 .listas ul {
	float: left;
	width: 500px;
}
#principal #contenidos #portada_sup2 .listas ul li {
	padding-left: 15px;
	list-style-type: none;
	margin-bottom: 8px;
	background-image: url(../imagenes/dot.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#principal #contenidos #portada_sup img {
	float: left;
	margin-right: 30px;
	box-shadow: 3px 3px 5px #5a5859;
}
#principal #contenidos #portada_sup p {
	font-size: 17px;
	line-height: 26px;
	text-align: justify;
}
#principal #contenidos #subti {
	float: left;
	width: 1000px;
	height: 20px;
	font-size: 18px;
	margin-bottom: 30px;
}
#principal #contenidos #subti h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: normal;
}
#principal #contenidos #subti h1 a {
	color: #000;
	text-decoration: none;
}
#principal #contenidos #subti h1 a:hover {
	color: #D5100E;
}
#principal #contenidos #subti #linea {
	background-color: #666;
	float: right;
	height: 1px;
	width: 760px;
	margin-top: 10px;
}
#principal #contenidos #portada_inf {
	float: left;
	height: 201px;
	width: 1000px;
	padding-bottom: 30px;
}
#principal #contenidos #portada_inf img {
	float: left;
	margin-right: 20px;
	box-shadow: 3px 3px 5px #5a5859;
}
#principal #contenidos #banner {
	float: left;
	height: auto;
	width: 1000px;
	margin-bottom: 30px;
	 box-shadow: 3px 3px 5px #5a5859;
}
/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;  
  }
#principal #contenidos #texto {
	float: left;
	height: auto;
	width: 1000px;
	padding-bottom: 30px;
	text-align: justify;
	font-weight: 300;
}
#principal #footer {
	width: 1000px;
	text-align: center;
	clear: both;
	height: 25px;
	font-size: 12px;
}
#principal #footer a {
	color: #000;
	text-decoration: none;
}
#principal #footer a:hover {
	color: #DB110F;
}
