a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}


.bg_blue{
	background: #0e3452;
}
.bg_blue_light{
	background: #248dd8;
}
.bg_gray{
	background: #e2e4e6;
}
.bg_header{
	background-image: url(../img/bg_header.png); 
	background-repeat: repeat-x;
}
.bg_white{
	background: white;
}

.border_bottom{
	border-bottom: 1px solid black;
}

.border_redondeados{
	border-radius: 8px;
}
.mensaje{
	
	width: 320px;
	right: 0px;
	position: absolute;
	top: -50px;
	text-transform: uppercase;
}
.mensaje h2{
	font-size: 18px;
	text-align: right;
}

.sombra{
	    color: white;
    text-transform: uppercase;
    text-shadow: -1px 3px 4px #000000 !important; 
    -moz-text-shadow: -1px 3px 4px #000000 !important; 
    -o-text-shadow: -1px 3px 4px #000000 !important; 
    -ms-text-shadow: -1px 3px 4px #000000 !important; 
    -webkit-text-shadow: -1px 3px 4px #000000 !important; 
}
.lighter{
	font-weight: lighter;
}

.color_blue_light{
	color: #248dd8;
}
.color_white{
	color: white;
}
.color_blue{
	color: #1583cf;
}
.color_blue_dark{
	color: #0e3452;
}
.subtitulo{
	text-align: center;
	text-transform: uppercase;
}
.subtitulo{
	text-align: center;
	text-transform: uppercase;
}

.subtitulo h3{
	color: #0e3452;
	font-size: 20px;
}

.subtitulo_item div{
	display: inline-block;
	vertical-align: middle;
}
.subtitulo_item div img{
	margin-left: 20px;
}
.menu{
	text-align: right;
}
.menu li{
	display: block;
	text-align: center;
}
.menu li a{
	text-align: center;
	width: 100%;
}

.texto_car {
    text-align: center;
    color: #015281;
    background: white;
    top: 128px;
    width: 183px;
    position: inherit;
    padding: 5px;
}
.item_dat{
	color: white;
	display: inline-block;
	padding: 50px;
}

.menu li a{
	display: block;
	padding-top: 15px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
	color: #248dd8;
}
.menu li a:hover{
	color: white;
	display: block;
	background: #248dd8;
	padding-top: 15px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 15px;
	text-decoration: none;


	transition: 0.5s ease;
        -moz-transition: 0.5s ease; /* Firefox */
        -webkit-transition: 0.5s ease; /* Chrome - Safari */
        -o-transition: 0.5s ease; /* Opera */
}

