﻿@import url('https://fonts.googleapis.com/css?family=Muli|Raleway');

html, body, form
{
	width: 100%;
	height: 100vh;
	background-color: White;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}

.abrir
{
	float: right;
	margin: 1px 3px;
	border-top: 10px solid rgb(190, 162, 99);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	display: none;
	width: 0px;
	height: 0px;
}

.areaTrabajo
{
	width: 100%;
	max-width: 1280px;
	display: inline-block;
}

.banner
{
	width: inherit;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}

.banner span
{
	font-family: Calibri, Arial;
	font-size: 25px;
	font-weight: bold;
	color: White;
	position: absolute;
	right: 10px;
	top: 20px;
	text-align: right;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 5px;
	border-radius: 4px;
}

.botonEtiqueta
{
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	border: 0px;
}

.cerrar
{
	float: right;
	margin: 1px 3px;
	border-bottom: 10px solid rgb(190, 162, 99);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	display: none;
	width: 0px;
	height: 0px;
}

.colapsar
{
	position: absolute;
	top: 5px;
	right: 8px;
	width: 20px;
}

.contenido
{
	width: inherit;
	margin-top: 90px;
}

.duplaEnTres, .soloEnTres
{
	width: 29%;
	margin: 2%;
	background-color: White;
	text-align: justify;
	display: inline-block;
	float: left;
	height: 250px;
}

.elementoUnico
{
	width: 96%;
	margin: 2%;
	background-color: White;
	text-align: justify;
	display: inline-block;
	float: left;
	height: 250px;
}

.encabezado
{
	position: fixed;
	display: block;
	width: 100%;
	z-index: 1;
	background-color: White;
}

.expandir
{
	float: right;
	margin: 1px 3px;
	width: 20px;
}

header
{
	display: block;
	text-align: left;
	position: relative;
}

.imagenGrande
{
	margin: 0px 5%;
	max-width: 90%;
	float: left;
}

.infoReal
{
	display: none;
	padding:8px;
}

.informacion
{
	padding: 2px 5px;
	overflow: auto;
	font-family: 'Raleway', Calibri, Arial;
	font-size: 16px;
}

#InformacionCompleta
{
	background-color: White;
	color: Black;
	padding: 2px 5px;
	font-family: 'Raleway', Calibri, Arial;
	font-size: 16px;
	height: 95%;
	width: 90%;
	display: inline-block;
	margin-top: 10px;
	position: relative;
}

#InformacionCompleta section
{
	height: 95%;
	overflow: auto;
	text-align: justify;
}

.grande
{
	height: auto;
}

#Login
{
	position: absolute;
	top: 100%;
	right: 0px;
	display: inline-block;
	background-color: rgb(44, 70, 49);
	padding: 3px;
	text-align: right;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 0px 5px 13px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 13px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 13px -2px rgba(0,0,0,0.75);
	opacity: 0;
}

#Login *
{
	margin: 5px;
}

#LoginResponsivo
{
	position: fixed;
	top: 120px;
	right: 20px;
	background-color: rgb(190, 162, 99);
	padding: 3px;
	text-align: right;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 13px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 13px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 13px -2px rgba(0,0,0,0.75);
	display: none;
	opacity: 0;
}

.logotipo
{
	display: inline-block;
	text-align: center;
	background-color: White; /* Para navegadores retrógradas sin ganas de superarse */
	margin: 0px 20px;
	padding: 5px 35px;
	font-family: 'Muli', Calibri, Arial;
	font-size: 16px;
	font-weight: bold;
	color: rgb(226, 226, 226);
	border-radius: 0px 0px 8px 8px;
}

.logotipo img
{
	height: 71px;
	border-radius: 5px;
	border: 0px solid White;
	border-width: 0px 10px;
	background-color: White;
}

#MenuResponsivo
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	display: none;
}

#MenuResponsivo ul
{
	position: fixed;
	top: 30px;
	right: -300px;
	list-style-type: none;
	padding: 0px;
}

#MenuResponsivo ul li
{
	padding: 10px;
	white-space: nowrap;
	background-color: rgb(62, 64, 149);
	border-radius: 6px 0px 0px 6px;
	color: White;
}

nav
{
	display: inline-block;
	padding: 0px;
	border: 0px;
	margin: 0px;
	outline: 0px;
	position: absolute;
	bottom: 0px;
}

nav a
{
	display: none;
}

nav ul
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	outline: 0px;
	vertical-align: middle;
}

nav ul li
{
	display: inline-block;
	border-radius: 5px 5px 5px 5px;
	width: 90px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	background: rgb(62, 64, 149); 
	position: relative;
	cursor: pointer;
}

nav ul li span
{
	color: White; /*rgb(190, 162, 99);*/
	height: inherit;
	width: inherit;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	font-family: 'Muli', Calibri, Arial;
	font-size: 14px;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
	-moz-transition: color 1s;
	transition: color 1s;
}

nav ul li span:hover
{
	color: White;
}

nav ul li ul
{
	position: absolute;
	top: 100%;
	right: 0px;
	opacity: 0;
	transition: 0.3 all;
}

nav ul li:hover ul
{
	opacity: 1;
}

.ocultarEnGrande
{
	clear: both;
}

#PantallaCompleta
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	display: none;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	z-index: 5;
}

.separador
{
    height: 350px;
    width: 100%;
    background-color: rgb(240, 240, 240);
    background-position:60% 0%;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
    position: static;
}

.tablaLateral td
{
	border: 1px solid LightGray;
	padding: 2px;
	vertical-align: top;
}

.tablaLateral td:first-child
{
	font-weight: bold;
}

.thumbnail
{
	text-align: center;
}

.thumbnail a, .thumbnail img
{
	margin-top: 4px;
	max-width: 100%;
	max-height: 200px;
}

.titulo, #InformacionCompleta span
{
	text-align: center;
	color: White;
	background-color: rgb(0, 168, 89);
	font-family: 'Muli', Calibri, Arial;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px;
	display: block;
}

.resaltado
{
	background-color: rgb(44, 70, 49);
	width: auto;
	padding: 3px 5px;
	color: White;
	font-weight: bold;
}

.titulo span
{
	padding-right: 30px;
}

.tituloSeccion
{
	text-align: center;
	background-color: rgb(237, 50, 55);
	color: White;
	font-family: 'Muli', Calibri, Arial;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.unoEnDuo{
	width: 46%;
	margin: 2%;
	background-color: White;
	text-align: justify;
	display: inline-block;
	float: left;
	height: 250px;
}

@media screen and (max-width: 1100px)
{
	nav a
	{
		display: inline-block;
		position: fixed;
		top: 20px;
		right: 20%;
	}
	
	nav a img
	{
		width: 18px;
	}
	
	nav ul
	{
		display: none;
	}
}

@media screen and (max-width: 900px)
{
	.duplaEnTres
	{
		width: 46%;
		margin: 2%;	
	}
	
	.logotipo
	{
		padding: 5px 0px;
	}
	
	nav a
	{
		right: 20%;
	}
	
	.soloEnTres
	{
		width: 96%;
		margin: 2%;
	}
}

@media screen and (max-width: 500px)
{
	.abrir
	{
		display: inline-block;
	}
	
	.duplaEnTres, .soloEnTres, .unoEnDuo
	{
		width: 96%;
		margin: 2%;
	}
	
	.expandir
	{
		display: none;
	}
	
	.logotipo img
	{
		width: 280px;
		height: auto;
	}
	
	nav a
	{
		right: 20px;
	}
}