/*
	Miniport by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body,input,textarea,select
	{
		font-size: 13pt;
	}

	h1
	{
		font-size: 3.25em;
		letter-spacing: -0.025em;
	}

	h2
	{
		font-size: 2em;
		letter-spacing: -0.015em;
	}
	
	h3
	{
		font-size: 1.5em;
		letter-spacing: -0.015em;
	}

	h1, h2, h3, h4, h5, h6
	{
		margin: 0 0 0.75em 0;
		line-height: 1.25em;
	}

	header
	{
		margin: 0 0 3em 0;
	}
	
		header > p
		{
			font-size: 1.25em;
			margin: 0;
		}

	footer
	{
		margin: 3em 0 0 0;
	}
	
		footer > p
		{
			font-size: 1.25em;
		}
	
	/* Form */
	
		form
		{
		}
		
			form .button
			{
				margin: 0 0.5em 0 0.5em;
			}

	/* Button */
	
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			padding: 1em 2.35em 1em 2.35em;
			font-size: 1.1em;
		}

			input[type="button"].big,
			input[type="submit"].big,
			input[type="reset"].big,
			.button.big
			{
				font-size: 1.5em;
				letter-spacing: -0.025em;
			}

	/* Box */

		.box
		{
			padding: 2em;
		}

			.box.style1
			{
				padding: 3em 2em 3.5em 2em;
			}

				.box.style1 h3
				{
					margin-bottom: 0.5em;
				}

			.box.style2
			{
			}

				.box.style2 h3
				{
					margin-bottom: 0.25em;
				}

				.box.style2 .image
				{
					position: relative;
					left: 2em;
					top: 2em;
					margin: -4em 0 4em -4em;
					width: auto;
				}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	.wrapper
	{
		padding: 3em 0 3em 0;
		text-align: center;
	}
	
		.wrapper.first
		{
			padding-top: 12em;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
	}

		#nav a:hover
		{
			background: #383838;
		}
		
		#nav a:active
		{
			background: #484848;
		}
	
		#nav a
		{
			padding: 0.2em 1em 0.2em 1em;
			margin: 0.6em 0.2em 0.6em 0.2em;
			font-weight: 600;
			border-radius: 8px;
			-moz-transition: background-color .2s ease-in-out;
			-webkit-transition: background-color .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out;
			-ms-transition: background-color .2s ease-in-out;
			transition: background-color .2s ease-in-out;
			color: #fff;
		}
		
/*********************************************************************************/
/* Articles                                                                      */
/*********************************************************************************/

	#top
	{
		text-align: left;
	}

		#top .image
		{
			width: 20em;
			height: 20em;
			margin: 0;
		}

		#top h1
		{
			margin-top: 0.35em;
		}
	
		#top p
		{
			font-size: 1.5em;
			line-height: 1.75em;
		}
		
		#oTxtInicio li
		{
			font-size: 1.5em;
			line-height: 1.75em;
			text-align: start;
		}
		
	#contact
	{
	}
	
		#contact footer
		{
			font-size: 0.9em;
		}
		
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		font-size: 1em;
		line-height: 1em;
		color: #E0E0E0;
	}

		#copyright li
		{
			display: inline-block;
			border-left: solid 1px rgba(0,0,0,0.5);
			box-shadow: -1px 0px 0px 0px rgba(255,255,255,0.1);
			padding: 0 0 0 1em;
			margin: 0 0 0 1em;
		}
		
		#copyright li:first-child
		{
			border: 0;
			box-shadow: none;
			padding-left: 0;
			margin-left: 0;
		}
		
/*********************************************************************************/
/* Capa de Enlaces                                                               */
/*********************************************************************************/

#oPnlEnlaces
{
	padding: 3em 15px 3em 15px;
	text-align: center;
	background-color: #f4f4f4;
	text-shadow: 1px 1px 0px #fff;
	background-image: url('images/bg.png');
	box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.05), inset 0px 2px 3px 0px rgba(0,0,0,0.1);
}

#oBtnToggle
{
	display: none;
}

#oTxtEnlaces
{
	
}

#oTxtEnlaces > span
{
	display: none;
}

#oBtnToggle i
{
	
}

#oPnlEnlacesCnt
{
	
}