.lst_marcas{
	text-align: center;
}
.lst_marcas li{
	background: #ebecee;
	margin: 34px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.lst_marcas li:hover{
	background: white;
	transition: 0.5s ease;
        -moz-transition: 0.5s ease; /* Firefox */
        -webkit-transition: 0.5s ease; /* Chrome - Safari */
        -o-transition: 0.5s ease; /* Opera */
}

.pad_top_bot{
	padding-top: 1em;
	padding-bottom: 10em;
}

.pad_top_bot_1{
	padding-top: 1em;
	padding-bottom: 1em;
}

.lst_servicios li{
	padding-top: 2px;
	padding-bottom: 2px;
}
.lst_servicios li a{
	color: #7f7f7f;
}

.lst_servicios li a:hover{
	color: #063350;

}
.pad_top_bot_10{
	padding-top: 10px;
	padding-bottom: 10px;
}

.border_bt_blue_light{
	border-bottom: 5px solid #248dd8;
}

.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.text_justify{
	text-align: justify;
}

.bold{
	font-weight: bold;
}

.font_size_23{
	font-size: 23px;
}
.font_size_35{
	font-size: 40px;
}
.width_10{
	width: 6%;
}
.width_320{
	width: 93%;
}


.scroll{
	/*height: 300px;*/
	/*overflow: overlay;*/
}


.carousel{
	overflow: hidden;
}

.scroll li{
	list-style: url(../img/iconos/vinieta.png);
	padding-top: 10px;
	padding-bottom: 10px;
}

.scroll p{
	padding-left: 15px;
	padding-right: 30px;
}
.width_10,.width_320{
	display: inline-block !important; 
	vertical-align: top;
}
.margin_top-50{
	margin-top: -50px;
}
.margin_right_250{
	margin-right: 250px;
	margin-top: -48px; 
}

.redes{
	text-align: left;
	margin-top: 15px;	
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer{
	color: white;
}

.margin_auto{
	margin: 0 auto !important;
}

div#slider1_container {
    margin: 0 auto !important;
}

.titulo h3{
	color: white;
	text-transform: uppercase;
	text-shadow:-1px 3px 4px #000000;
	-moz-text-shadow:-1px 3px 4px #000000;
	-o-text-shadow:-1px 3px 4px #000000;
	-ms-text-shadow:-1px 3px 4px #000000;
	-webkit-text-shadow:-1px 3px 4px #000000;
}

.titulo h3:first-child{
	font-weight: bold;
	line-height: 18px;
}


.pos_ab{
	position: absolute;
	width: 100%;
}


img.pd {
    margin-top: 61px;
    /* float: left; */
   	margin: auto;
}
img.pd2{
	margin-top: 87px;
    /* float: left; */
    margin: auto;
}
.uppercase{
	text-transform: uppercase;
}
.font_size_18{
	font-size: 18px;
}

.font_size_16{
	font-size: 16px;
}
.form-control {
    display: block;
    background: #f0f1f2;
    color: white !important;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:hover{
	display: block;
    color: white !important;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #063350;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: white;
    cursor: default;
    background-color: #248DD8;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}


ul.nav.nav-tabs {
    background: #191919;
}


.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
     border-radius: 0px 0px 0 0; 
     font-weight: bold;
     font-size: 17px;
}


.jssort02 {
    position: absolute;
    width: 240px;
    height: 480px;
    left: 720px;
    bottom: 0px;
}


.btn_{
	background: transparent;
	border: none;
	color: #003050;
}


.i1,.i2{
	display: inline-block;
	vertical-align: top;
}


.jssorb03 {
    display: none;
}

.slider1_container{
		display: none;
	}

.serv_movil{
	text-align: center;
}
.s_item{
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.jssort02 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 95px;
    height: 62px;
    border: #000 0px solid !important; 
}


.zoom{
        transition: 0.5s ease;
        -moz-transition: 0.5s ease; /* Firefox */
        -webkit-transition: 0.5s ease; /* Chrome - Safari */
        -o-transition: 0.5s ease; /* Opera */
    }
    .zoom:hover{

        transform : scale(1.1);
        -moz-transform : scale(1.1); /* Firefox */
        -webkit-transform : scale(1.1); /* Chrome - Safari */
        -o-transform : scale(1.1); /* Opera */
        -ms-transform : scale(1.1); /* IE9 */
    }


.giro{
        cursor: pointer;
        transition: 0.5s ease;
        -moz-transition: 0.5s ease; /* Firefox */
        -webkit-transition: 0.5s ease; /* Chrome - Safari */
        -o-transition: 0.5s ease; /* Opera */
}
.giro:hover{
    cursor: pointer;
    transition: 0.5s ease;
        -moz-transition: 0.5s ease; /* Firefox */
        -webkit-transition: 0.5s ease; /* Chrome - Safari */
        -o-transition: 0.5s ease; /* Opera */

    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
}
@media (min-width: 768px) { 

	

	.menu li{
		display: inline-block;
	}

	.menu li a{
		display: block;
		padding-top: 15px;
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 15px;
		width: 120px;
		text-align: center;
		color: #248dd8;
	}

	

	.margin_top_10{
		margin-top: -50px;
	}




 }


@media (min-width: 1000px) { 
	.serv_movil{
		display: none;
	}
	.slider1_container{
		display: block;
	}

	img.pd2{
	margin-top: 87px;
    /* float: left; */
    position: absolute;
}

img.pd {
    margin-top: 61px;
    /* float: left; */
    position: absolute;
}

 }


@media (min-width: 1200px) { 

	.redes{
		text-align: right;
		margin-top: 15px;	
		padding-top: 10px;
		padding-bottom: 10px;
	}

 }















