/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
.clear { /* clear float */
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0
}
body {
	background: #000 url(../imagen/fondoestrellas.png);
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	/*margin-top: 0px;*/
	margin-bottom: 0px;
}
a {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
p {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	font-family: 'Archivo Black', Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 14px;
}
h2 {
	font-weight: normal;
	font-size: 30px;
	color: #3399CC;
	line-height: 34px;
	/*font-family: Calibri, Arial, Helvetica, sans-serif;*/
	margin-top: -14px;
	margin-bottom: 16px;
	text-align: center;
}
h3 {
	font-weight: bold;
	font-size: 24px;
	color: #3399CC;
	line-height: 24px;
	/*font-family: Calibri, Arial, Helvetica, sans-serif;*/
	margin-top: -10px;
	margin-bottom: 12px;
}
h4 {
	font-weight: bold;
	font-size: 21px;
	color: #3399CC;
	line-height: 21px;
	/*font-family: Calibri, Arial, Helvetica, sans-serif;*/
	margin-top: -6px;
	margin-bottom: 8px;
}
h5 {
	font-weight: bold;
	font-size: 20px;
	color: #3399CC;
	line-height: 20px;
	/*font-family: Calibri, Arial, Helvetica, sans-serif;*/
	margin-bottom: 12px;
	margin-top: -5px;
	/*text-align: center;*/
}
h6 {
	font-weight: bold;
	font-size: 19px;
	color: #3399CC;
	line-height: 19px;
	/*font-family: Calibri, Arial, Helvetica, sans-serif;*/
	margin-bottom: 12px;
	margin-top: -5px;
	/*text-align: center;*/
}
small {
	font-size: 14px;
}
.nota {
	font-size: 14px;
}
blockquote {
  margin: 1.2rem 2.5rem 2rem 0;
  padding-left: 2.5rem;
  position: relative;
}
blockquote:before {
  content: "\201C";
  font-size: 5rem;
  line-height: 0px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: arial, sans-serif;
  position: absolute;
  top: 2.3rem;
  left: 0;
}
blockquote cite {
  display: block;
  font-size: .8rem;
  font-style: normal;
}

blockquote cite:before {
  content: "\2014 \0020";
}
.imagen {
	float: right;
	border: 1px solid #fff;
	clear: both;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-top: 5px;
}
#recuadro {
	float: right;
	width: 400px;
	text-align:center;
	margin-bottom: 0;
	margin-left: 20px;
}
#recuadro img {
	border: 1px solid #fff;
	clear: right;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 5px;
}
#recuadro p {
	margin-top: -10px;
	margin-bottom: 20px;
}
#todo {
	margin: 0 auto;
	/*margin-top: 5px;*/
	padding: 0px;
	text-align: left;
	width: 90%;
	max-width: 1200px;
	background: #131415;
	/*border-radius: 40px;*/
}
#columna1 {
	float: left;
	width: 120px;
}
#columna2 {
	padding: 0 40px 20px 40px;
	margin: 0;
	background: #131415;

}
#columna2 ul {
	margin: 10px 0;
	margin-left: 20px;
	margin-bottom: 20px;
	list-style: square; /*inside;*/
}
#columna2 ol {
	list-style-position: inside;
}
#contenido {
	margin: 0px;
}
#columnas {
	column-width: 240px;
	column-gap: 20px;
}
#columnadoble {
	/*background: #fff;*/
	width: 100%;
	clear: both;
	margin: 0;
	margin-top: 20px;
	padding: 0;
}
#columnadoble .columna, .columnafinal {
	/*background: #ccc;*/
	display: block;
	width: 48%;
	float: left;
	margin: 0;
	padding: 0;
}
#columnadoble .columnafinal {
	float: right;
}
@media(max-width:900px) {
#columnadoble .columna, .columnafinal {
	display: inline;
	width: 100%;
	float: none;
}
}

