@font-face{
		font-family: "electric";
	src: url("../fuente.eot");
	src: url("../fuente.eot?#iefix") format("embedded-opentype"),
	     url("../fuente.woff") format("woff"),
	     url("../Triomphe-Regular.otf") format("truetype"),
	     url("../fuente.svg#kimberley") format("svg");

}

@font-face{
		font-family: "arena";
	src: url("../fuente.eot");
	src: url("../fuente.eot?#iefix") format("embedded-opentype"),
	     url("../fuente.woff") format("woff"),
	     url("../fonts/ArenaBlackExtended.ttf") format("truetype"),
	     url("../fuente.svg#kimberley") format("svg");

}

body {
	background:#d6cdcd;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: "electric";
    height: 100%;
}

h1, h2, h3, h4, h5 {
	color: #fff;
	letter-spacing: 3px;
	font-weight: 400;
    background: #016AA3;
    border-radius: 20px;
    max-height: 1000px;
    text-align: center;
}
h3{
	color: #fff;
    font-size: 20px;
	letter-spacing: 3px;
	font-weight: 400;
    background:#18395E;
    border-radius: 20px;
    max-width: 98%;
    text-align: center;
}
h6 {
    color:#18395E;
	letter-spacing: 3px;
	font-weight: 400;
    font-size: 1.7em;
}

p {
    font-size: 1em;
    line-height: 1.6;
    color: white;
	 text-align: center;
	 letter-spacing: 2	px;
}

hr {
	border-color: #999999;
	max-width: 400px;
}

/* 
  =====================================
  CSS for <iframe> embedded Google Map
  ===================================== 
*/
.mapWrapper {
    position: relative;
    /* 
    Do math with the height of your iframe divided by the width, then converted to percent
    In this example the height is 400 and the width is 600
    400 / 600 = .66666667 
    which is 66.6666667% */
    padding-bottom: 77%; 
    height: 0;
    margin-top: -20px;
    margin-bottom: 20px;
}
.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Nuevo codigo */

.texto {
	text-align: left;
	color: #000;
	font-size: 15px;
}

.cap {
	text-align: center;
	font-size: 28px;
	margin-top: 40px;
	color: #FE7100;
}

.ficha {
	text-align: center;
	font-size: 16px;
	color: #FE7100;
}

.cajaprincipal {
    background: #fff;
	text-align: left;
	color: #000;
	font-size: 24px;
    font-family: Berlin Sans FB;
}
.caja-texto {
    height: auto;
    width: 102%;
    background: #FFFFFF;
	text-align: left;
	color: #000000;
	font-size: 15px;
}
iframe.ytb-embed {
max-width: 96% !important;
display: block;
margin: 10px auto;
}

.caja-texto2 {
    background: #FFFFFF;
	text-align: center;
	color: #000000;
	font-size: 20px;
}

.fform {
	background: #001695;
	display: inline-block;
	margin-left: 120px;
	padding: 8px;
	margin-bottom: 8px;
}

.fform label{	
	color: #fff;
}

.fslyder {
	background: url(../img/arrancauto_fondo.jpg) no-repeat center center fixed;
}

.fbody {
	background: #7BA5D7;
	width: 100%;
}

.bbody {
	background: #fff;
	width: 100%;
}

.desalinear {
	margin: -70px;
}