.oEnlace
{
	display: inline-block;
	margin: 10px;
	width: 190px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: cover;
}
		
		
.image img
{
	width: 100%;	
}
/*#oPnlEnlaces
{
	position: fixed;
	bottom: 0px;
	right: -190px;
	width: 204px;
	background-color: rgb(65, 65, 65);
	border: 2px solid black;
	
	-moz-transition: right 1s ease-in-out;
	-webkit-transition: right 1s ease-in-out;
	-o-transition: right 1s ease-in-out;
	-ms-transition: right 1s ease-in-out;
	transition: right 1s ease-in-out;
}

#oBtnToggle
{
	display: inline-block;
	position: relative;
	top: -2px;
	left: -19px;
	width: 20px;
	height: 25px;
	background-color: rgb(65, 65, 65);
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	border-radius: 2px;
}

#oTxtEnlaces
{
	position: absolute;
	top: 0px;
	color: white;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

#oTxtEnlaces > h2
{
	display: none;
}

#oPnlEnlaces:hover
{
	right: 2px;
	
	-moz-transition: right 1s ease-in-out;
	-webkit-transition: right 1s ease-in-out;
	-o-transition: right 1s ease-in-out;
	-ms-transition: right 1s ease-in-out;
	transition: right 1s ease-in-out;
}

#oPnlEnlaces:hover i
{
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	
	-moz-transition: transform 1s ease-in-out;
	-webkit-transition: transform 1s ease-in-out;
	-o-transition: transform 1s ease-in-out;
	-ms-transition: transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
}

#oBtnToggle i
{
	color: white;
	margin-top: 2px;
	margin-left: 2px;
}

#oPnlEnlacesCnt
{
	width: 100%;
	height: calc(100% - 40px);
	padding: 5px;
	margin-top: 10px;
}

.oEnlace
{
	display: inline-block;
	margin-bottom: 10px;
	width: 190px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: cover;
}

#oPnlEnlaces a:last-child .oEnlace
{
	margin-bottom: 0px;
}*/

/*********************************************************************************/
/* Galeria del Paseo Virtual                                                     */
/*********************************************************************************/	
#oPnlPaseo
{
	width: 1000px;
	height: 681px;
	margin: 0 auto;
}
		
/*********************************************************************************/
/* Servicios                                                                     */
/*********************************************************************************/	
#visorSrv
{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
}
		
#contenidoSrv
{
	display: inline-block;
	width: 950px;
	height: 100%;
	float: left;
	padding: 15px;
	padding-right: 30px;
}	

#listaSrv
{
	display: inline-block;
	width: 250px;
	height: 100%;
	float: right;
}	

#listaSrv select
{
	display: none;
}

#listaSrv ul
{
	display: block;
	border-radius: 5px;
	padding: 10px;
	background-color: #E5E5E5;
}

#listaSrv li
{
	margin-bottom: 12px;
	text-align: left;
}

#listaSrv li a
{
	text-decoration: none;
	color: #444;
}		
	
#listaSrv li a:hover
{
	text-decoration: underline;
	color: #43B3E0;
	cursor: pointer;
}	

#listaSrv .currentSrv a
{
	text-decoration: none;
	color: #43B3E0;
	cursor: pointer;
	font-weight: bold;
}
		
		
/*********************************************************************************/
/* NOTICIAS - LISTA                                                              */
/*********************************************************************************/	
		
.imgPrevNoticias
{
	height: 287px;	
}	

/*********************************************************************************/
/* FOOTER                                                                        */
/*********************************************************************************/	

#contacto .\36 u span:first-child
{
	font-weight: bold;
	color: rgb(200, 200, 200);
	float: left;
}	

#contacto .\36 u span:last-child
{
	font-weight: normal;
	float: right;	
}	

#icono-alerta
{
	color: #E89B24;
	font-size: 18em;	
}		

#oPnlNoticia
{
	padding: 6em 0 6em 0;	
}


#oPnlNoticia div.nostyle
{
	padding-left: 5em;
	padding-right: 5em;
}


#oPnlCookie
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: rgb(22, 102, 160);
	color: white;
	font-weight: bold;
	padding: 5px;	
}

#oPnlCookie div
{
	width: 30px;
	height: 30px;
	float: right;
	font-size: 30px;
	cursor: pointer;	
}
		
		
#gmap
{
	width: 1000px;
	height: 450px;	
}		
		

.whatMobile
{
	display: none;
}

.whatDesktop
{
	display: block;
}

.row>*
{
	padding: 15px 0 0 25px;	
}

.row.\32 00\25>*
{
    padding: 20px 0 0 50px;
}



/*********************************************************************************/
/* Caja de avisos web                                                            */
/*********************************************************************************/	
.Motd
{
	position: fixed;
	width: 100%;
	background-color: #D43417;
	color: white;
	top: 59px;
	z-index: 1000;
}

.MotdCont
{
	width: 1200px;
	margin: auto;
	padding-top: 10px;
}

.MotdTitle
{
	font-size: 20px;
    font-weight: bold;
    color: black;	
}

.Motd .fa-exclamation-triangle
{
	font-size: 56px;
	margin-right: 20px;	
}

.MotdCont strong
{
	color: white;	
}

.MotdCont p
{
	margin-bottom: 1em;	
}
    
.MotdClose
{
	display: inline-block;
    margin-top: 20px;
    font-size: 30px !important;
	cursor: pointer;	
}

.MotdContInner
{
	display: inline-block;
	width: 1080px;
}

.MotdContIcon
{
	display: inline-block;
}


































		
		
		