
body 
{
	#background-color: #f8f8f8;
}
#container{
    #background-color: #333;
    width: 1160px;
    height: auto;
    margin: 0 auto;
    position: relative;
     
 }
#container2{
    #background-color: #333;
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
     
 }

.tarjeta{
    #width: 40px;
    #height: 40px;
    #background-color: #e74c3c;
    margin-left: 10px;
    margin-right: 10px;
    
}
.tarjeta:hover  
{
	z-index: 99;
}

.box2{
    #width: 40px;
    #height: 40px;
    #background-color: #e74c3c;
    margin-left: 11px;
    margin-right: 11px;
    
}
.box2:hover  
{
	z-index: 99;
}


.ribbon {
  position: absolute;
  right: 5px; top: 5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: -webkit-linear-gradient(#28b29e 0%, #177d6e 100%);
  background: linear-gradient(#28b29e 0%, #177d6e 100%);
  box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#0199d9;
}
*html #footer {
	margin-top: -2px; /* prevents infinite scroll if #footer have a border of 2px*/
	position: absolute;
	top: expression(documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight));
}

body
{
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.basetarjeta {
	height:auto;
	width:auto;
	padding:1.0rem 1.0rem 1.0rem;
	border-radius:.25rem;
	-webkit-transform-origin::center 3rem;
	transform-origin:center 3rem;
	overflow:hidden;
	-webkit-transition: all 400ms ease;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
	transition:transform .3s;
}

.basetarjeta:hover  
{
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
	z-index: 99;
}
.base2 {

	box-shadow:0 5px 5px #aaa;
	background:white;
	#padding:1.0rem 1.0rem 1.0rem;
	border-radius:3px;
	animation:fly-in-from-left .5s 1s ease both;
	
	-webkit-transform:top left;
	transform-origin:top left;
	overflow:hidden;
}

.base2:nth-child(even){
	animation-name:fly-in-from-right;
	animation-delay:1.1s;
	-webkit-transform-origin:top right;
	transform-origin:top right;
	
}

#botones:hover{
	
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
	
}
.botones{
transition: all .2s ease-in-out;
	
}
.botones:hover{
		-webkit-transform:scale(1.15);
	transform:scale(1.15);
	
}

a:hover{
		-webkit-transform:scale(1.15);
	transform:scale(1.15);

}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	 overflow: scroll;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 50%;
	height: auto;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: white;
	#background: -moz-linear-gradient(#fff, #999);
	#background: -webkit-linear-gradient(#fff, #999);
	#background: -o-linear-gradient(#fff, #999);
	
}

.modalDialog2 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	 overflow: scroll;
}
.modalDialog2:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog2 > div {
	width: 75%;
	height: 800;
	overflow-y:auto;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: white;
	#background: -moz-linear-gradient(#fff, #999);
	#background: -webkit-linear-gradient(#fff, #999);
	#background: -o-linear-gradient(#fff, #999);
	
}

.closeModal {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.closeModal:hover { background: #00d9ff; }

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/img/preload3.gif) center no-repeat #fff;
}
.loader {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 0% 0% 0% 0;
}
.loader img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


input[type="file"] {
    display: block;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}