.subencabezados {
	color: #fff;
	text-align: center;
	background: #848484;
	padding: 4px 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.subencabezadosdos {
	color: #fff;
	text-align: CENTER;
	background: #848484;
	padding: 8px 0px 8px 8px;

	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.subencabezadostres {
	color: #fff;
	text-align: CENTER;
	background: #848484;
	padding: 8px 0px 8px 8px;
	font-size: 1.5em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.textos {
	background: #5C89B3;
	color: #fff;
	padding: 8px;
	font-size: 1.2em;
	margin-bottom: 40px;
}

.textosdos {
	margin-top: 20px;
	color: #000;
	padding: 8px;
	font-size: 1.8em;
	margin-bottom: 40px;
	line-height: 50px;
}

.contactanos {
	color: #fff;
	background: #18395E;
	text-align: center;
	padding: 8px;
	font-size: 1.8em;
	border-radius: 8px 8px 0px 0px;
}




.blanco{
	background:#FFFFFF;
}



.fondo-negro{
	background: url(../img/fondo-sicomweb-01.jpg) ;
	background-repeat: repeat-x;
   background-position: bottom center;
	z-index: 1000000000000000;
}

.fondo-azul{
	background: #00C8F4;

}

.carousel-indicators {
    bottom: -10px;
}





.container-fluid {
		padding: 0px;
    height: 100%
	}

.btn-2 {
	background: transparent;
	color: white;
	border: 2px solid #E68F00;
	display: block;
   margin-left: auto;
   margin-right: auto;
	font-size:30px;
   border:none;
	margin-top: -130px;
}

#forma {
    padding: 20px;
}

label {
    font-size: 20px;
    color: #000;
}

.tit {
	color:#fff;
}

.tot {
	color:#000;
}

.caja-inicio {
	color: #000000;
   	background: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 40px;
    font-size: 15px;
	width: 100%;
	display: inline-block; 
	text-align: left;
}

.caja-contacto{
	color:white;
    margin-top: 70px;
    margin-bottom:0px;
    font-size: 25px;
	width: 100%;
	display: inline-block; 
	text-align: justify;
}

.caja-2 {
	background: #000000;
   font-size: 17px;
	width: 100%;
	display: inline-block; 
	text-align: center;
}

.caracteristicas {
	background: #005793;
	color: aquamarine;
   padding:15px 15px 15px 15px;
   margin-top: 0px;
   margin-bottom:0px;
   font-size: 17px;
	width: 100%;
	display: inline-block; 
	text-align: center;
	border-radius: 13em/3em;
	-webkit-transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out;
   -o-transition: all 1s ease-in-out;
   transition: all 1s ease-in-out;
}

.caracteristicas:hover {
		background: #FF4500;
	color: white;
   padding:15px 15px 15px 15px;
   font-size: 17px;
	width: 100%;
	display: inline-block; 
	text-align: center;
	border-radius: 13em/3em;
	-webkit-transform: rotate(360deg);
   -moz-transform: rotate(360deg);
   -o-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
}

.form-control {
    font-size: 20px;
    border: 2px solid #000;
    color: #716E66 !important;
	  height: 38px;
  	 padding: 2px 12px;
}

.form-inline {
	background: #000;
}

.btn-default-2{
    border: 2px solid #96D6D7;
}

.btn-default{
    font-size: 20px;
    border: 2px solid #96D6D7;
}

/* Aquí acaba */

.img-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:none;
	margin-top: 1px;
}

.img-center-2{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:none;
	margin-top: 20px;
	margin-bottom: 0px;
	
}

.brand,
.address-bar {
	display: none;
}
.navbar-brand {
	letter-spacing: 3px;
	font-weight: 900;
}

.navbar-nav {
	margin: auto;
	letter-spacing: 7px;
	font-weight: 900;
}

.img-full {
	min-width: 100%;
}

.brand-name {
	font-weight: 700;
	font-size: 1.5em;
	text-transform: capitalize;
	letter-spacing: normal;
}

.tagline-divider {
	margin: 15px auto 3px;
	border-color: #999999;
	max-width: 250px;
}

.box {
	background: #fff;
	background: rgba(255,255,255,0.6);
	margin-bottom: 20px;
	padding: 20px;
/*  padding: 30px 15px;*/
}


.intro-text {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.25em;
	font-weight: 400;
}

.img-border {
	float: none;
	margin: 0 auto 0;
	border: #999999 solid 1px;
}

.img-left {
	float: none;
	margin: 0 auto 0;
}

strong{
	color: #012863;
}
footer {
   background:#18395E;

}

footer p{
	color:#FFF;
  margin: 0;
  font-size: 1.1em;
	text-align: justify;

}
footer h3{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
footer a{
	color: #fff;
}

footer a:hover{
	color: #edc690;
}
footer a hover{
	color: #7c3c3c;
}
/*GALERIA*/

span.over {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
	cursor: pointer
}

span.over {
	background: rgba(0, 182, 223, 0.46);
}

#screenshots  {
	background:#fff;
	min-height:250px;
	padding:0;
	text-align:center
}

#screenshots ul {
	padding:0;
	margin:0;
	list-style:none
}

#screenshots ul li {
	padding:0;
	margin:0;
	float:left;
	position:relative
}

#screenshots ul li a {
	width: 100%;
	height: 100%;
	float:left;
	display:block
}

.zoom-icon {
	width: 128px!important;
	height: 128px!important;
	position: absolute;
	top:30%;
	left:34%;
	border:0!important;
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
	-ms-box-shadow:none!important;
	-o-box-shadow:none!important;
	border:0!important
}

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

.brand {
	display: inherit;
	font-weight: 700;
	font-size: 5em;
	line-height: normal;
	text-align: center;
	margin: 0;
	padding: 30px 0 10px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.top-divider {
	margin-top: 0;
}

.img-left {
	float: left;
	margin-right: 25px;
}

.address-bar {
	display: inherit;
	text-align: center;
	margin: 0;
	padding: 0 0 40px;
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.navbar {
	border-radius: 0;
}

.navbar-header {
	display: none;
}

.navbar {
	min-height: 0;
}

.navbar-default {
	font-size: 14px;
	background: #18395E;
	border: none;
	width: 100%;
	margin: auto;
	
}

.nav>li>a {
	
	float: left;

}

.navbar-nav>li>a {
	line-height: normal;
}

.navbar-nav {
	float: none;
	margin: 0 auto;
	
	display: table;
	table-layout: fixed;
	font-size: .9em;
	

}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:yellow;
	background-color: transparent;
}
.dropdown-menu>li>a {
    background: #18395E;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #FFFFFF;
    white-space: nowrap;
}

.dropdown-menu>li> a:hover, .navbar-default .navbar-nav > li > a:focus {
   color:#000000;
	background-color: yellow;
}

}

@media screen and (min-width: 1200px) {
	.box:after {
			content: '';
			display: table;
			clear: both;
	}
}

