@charset "utf-8";
.sombra {
	box-shadow: 5px 5px 5px gray; 
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius:10px;
}
#myInput {
  background-image: url('images/searchicon.png');
  background-position: 1px 5px;
  background-size: 30px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px 10px 30px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 14px;
}
#myTable2 {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 14px;
}

#myTable th, #myTable td {
  padding: 3px;
}

#myTable tr {
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  background-color: #ececec;
  color: black;
}
#myTable2 th, #myTable2 td {
  padding: 3px;
}

#myTable2 tr {
  border-bottom: 1px solid #ddd;
}

#myTable2 tr.header, #myTable2 tr:hover {
  background-color: #ececec;
  color: black;
}
body {
	margin:0;
	background-image:url(images/marca.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	background-size:cover;
    background-size: 100% 100%;
    width: 100%;
	background-color:#666;
}

form input[type="text"]:focus:required:invalid{
 border:2px solid red;
 }

form input:focus:invalid{
        border:2px solid red; }

.bordesuperior {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.bordeinferior {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}
/* CSS Document */
    .modalDialog {
        position: fixed;    display: none; 
        font-family: 'Libre Baskerville', serif;
	    font-family: 'Nunito', sans-serif;
        top: 0;     right: 0;       bottom: 0;      left: 0;
        background: rgba(0,0,0,0.4);
        z-index: 10001;     opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        overflow: scroll;
    }

    #openModal:target {
        opacity:1;      z-index: 10002;     display: block;
    }
    #openModal2:target {
        opacity:1;      z-index: 10003;     display: block;
    }
    #openModal3:target {
        opacity:1;      z-index: 10004;     display: block;
    }

    #openModal4:target {
        opacity:1;      z-index: 10005;     display: block;
    }
    #openModal5:target {
        opacity:1;      z-index: 10006;     display: block;
    }
    #openModal6:target {
        opacity:1;      z-index: 10007;     display: block;
    }

    #openModal7:target {
        opacity:1;      z-index: 10008;     display: block;
    }

    #openModal8:target {
        opacity:1;      z-index: 10009;     display: block;
    }
    #openModal9:target {
        opacity:1;      z-index: 10009;     display: block;
    }
    #openModal10:target {
        opacity:1;      z-index: 10009;     display: block;
    }
    #openModal11:target {
        opacity:1;      z-index: 10009;     display: block;
    }
    #openModal12:target {
        opacity:1;      z-index: 10009;     display: block;
    }
    #openModal13:target {
        opacity:1;      z-index: 10009;     display: block;
    }
    .modalDialog > div {
        width: 90%;     height: 85%;    position: relative;
        margin: 5% auto;        background: #fff;
        -webkit-box-shadow: 10px 10px 0 #777;
        box-shadow: 10px 10px 0 #777;
        border-radius: 10px;
    }

    .close {
        color:  #545454 ;       position: absolute;     right: 24px;
        text-align: center;     top: 20px;
        text-decoration: none;
    }

    .close:hover { color: #555; }       

    .dialog-header {
        background:  #c1c1c1 ;      margin: 0;      padding: 15px 20px;
        border-bottom: 1px solid #ecf0f1;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .dialog-content {
        background: #fff;       margin: 0;  padding: 20px;
    }       

    .dialog-header h2 {
        margin: 0;
        color: #34495e;
    }

    .dialog-content p {
        color: #555;
    }


.imagenmore:hover {
	filter: opacity(.5);
}
.scroll {
    width: 100%;
    height: 100px;
    overflow: scroll;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.enlace {
	background-color:#cb3b46 ;
	color:#FFF;
	padding:5px 15px;
	text-decoration:none;
	border-radius: 8px;
}
.enlace2 {
	background-color:#FFFFFF;
	color:#FFF;
	padding:5px 15px;
	text-decoration:none;
}

.enlace2:hover {
	filter: opacity(.5);
	
}
.enlace:hover {
	background-color: #949a32;
}
.parent {
    width: 500px;
}
.inferior {
    border-bottom: solid 1px  gray;
}
.ver {
    display: block;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 30px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.logo1 {
	position:absolute;
	top:100px;
	right:100px;
}
/*Estilos para Formularios*/
.titulos {
	font-size:16px;
	font-weight:bold;
}
.textbox{
	  border: 1px solid #CCC;
	  width:80%;
	  font-size: 14px;
	  
	  padding-left: 3px;
	  padding-right: 3px;
	  padding-top:7px;
	  padding-bottom: 5px;
	  border-radius: 4px;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -o-border-radius: 4px;
	  background: #FFFFFF;
	  background: linear-gradient(left, #FFFFFF, #F7F9FA);
	  background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);
	  background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);
	  background: -o-linear-gradient(left, #FFFFFF, #F7F9FA);
	  color: #2E3133;
}
.textbox1 {
	
	  border: 1px solid #CCC;
	  width:100px;
	  font-size: 14px;
	  font-family: 'Libre Baskerville', serif;
      font-family: 'Nunito', sans-serif;
	  padding-left: 3px;
	  padding-right: 3px;
	  padding-top:7px;
	  padding-bottom: 5px;
	  border-radius: 4px;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -o-border-radius: 4px;
	  background: #FFFFFF;
	  background: linear-gradient(left, #FFFFFF, #F7F9FA);
	  background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);
	  background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);
	  background: -o-linear-gradient(left, #FFFFFF, #F7F9FA);
	  color: #2E3133;
}
}

/*Termina estilos para Formularios*/
.botones {
width:200px;height:40px; font-size:18px; background-color:  #728890   ; color:#FFF;
text-decoration: none;
}

.botones:hover {
    background-color: #1e3a65 ;
}
.botones2 {
width:200px;height:40px; font-size:18px; background-color:#00b2d6; color:#FFF; padding:8px 20px; text-decoration:none;
}
.botones3 {
width:200px;height:40px; font-size:18px; background-color:#ffffff; color:#000; padding:8px 20px; text-decoration:none;
}
/*Termina secciÃ³n para login*/

* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
iframe.ytb-embed {
max-width: 96% !important;
display: block;
margin: 10px auto;
}
.logo {
	background:#FFF;
	padding:2px;
	}

.logo:hover {
	background:#FFF;
}

.espacios {
	padding:20px 50px;
}




.fondo-negro {
	background:#000;
	color:#FFF;
}
.opaco {
	opacity: 0.8;
}
.fondo-fucsia {
	background:#00b2d6;
	color:#FFF;
}
.fondo-imagen {
	background-image:url(images/marca.png);
}
.fondo-gris {
	background-color:#666;
}
.main{
	width:70%;
	background:#FFF;
	padding:20px;
	float:left;
	box-sizing:border-box;
}
.sinbordes {
	padding:0px;}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
html {
    

}
row {
	padding:0px;
}
.header {
    background-color: #4f4e53 ;
    color: #ffffff;
    width: 100%;
}
.flotar {
  	overflow: auto;
}
.flotar img {
	 float: left;
}

.aside {
    /*background-color: #FFF;*/
    padding: 0px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    /*box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}
.tamano{
	width:100%;
	height:200px;
}
.aside1 {
    background-color: #FFF;
    padding: 15px;
    color: #000000;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.footer {
    background-color: #FFF;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
.footer1 {
    background-color: #32a9b7 ;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    padding: 10px;
}
/*Barra de Navegacion*/
.menu_bar {
	display:none;
}
 
header {
	width: 100%;
}

header nav {
	background:#949a32;
	z-index:1000;
	max-width: 100%;
	padding:0px;
	width:100%;
	margin:0;
}
/*header nav {
    width: 18%;
    height: 100%;
    margin: 0;
    position: fixed;
    background: #4f4e53;
    z-index: 1000;
    overflow-y: scroll;

}*/

 /*header nav {
    height: calc(100% - s80px);
    position: fixed;
    right:100%;
    left: 0;
    margin: 0;
}*/

header nav {
	background: #949a32;
	z-index:1000;
	max-width: 1800px;
	padding:0px;
	width:100%;
	margin:0;
}
header nav ul {
	list-style:none;

}


header nav ul li {
	display:inline-block;
	position: relative;

}

/*.menu_bar {
    display: block;
    width: 100%;
    background:#4f4e53;
}
 .menu_bar .bt-menu {
    display: block;
    padding: 10px;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
	}*/
header nav ul li:hover {
	/*background: #cb3b46;*/
	color:#000;
	margin:0;
}

header nav ul li a:hover {
	color:#cb3b46;
	font-weight: bold;
  /*  background-color:#cb3b46;*/
    font-size: 12px;
    padding: 12px;
	}

header nav ul li a {
	color:#fff;
	display:block;
	/*background: gray;*/
	text-decoration:none;
	font-size: 12px;
	padding: 10px;
	margin-left:14px;
	margin-top:0px;
	  text-decoration: none;
	  letter-spacing: 0.1em;
	  display: block;
	  transition: all ease-out 300ms;
	  color: rgba(#FFF, 0.75);
}


header nav ul li a span {
	margin-right:10px;
}

header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	background:#698c70;
	position: absolute;
	width: 100%;
	z-index:1000;
}

header nav ul li .children li {
	display:block;
	overflow: hidden;
	/*border-bottom: 1px solid rgba(255,255,255,.5);*/
}

header nav ul li .children li a {
	display: block;
}

header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
.centrado {
	position: relative;
	left:7%;
    top: 50%;
    width: 100%;
}
.scroll {
    width: 100%;
    height: 450px;
    overflow: scroll;
}
/*Fin Barra de Navegacion*/
/* For desktop: */
.col-1 {width: 12%; padding:0px;}
.col-2 {width: 18%; padding:0px;}
.col-3 {width: 26%; padding:0px;}
.col-4 {width: 32%; padding:0px;}
.col-5 {width: 40%; padding:0px;}
.col-6 {width: 48%; padding:0px;}
.col-7 {width: 60%;  padding:0px;}
.col-8 {width: 75%; padding:0px;}
.col-9 {width: 70%; }
.col-10 {width: 80%;}
.col-11 {width: 86%; padding:0px;}
.col-12 {width: 100%;  padding:0px;}

@media screen and (max-width: 1024px)
{
}
@media screen and (max-width: 650px)
{
	  .modalDialog > div {
	        width: 100%;
	        height: 80%;
	    }
	    .modalDialog {
	        padding-top: 100px;
	    }

    .subir {
        padding-top: 10px;
    }
  
	table {
		width:100%;
		height:100%;
	}
	table tr {
		border-bottom-style:solid;
		border-bottom-color:#666;
		border-bottom-width:1px;
	}

/*Termina secciÃ³n de Login*/
    .flotar img {
            display:none;
    }
	body {
		padding-top:60px;
		margin:0;
		background-image:url(images/marca.png);
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:left;
		background-size:cover;
	    position: relative;
		background-color:#666;
	}

	.menu_bar {
		background:#949a32;
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#000;
		z-index:1000;
        
	}
    .centrado {
        position: relative;
        left:0;
        top: 50%;
        width: 100%;
    }
	.menu_bar .bt-menu {
		background:#949a32;
		display: block;
		padding: 10px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header nav {
		background:#949a32;
		width: 60%;
		height: calc(100% - s80px);
		position: fixed;
		right:100%;
		left: -100%;
		margin: 0;
		overflow: scroll;
	}

	header nav ul li {
		display: block;
		/*border-bottom:1px solid rgba(255,255,255,.5);*/
	}

	header nav ul li a {
		display: block;
	}

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	header nav ul li .children li a {
		margin-left:20px;
	}

	header nav ul li .caret {
		float: right;
	}

    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
	.fondo-fucsia-min {
	background:#00b2d6;
	color:#FFF;
}
@media screen and (max-width: 580px)
{

		body {
			margin:0;

		}

	table {
		width:100%;
		height:100%;
	}

}

