@charset "utf-8";

body {
    display: block;
    margin: 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fef6ff), to(#fef6ff));/*, color-stop(0.5, #fef6ff));*/
	background: -o-linear-gradient(top, #fef6ff, #fef6ff);
	background: -moz-linear-gradient(top, #fef6ff, #fef6ff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef6ff', endColorstr='#fef6ff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef6ff', endColorstr='#fef6ff')";
	
}


/*menu*/

.mainWrap{
	width:1000px;
	margin:0 auto;
	position: absolute;
	z-index:9998;
}

.title{
	margin:100px 0 20px 0;
	text-align:center;
	color:#3E4156;
}

.back{
	text-align:center;
}

nav{
	display:block;
	margin-top: 17px;
	margin-left: 18px;
	background:#1e1e1e;
}

.menu{
	display:block;
}

.menu li{
	display: inline-block;
	position: relative;
	z-index:100;
}
/******************************************************************/
.menu li:first-child{
	margin-left:0px;
        
}

.menu li a {
	font-weight:600;
	text-decoration:none;
	padding:11px;
	display:block;
	color:#ffffff;

-webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover, .menu li:hover > a{
	color:#ffffff;
	background:#424242;
} /*fondo color menu letras*/

.menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 160px;
	position: absolute;
	top: 42px;
	left: 0px;
	background: #ffffff;
}

.menu ul li {
	display:block;
	float: none;
	background:none;
	margin:0;
	padding:0;
}

.menu ul li a {
/*tamano letras menu*/
	font-size:18px;
	font-weight:normal;
	display:block;
	color:#797979;
	border-left:3px solid #ffffff;
	background:#ffffff;
}

.menu ul li a:hover, .menu ul li:hover > a{
	background:#f0f0f0;
	border-left:3px solid #9CA3DA; /*color rayita submenu*/
	color:#797979;
}

.menu li:hover > ul{ 
	display: block;
}

.menu ul ul {
	left: 149px;
 	top: 0px;
}

.mobile-menu{
	display:none;
	width:100%;
	/*padding:11px;*/
	background:#1e1e1e;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:600;
}

.mobile-menu:hover{
	background:#3E4156;
	color:#ffffff;
	text-decoration:none;
}


@media (min-width: 768px) and (max-width: 979px) {

	.mainWrap{width:768px;}
	.menu ul {top:37px;}
	.menu li a{font-size:12px;
	padding:10px;}
}

@media (max-width: 979px) {

	.mainWrap{width:auto;padding:0px 0px;}

	/*.menu{display:none;}*/

	.mobile-menu{display:block;
	margin-top:15px;
}

nav{
	margin:0;
	background:none;
}

.menu li{
	display:block;
	margin:0;
}

.menu li a {
	background:#ffffff;
	color:#797979;
	border-top:10px solid #e0e0e0;
	border-left:3px solid #ffffff;
}

.menu li a:hover, .menu li:hover > a{
	background:#f0f0f0;
	color:#797979;
	border-left:3px solid #9CA3DA;
}

.menu ul {
	display:block;
	position:relative;
	top:0;
	left:0;
	width:100%;
}

.menu ul ul {
	left:0;
}

}

@media (max-width: 480px) {

}


@media (max-width: 320px) {
}

/*fin menu prueba*/


/*Menu

ul.topnav {
	  list-style-type: none;
	  margin: 0;
	  padding: 10;
	  overflow: hidden;
	  background-color: #1e1e1e;
	  position: fixed;
	  z-index: 9999;
	}


	ul.topnav li {float: left;}

	ul.topnav li a {
	  display: inline-block;
	  color: #fafafa;
	  text-align: left;
	  padding:14px 20px;
	  text-decoration: none;
	  transition: 0.3s;
	  font-size: 17px;

	}

	ul.topnav li a:hover {background-color: #333C87;}

	ul.topnav li.icon {display: none;}

	.active{
		
		background-color: #000;
	}

	@media screen and (max-width:950px) {
	  ul.topnav li:not(:first-child) {display: none;}
	  ul.topnav li.icon {
	    float: right;
	    display: inline-block;
	  }
	}

	@media screen and (max-width:950px) {
	  ul.topnav.responsive {position: fixed;}
	  ul.topnav.responsive li.icon {
	    position: absolute;
	    right: 0;
	    top: 0;
	  }
	  ul.topnav.responsive li {
	    float: none;
	    display: inline;
	  }
	  ul.topnav.responsive li a {
	    display: block;
	    text-align: left;
	  }
	}
fin menu*/

.search{
	margin:-35px 845px;
	background: transparent;
	position: absolute;
}

.searchGal{
	margin:-5px 825px;
	background: transparent;
	position: absolute;
}


.header_resize {
	margin:-10px auto;
	padding:50;
	width:97%;
	height: auto;
}

.header_resizeGal {
	margin:-10px auto;
	padding:50;
	width:97%;
	height: auto;
}

.content {
	margin-bottom:12px;
}

.content_resize {
	margin:auto;
	padding:1px;
	width:100%;
	max-width: 1000px;

}

.sidebar {
	/*color recuadro izquierda*/
	padding:0px;
	margin:0px;
	/*float:left;*/
	width:31%;
	height: 40%;
	min-width: 31%;
	background:#E8E8FF;
	float: left;
	position: relative;
}

@media (max-width: 640px) and (min-width: 100px) {
.sidebar {
display: none !important
}}


.conten_textoindex
{
    background-color: #f3faff;
    border: 3px solid black;
    height:100%;
    width:100%;
    min-width:80%;
    padding:20px;
    margin: 70px 0 0 5px;
    position: relative;
}	

.conten_textoGal
{
    background-color:#f3faff;
    border: 3px solid black;
    height:100%;
    width:100%;
    padding:20px;
    margin: 300px 0 0 5px;
    position: relative;
}

.conten_texto
{
    background-color: #f3faff;
    border: 3px solid black;
    height:100%;
    width:100%;
    min-width:27%;
    padding:20px;
    margin: 300px 0 0 5px;
    position: relative;
}

.img
{
    float: right;
    margin-right: -2em;
    margin-left: 1em;
    margin-bottom: 0em;
    margin-top: 2em;
}


/*header negro*/
#header{
  position: absolute;
  top:0;
  width:100%;
  height:75px;
  background-color:#1e1e1e;
  color:#fff;
  padding-bottom: 25px;
  padding-right: 0px;
  border-top: 5px solid #000;
  z-index: 9998;
  -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/*header azul*/
#headerLogo{
  position: absolute;
  width:100%;
  height:200px;
  background-color:#4353D1;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top:75px;
  z-index: -9998;
  -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.headerimg{
	position: absolute;
	display:block; text-align:center;
	width: auto;
    height: auto;
	margin-left:60px;
	margin-top:80px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}


.footer {
 	width: 100%;
    height:100%;
    /*margin-top:50px*/;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background: #1e1e1e;
    border-top: 5px solid #000;
    position: relative;
    padding-right: 0px;
    padding-bottom:0px;
}



.mapa{

	text-align: center;

}

@media (max-width: 328px) and (min-width: 100px) {
.mapa {
overflow: hidden;
/*display: inline !important;*/
}}

.myButton {
	-moz-box-shadow: 3px 4px 0px 0px #1564ad;
	-webkit-box-shadow: 3px 4px 0px 0px #1564ad;
	box-shadow: 3px 4px 0px 0px #1564ad;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5063AD), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #5063AD 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #5063AD 5%, #378de5 100%);
	background:-o-linear-gradient(top, #5063AD 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #5063AD 5%, #378de5 100%);
	background:linear-gradient(to bottom, #5063AD 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5063AD', endColorstr='#378de5',GradientType=0);
	background-color:#5063AD;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:77px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:12px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #5063AD));
	background:-moz-linear-gradient(top, #378de5 5%, #5063AD 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #5063AD 100%);
	background:-o-linear-gradient(top, #378de5 5%, #5063AD 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #5063AD 100%);
	background:linear-gradient(to bottom, #378de5 5%, #5063AD 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#5063AD',GradientType=0);
	background-color:#378de5;
}
.myButton:active {
	position:relative;
	top:1px;
}

/*GOTOTOP*/

.cd-top {
  display: inline-block;
  height: 35px;
  width: 35px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  z-index: 99999;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(202, 202, 202, 0.6) url(../image/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s 0s, visibility 0s .3s;
  -moz-transition: opacity .4s 0s, visibility 0s .3s;
  transition: opacity .4s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .4s 0s, visibility 0s 0s;
  -moz-transition: opacity .4s 0s, visibility 0s 0s;
  transition: opacity .4s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #1e1e1e;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 65px;
    width: 65px;
    right: 30px;
    bottom: 30px;
  }
}