header {
	min-height: 70px;
	margin: 0;
	padding: 15px 10px 15px 10px;
	text-align: center;
	background: #09133c url('../imagen/fondocabeza.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	/*border-radius: 40px 40px 0 0;*/
}
/*header img {
	float: left;
	margin-top: -5px;
}*/
header h1 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
}
header h2 {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
}
header h3 {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-align: left;
}
.logotitulo {
	margin: 0;
	padding: 30px;

	font-size: 60px;
	line-height: 130px;
	color: transparent!important;
	width: 670px;
	height: 132px;
	background: url("../imagen/logo-sw-ost-horizontal.png") no-repeat center;
	background-size: 670px 132px;
	margin-top: 0px;

	/*margin: 15px 15px 0px 20px;*/
	/*line-height: 32px;
	font-family: 'Archivo Black', sans-serif;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;*/
	/*text-shadow: 0 0 0.5em #5dbeff;*/
}
.logotitulo:hover {
	text-decoration: none;
	/*text-shadow: 0 0 0.5em #fff;*/
	color: #ccc;
}
.logotitulo:active {
	text-decoration: none;
	/*text-shadow: 0 0 0.5em #fff;*/
	color: #000;
}
nav {
	margin: 0;
	padding: 15px 30px 10px 30px;
	/*width: 100%;*/
	text-align: center;
	background: #131415;
}
nav ul {
	margin: 0;
}
nav ul li {
	width: 120px;
	display: inline;
	padding: 0px;
	list-style: none;
}
nav ul li a {
	font-size: 18px;
	line-height: 26px;
	/*background: #262626;*/
	background: #fff;
	/*color: #fff;*/
	color: #000;
	display: inline-block;
	height: 32px;
	padding-top: 4px;
	text-decoration: none;
	width: 24%;
	text-align: center;
	/*border: solid 1px #777;*/
	border-radius: 16px;
	margin-bottom: 5px;
}
nav li a:hover {
	text-decoration: none;
	/*color: #66CCFF;*/
	color: #fff;
	background: #3399cc;
	/*background: #131415;*/
	/*border: solid 1px #636363;*/
}

#banner {
	/*min-height: 70px;*/
	margin: 30px 0 40px 0;
	padding: 10px 0 10px 0;
	text-align: center;
	background: #09133c url('../imagen/fondocabeza.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
	box-sizing: border-box;
}
#banner img {
	max-width: 40%;
	max-height: 40%;
	margin: 30px;
	padding: 0;
	border: solid 1px #fff;
	/*border-radius: 5px;*/
}

#imgder {
	margin: 30px 35px 0px 15px;
	float: right;
	text-align: right;
}
#botvolver {
	margin: 15px 35px 0px 15px;
	float: right;
	text-align: right;
}

#migajas {
	margin: 0 0 25px 0;
	width: 100%;
	/*font-size: 16px;*/
	text-align: center;
	padding-bottom: 10px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #fff;
}
#migajas a {
	margin: 0;
	padding: 0px 10px;
	border-radius: 15px;
	vertical-align: middle;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #3399cc;
	line-height: 30px;
}
#migajas a:hover {
	text-decoration: none;
	color: #313336;
	background: #fff;
	border-color: #fff;
}
#nolink {
	color: #ccc;
	margin: 0;
	padding: 0px 10px;
	border-radius: 15px;
	vertical-align: middle;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	line-height: 30px;
}

/*----- Opciones grandes -----*/
#opciones {
	text-align: center;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
#opcionesportada {
	text-align: center;
	margin: 0px 30px 0px 0px;
	padding: 0;
	width: 60%;
	float: left;
}
#opciones ul, #opcionesportada ul {
	margin: 0;
}
#opciones ul li, #opcionesportada ul li {
	display: inline;
	padding: 0px;
	list-style: none;
}
#opcionesportada ul li a {
	width: 280px;
	min-height: 110px;
}
#opciones ul li a {
	width: 250px;
	min-height: 70px;
}
#opciones ul li a, #opcionesportada ul li a {
	display: inline-block;
	background: #313336;
	margin: 0px 15px 30px 15px;
	padding: 20px 15px 20px 15px;
	border-radius: 20px;
	vertical-align: middle;
	line-height: 32px;
	font-family: 'Archivo Black', sans-serif;
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	/*text-shadow: 0 0 0.5em #5dbeff;*/
}
#opciones ul li a:hover, #opcionesportada ul li a:hover {
	text-decoration: none;
	text-shadow: 0 0 0.5em #fff;
}
#opciones ul li a:active, #opcionesportada ul li a:active {
	text-decoration: none;
	text-shadow: 0 0 0.5em #fff;
	color: #000;
}
#opciones img, #opcionesportada img {
	margin: 0px 30px 5px 30px;
}
/*----- Fin de opciones grandes -----*/

