h3 {
	color: #084059;
	margin: 0px;
	padding: 0px;
	font-weight:600;
	font-size:22px;
}
.modal-dialog {

    width: 900px;
    margin: 30px auto;

}

.imgRedonda img {
    width:45%;
   /* height:80%;*/
    border-radius:150px;
}

*{
	padding:0;
	margin:0;
}
body {
    width: 100%;
    height: 100%;
	overflow-x: hidden;
   
}

html {
    width: 100%;
    height: 100%;
}
.fac {
	color: #fff;
	background: #a90959;
	padding: 15px;
	float: right;
	margin-top: 20px;	

}
.fac a {
    color: #fff;
 
}

.fac:hover {
	color: #fff;
	background: #890748;
}

#fecha {

    color: #fff;
    background: #084059;
    font-size: 12px;
    height: 21px;

}
#fecha a {

    color: #fff;
 
}

#fecha a:hover {
	color: #FDD9EB; 
}

.map-container {
    width: 100%;
}
.map-container iframe {
    display: block;
    pointer-events: none;
    position: relative;
    width: 100%;
}
.map-container iframe.clicked {
    pointer-events: auto;
}

.bt {
	background: rgb(169, 9, 89) none repeat scroll 0 0;
	border: 1px solid #a90959;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 19px;
	letter-spacing: 5px;
}
.bt:hover {
	background: rgb(205, 12, 108) none repeat scroll 0 0;
	border: 1px solid #CD0C6C;
}

/* Back to top button  */
#back-top { position: fixed;     bottom: 30px;     margin-left: 80%; } 
#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font-family: "Poppins";
	text-decoration: none;
	color: #bbb;
	/* background color transition */    -webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	font-size: 11px;
	line-height: 100%;
} 
 #back-top a:hover {     color: #000; } /* arrow icon (span tag) */
 #back-top span {     width: 50px;     height: 50px;     display: block;     margin-bottom: 7px;     background: #ddd url(../images/up-arrow.png) no-repeat center center;     /* rounded corners */    -webkit-border-radius: 5px;     -moz-border-radius: 5px;     border-radius: 5px;     /* background color transition */    -webkit-transition: 1s;     -moz-transition: 1s;     transition: 1s; } 
 #back-top a:hover span {     background-color: #C7C7C7; } 


.ia-container {
	width: 90%;
	margin: 20px auto;
	overflow: hidden;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.08);
	border: 7px solid rgba(255,255,255,0.6);
}

.ia-container figure {
    position: absolute;
	top: 0;
	left: 50px; /* width of visible piece */
	width: 715px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.6);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ia-container > figure {
    position: relative;
	left: 0 !important;
}

.ia-container img {
	display: block;
	width: 100%;
}

.ia-container input {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px; /* just cover visible part */
	height: 100%;
	cursor: pointer;
	border: 0;
	padding: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ia-container input:checked{
	width: 5px;
	left: auto;
	right: 0px;
}
.ia-container input:checked ~ figure {
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
	left: 715px;
}

.ia-container figcaption {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ia-container figcaption span {
	position: absolute;
	top: 40%;
	margin-top: -30px;
	right: 20px;
	left: 20px;
	overflow: hidden;
	text-align: center;
	background: rgba(87, 73, 81, 0.3);
	line-height: 20px;
	font-size: 18px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 700;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
} 
.ia-container figcaption span a {
	color: #fff;
} 
.ia-container figcaption span a:hover {
	color: rgba(87, 73, 81, 0.9);
}
.ia-container input:checked + figcaption,
.ia-container input:checked:hover + figcaption{
	background: rgba(87, 73, 81, 0);
}

.ia-container input:checked + figcaption span {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
	opacity: 1;
	top: 50%;
}

.ia-container #ia-selector-last:checked + figcaption span {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.ia-container input:hover + figcaption {
	background: rgba(87, 73, 81, 0.03);
}

.ia-container input:checked ~ figure input{
    z-index: 1;
}

@media screen and (max-width: 720px) {
    .ia-container { 
		width: 540px; 
	}
	
	.ia-container figure { 
		left: 40px; 
		width: 260px; 
	}
	
	.ia-container input { 
		width: 40px; 
	}
	
	.ia-container input:checked ~ figure { 
		left: 260px; 
	}
	
	.ia-container figcaption span { 
		font-size: 16px; 
	}
}

@media screen and (max-width: 520px) {
    .ia-container { 
		width: 320px; 
	}
	
	.ia-container figure { 
		left: 20px; 
		width: 180px; 
	}
	
	.ia-container input { 
		width: 20px; 
	}
	
	.ia-container input:checked ~ figure { 
		left: 180px; 
	}
	
	.ia-container figcaption span { 
		font-size: 12px; 
		letter-spacing: 2px; 
		padding: 10px; 
		margin-top: -20px; 
	} 

}


.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
  /*border: 1px solid #ccc;*/
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
	position: relative;
	padding: 10px;
	font-size: 16px;
	display: block;
	cursor: pointer;
	color: #084059;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #084059;
	background-color: #EFEDE9;
	margin-bottom: 4px;
}