#tabla td {
	color: #fff;
	vertical-align: top;
	padding: 2px 10px 2px 0px;
}
#tabla th {
	color: #3399CC;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding: 3px;
}
#tabla p {
	color: #fff;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
}
#tabla2 {
	min-width: 50%;
	margin-top: 14px;
}
#tabla2 td {
	color: #fff;
	vertical-align: top;
	border-bottom: solid #666 1px;
	padding: 3px 4px 3px 3px;
}
#tabla2 th {
	color: #3399CC;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	border-bottom: solid #fff 1px;
	padding: 0px 3px 3px 3px;
}
#tabla3 th {
	/*font-size: 16px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #336699;
}
#tabla3 td {
	/*font-size: 16px;
	line-height: 17px;*/
	text-align: left;
}
footer {
	clear: both;
	/*background-color: #313336;*/
	background-color: #090a0a;
	text-align: center;
	/*margin-bottom: 5px;*/
	margin-top: 0px;
	padding: 20px 0 15px 40px;
	/*border-radius: 0 0 20px 20px;*/
}
footer .columna, footer .columnach {
	display: block;
	width: 31%;
	/*background-color: #444;*/
	float: left;
	text-align: left;
	margin: 0 2% 0 0;
	padding: 0;
}
footer .columnach {
	width: 25%;
	margin: 0 2% 0 6%;
	padding: 0;
}
footer h2, footer h3, footer h4 {
    margin-top: -.2em;
}
footer p {
	/*color: #999;*/
	color: #fff;
	line-height: 18px;
	font-size: 16px;
	letter-spacing: .2px;
	margin: 0px;
	margin-bottom: .5rem;
	margin-top: 0;
}
footer a {
	/*font-size: 12px;*/
	color: #3399CC;
	text-decoration: none;
}
footer a:hover {
	color: #999;
	text-decoration: underline;
}
footer ul {
	margin-bottom: .5rem;
	margin-left: 18px;
}
footer ul li {
	list-style-type: square;
	color: #fff;
	line-height: 20px;
	font-size: 16px;
	letter-spacing: .2px;
}

@media(max-width:900px) {
footer {
	padding: 0;
	padding-top: 5px;
}
footer .columna, footer .columnach {
	width: auto;
	float: none;
	padding: 0px 40px 10px 40px;
	margin: 20px 0px 20px 0px;
	border-bottom: solid #333 1px;
}
footer .columnach {
	margin: 0 2% 0 0;
	padding: 0 40px 15px 40px;
	border-bottom: none;
}
}

/*----- Redes sociales -----*/
#redessociales {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
/*----------*/

/* ----- Redes sociales pie de página ----- */
.icoredessociales {
	font-size: 24px;
	letter-spacing: 3px;
	margin-top: 5px;
	margin-left: 1px;
}
.icoredessociales a img {
	height: 30px;
	border: none;
	margin: 0;
	margin-right: 3px;
	border-radius: 5px;
}
.icoredessociales a img:hover {
	opacity: 0.5;
}
.icoredessociales a img:active {
	opacity: 0.8;
	background: #0099ff;
}
/* ----- Fin redes sociales pie de página ----- */

/* ----- Galería de objetos ----- */
#listaobjetos {
	margin-top: 20px;
	text-align: center;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #666;
	min-height: 350px;
}
#itemlistaobjetos {
	margin-top: 10px;
	border-bottom: 1px solid #336699;
	padding-top: 10px;
	padding-bottom: 15px;
}
#listaobjetos h1 {
	font-family: 'Archivo Black', Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	/*background: #ddd;*/
	/*font-weight: bold;*/
	text-align: left;
	vertical-align: top;
	/*padding: 3px;*/
	/*border-bottom: 1px solid #336699;*/
}
#listaobjetos h4, #listaobjetos table, #listaobjetos ul, #listaobjetos li {
	text-align: left;
}
#listaobjetos p {
	/*font-size: 16px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #fff;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: left;
}

.imglista {
	border: 1px solid #fff;
	margin: 0px 0 5px 15px;
	float: right;
}
.bordeinf {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}
#tablagal {
	border: 3px solid #336699;
}
#tablagal td {
	background-color: #336699;
	vertical-align: middle;
	text-align: center;
	border: 3px solid #336699;
}

/*---- imágenes sin tablas ----*/
.galeria {
        margin-left: -20px;
        text-align: center;
	background: #666;
}
#listaobjetos .galeria li {
        display: inline;
        list-style: none;
        width: 200px;
        /*min-*/height: 300px;
        float: left;
        margin: 6px 12px 6px 12px;
        text-align: center;
	vertical-align: bottom;
	/*background: #666;*/
}
.galeria img {
	border: 1px solid #fff;
	/*margin: 0px 0 5px 15px;*/
}
/*----------*/
.gallery {
	margin: 12px 12px 12px 12px;
	float: left;
	width: 200px;
	height: 350px;
	/*min-height: 300px;*/
	/*background: #333;*/
	text-align: center;
}
.galeriaimagen {
	width: 200px;
	/*background: #ff0000;*/
}
.galeriaimagen img {
	border: 1px solid #fff;
	max-width: 200px;
	max-height: 200px;
}
.galeriaimagen img:hover {
	opacity: 0.7;
	border: 1px solid #77;
}
.desc {
	padding: 6px 0px 0px 0px;
	text-align: center;
}
/* ------------------------ */

/* ----- Secciones ocultas ----- */

#seccionesocultas button {/*, #seccionesocultas h1 {*/
	cursor: pointer;
	width: 100%;
	/*min-height: 70px;*/
	background: #313336;
	margin: 20px 0px 0px 0px;
	padding: 15px 5px 15px 5px;
	border-radius: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	font-family: 'Archivo Black', sans-serif;
	color: #3399cc;
	font-size: 28px;
	text-transform: uppercase;
}
#seccionesocultas button:hover {
	text-decoration: none;
	text-shadow: 0 0 0.5em #fff;
	color: #fff;
	background: #313336;
}
#seccionesocultas button:active {
	text-decoration: none;
	text-shadow: 0 0 0.5em #fff;
	color: #fff;
	background: #313336;
}
#sec01, #sec02, #sec03, #sec04, #sec05, #sec06, #sec07, #sec08, #sec09, #sec10, #sec11, #sec12 {
	display: none;
}

/* ----- Fin secciones ocultas ----- */