.smk_accordion:hover .accordion_in:hover .acc_head:hover {
	background-color: #EAE7DF;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  background: url(../images/plusminus.png) center 0;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
 /* background: #F9F9F9;
  color: #7B7E85;*/
  padding: 3px 10px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 3px 3px 0 0;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}

.smk_accordion .accordion_in.acc_active > .acc_head {
  background: #EAE7DF;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(../images/plusminus.png) center -18px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 40px;
  margin-top: 3px;
}


 #cotizador {
	color: #666;
	font-size: 13px;
} 

li{
	list-style:none;
}
.footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #084059;
	text-align: left;
	color: #ffffff;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #084059;
	/*background-image: url(../images/fondo.jpg);
	background-repeat:  repeat;*/
}
.fancy-header1 {
    clear: both;
    display: block;
    margin: 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.fancy-header1 h2 {
	display: inline-block;
	font-size: 36px;
	position: relative;
	color: #084059;
}
.fancy-header1 h2::after, .fancy-header1 h2::before {
    border-bottom: 1px solid #333333;
    content: "";
    height: 0;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    width: 80px;
}
.fancy-header1 h2::after {
    right: -90px;
}
.fancy-header1 h2::before {
    left: -90px;
}
.table h2{
 margin-top: 5px;
  margin-bottom: 5px;	
}
.bco{
	/*box-shadow:0 4px 5px -3px #ececec;*/
	position:relative;
	background-color: rgba(255,255,255,.85);
}
.boxed {
	background: #F2F0EC;
	padding: 10px;
	border-left: 1px solid #084059;
}
.campo-ch {
	background: #f2f0ec none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #084059;
	font-size: 14px;
	padding: 5px;
	width: 100%;
	margin-bottom: 1px;
}
input, textarea {
	background: #f2f0ec none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #084059;
	font-size: 14px;
	padding: 5px;
	width: 100%;
	margin-bottom: 1px;
}
.campo {
	background: rgb(125, 14, 66) none repeat scroll 0 0;
	border: 1px solid #084059;
	color: #fff;
	font-size: 14px;
	padding: 5px;
	width: 100%;
	margin-bottom: 1px;
}
.boton {
    background: rgb(169, 9, 89) none repeat scroll 0 0;
    border: 1px solid #084059;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    width: 100%;
}
.cn_submit_bb{
    background: rgb(169, 9, 89) none repeat scroll 0 0;
    border: 1px solid #084059;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    width: 100%;
}
h1 {
	font-family: "Poppins",sans-serif;
	color: #084059;
	font-weight: 400;
    font-size: 30px;
}

h2 {
	color: #084059;
	font-weight: 400;
	font-size: 22px;
}
.carousel-caption h3 {
	font-family: "Poppins",sans-serif;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 30px;
	background-color: rgba(0,0,0,.50);
	padding: 10px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 90px;
    height: 90px;
    width: 90px;
    margin-top: -70px;
    font-family: "Poppins",sans-serif;
    font-weight: 300;
}


.btn-default {
	width:40%;
   background-color: #084059;
  border-color: #ffffff;
color: #FFFFFF;
}
.btn-default:hover,
.btn-default:focus {
	
  background-color: #CD0C6C;
	/*background-position: 0 -15px;*/
  color: #FFFFFF;
  border-color: #ffffff;

}
.btn-default:active,
.btn-default.active {
  background-color: #084059;
  border-color: #ffffff;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #084059;
  background-image: none;
}

/*# sourceMappingURL=bootstrap-theme.css.map */
.carousel-fade .carousel-inner {
	background: #084059;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #084059;
}
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 35px;
  font-weight:300;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev {
	margin-left:  -15px;
	left: 50%;
	/*background-image: url(../images/arrow_prev.png);
	background-repeat: no-repeat;*/
} /* Prev */
  .carousel-control .next {
	margin-right: -15px;
	right: 50%;
	/*background-image: url(../images/arrow_next.png);
	background-repeat: no-repeat;*/
} /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }
  .table-responsive {
  
    border: none;
}

  table.width200,table.rwd_auto {/*border:1px solid #ccc;*/width:100%;/*margin:0 0 50px 0*/}
        .width200 th,.rwd_auto th {/*background:#ccc;padding:5px;text-align:center;*/ font-weight:100;}
        .width200 td,.rwd_auto td {/*border-bottom:1px solid #ccc;padding:5px;text-align:center*/}
        .width200 tr:last-child td, .rwd_auto tr:last-child td{border:0}
        
    .rwd {width:100%;overflow:auto;}
        .rwd table.rwd_auto {width:auto;min-width:100%}
            .rwd_auto th,.rwd_auto td {}
            
    @media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1024px)  
    {
    
        table.width200, .width200 thead, .width200 tbody, .width200 th, .width200 td, .width200 tr { display: block; }
        
        .width200 thead tr { position: absolute;top: -9999px;left: -9999px; }
        
        .width200 tr { /*border: 1px solid #ccc;*/ }
        
        .width200 td { border: none;/*border-bottom: 1px solid #ccc;*/ position: relative;padding-left: 50%;text-align:left }
        
        .width200 td:before {  position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap;}
        
        .width200 td:nth-of-type(1):before { content: "Nombre"; }
        .width200 td:nth-of-type(2):before { content: "Apellidos"; }
        .width200 td:nth-of-type(3):before { content: "Cargo"; }
        .width200 td:nth-of-type(4):before { content: "Twitter"; }
        .width200 td:nth-of-type(5):before { content: "ID"; }
        
        .descarto {display:none;}
        .fontsize {font-size:8px}
		        .sacar {
    display: none;
}
#fecha {
    display: none;
}
.modal-dialog {

    width: 400px;
    margin: 30px auto;

}
.modal-dialog img {

    width: 100%;
  

}
    }
    
    /* Smartphones (portrait and landscape) ----------- */
    @media only screen and (min-width : 320px) and (max-width : 480px) 
    {
        .sacar {
    display: none;
}
#fecha {
    display: none;
}
        .descarto {display:none;}
    }
    
    /* iPads (portrait and landscape) ----------- */
    @media only screen and (min-width: 768px) and (max-width: 1024px) 
    {
      .sacar {
    display: none;
}
#fecha {
    display: none;
}
        .descarto {display:none;}
        .fontsize {font-size:10px}
    }
  @media (max-width: 768px) {

.smk_accordion .accordion_in .acc_head {
	padding: 8px;
	margin-bottom: 2px;
}

.imgRedonda img {
    width:70px;
   /* height:80%;*/
    border-radius:150px;
}
.imgIcon {
    width:15px;
   /* height:80%;*/
}
.imgObit {
    width:30px;
   /* height:80%;*/
}
  .fancy-header1 h2 {
	font-size: 26px;
}
.carousel-caption h3 {
	font-size: 18px;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
}
.carousel-indicators li.active{
    width: 8px;
    height: 8px;
}
.small-logo {
    width: 60%;
}
.small-icon {
    width: 65%;
}
.fancy-header1 {
    margin: 10px 0;

}
.navbar {
    margin-bottom: 5px;
    margin-top: 5px;
}
.navbar-brand, .navbar-nav > li > a {
    line-height: 20px;
    font-size: 14px;
}
.navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
    font-size: 13px;
}

h1 {
   font-size: 26px;

}
h2 {
   font-size: 14px;
   margin-top: 5px;
   margin-bottom: 5px;

}
td h2 {
   font-size: 14px;
   margin-top: 5px;
   margin-bottom: 5px;

}
body {
  font-size: 13px;
  line-height: 1.32857143;
  font-family:'Poppins', sans-serif}

.campo {
    font-size: 13px;
}

.navbar-fixed-top
{
  position: static;
	
}
.container {
    margin-bottom: 0px;
}
#hora {
    display: none;
}
.sacar {
    display: none;
}
#fecha {
    display: none;
}
h3 {
	color: #084059;
	margin: 0px;
	padding: 0px;
	font-weight:600;
	font-size:17px;
}
}