@media(max-width:1260px) {
#opcionesportada {
	width: 55%;
}
}
@media(max-width:1100px) {
#opcionesportada {
	width: 50%;
}
#tabla2 {
	min-width: 360px;
}
}
@media(max-width:1000px) {
#opcionesportada {
	width: 45%;
}
nav ul li a {
	width: 24%;
}
.imagen {
	float: none;
	margin: 5px 0 20px 0;
	margin-left: 25%;
}
#recuadro {
	float: none;
	width: 400px;
	text-align: center;
	margin-left: 0;
	margin: auto;
	/*margin-bottom: 30px;*/
}
#recuadro p {
	text-align: center;
}
/*#columna2 {
	text-align: center;
}*/
/*#columna2 h4, #columna2 p, #columna2 td, #columna2 li {
	text-align: left;
}*/
#tabla2 {
	min-width: 75%;
	width: 100%;
}
}
@media(max-width:900px) {
#opcionesportada {
	width: 100%;
	float: none;
	margin-right: 0;
}
#redessociales {
	width: 360px;
	margin: 0 auto;
	text-align: center;
}
.imagen {
	margin-left: 20%;
}
header {
	padding-top: 25px;
}
.logotitulo {
	margin: 0;
	padding: 30px;
	font-size: 34px;
	line-height: 60px;
	color: transparent!important;
	width: 406px;
	height: 80px;
	background: url("../imagen/logo-sw-ost-horizontal-med.png") no-repeat center;
	background-size: 406px 80px;
}
#banner img {
	margin: 20px;
}
body, p {
	font-size: 18px;
	line-height: 18px;
}
}.gallery {
	height: 300px;
	min-height: 300px;
}
}
@media(max-width:800px) {
#tabla2 {
	min-width: 85%;
}
.imagen {
	margin-left: 15%;
}
}
@media(max-width:700px) {
#tabla2 {
	min-width: 95%;
}
.imagen {
	margin-left: 10%;
}
}
@media(max-width:640px) {
nav {
	padding-left: 10px;
	padding-right: 10px;
}
nav ul li {
	width: 24%;
}
nav ul li a {
	font-size: 14px;
	line-height: 20px;
	height: 24px;
	/*width: 115px;*/
	width: 23%;
}
.imglista {
	margin: 5px 0 15px 0;
	float: none;
}
#columna2 {
	padding: 0px 20px 20px 20px;
}
#tabla2 {
	min-width: 100%;
}
.imagen {
	margin-left: 5%;
}
footer {
	text-align: left;
}
footer .columna, footer .columnach {
	padding-left: 20px;
	padding-right: 20px;
}
}
@media(max-width:570px) {
body {
	background: #000;
}
#todo {
	margin: 0 auto;
	width: 100%;
}
.imagen {
	margin-left: 2%;
}
nav ul li a {
	width: 46%;
}
#banner img {
	max-width: 85%;
	max-height: 85%;
	margin: 20px 0 20px 0;
}
#opciones ul li, #opcionesportada ul li {
	display: block;
}
#opciones ul li a, #opcionesportada ul li a {
	text-align: center;
	margin: 0px 0px 20px 0px;
	width: 100%;
	min-height: auto;
	box-sizing: border-box;
}
}
@media(max-width:500px) {
.imagen {
	width: 100%;
	height: 100%;
	margin: 5px 0 15px 0;
}
#recuadro {
	width: 100%;
}
#recuadro img {
	width: 100%;
	height: 100%;
}
#recuadro p {
	font-size: 14 px;
}
.logotitulo {
	margin: 0;
	padding: 30px;
	font-size: 18px;
	line-height: 60px;
	color: transparent!important;
	width: 243px;
	height: 80px;
	background: url("../imagen/logo-sw-ost-horizontal-ch.png") no-repeat center;
	background-size: 243px 80px;
}
#opcionesportada {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
#opcionesportada ul {
	box-sizing: border-box;
}

body, p {
	font-size: 16px;
	line-height: 16px;
}
#listaobjetos {
	min-height: 220px;
}
.gallery {
	width: 100%;
	height: auto;
	min-height: 85px;
	background: #313336;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
	vertical-align: middle;
	align: left;
}
/*.gallery:hover {
	background: #666;
}*/
.galeriaimagen {
	width: 100px;
	float: left;
	margin: 0;
}
.gallery img {
	max-width: 100px;
	max-height: 100px;
	margin: 0px;
}
.desc {
	padding: 0px;
	margin: 8.5% 0px 0 120px;
	text-align: left;
}
}
@media(max-width:360px) {
.logotitulo {
	width: 182px;
	height: 60px;
	background-size: 182px 60px;
}
#columna2 {
	padding: 0px 10px 20px 10px;
}
#opciones ul li a, #opcionesportada ul li a {
	/*width: 200px;*/
	font-size: 22px;
	line-height: 26px;
	width: 90%;
}
}
@media(max-width:320px) {
.logotitulo {
	font-size: 10px;
	line-height: 20px;
	width: 152px;
	height: 50px;
	background-size: 152px 50px;
}
}