
.texto_inicio {
	height: 600px;
    display: block;
}

.imageness{
    height:545px;
    overflow: hidden;
	width: 190px;
}

#image_slider{
    position: relative;
    height: 280px;
    padding:0;
	width: 255px;
    margin-left: 5px;
}
#image_slider li{
    max-height: 100%;
    float:initial;
    list-style: none;
}
#image_slider li img{
    border-style: solid;
    border-color: darkblue;
    border-width: 1px;
    box-shadow: 0 0 0 3px rgb(213,203,142);
}
.fondo_video {
    background-image: url(../servicios/servicios_files/sanchez_alcantara_camiones_6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
	height: 605px;
	background-size: 100% 100%;
	margin: -12px -8px -10px -3px;
}

.fondo1 table {
	width: 100%;
}
.video {
	float: left;
    border-style: solid;
    border-color: darkblue;
    border-width: 1px;
    box-shadow: 0 0 0 3px rgb(213,203,142);
}

.titulo_imagenes {
	width: 200px;
	background-color: white;
    border-style: solid;
    border-color: darkblue;
    border-width: 1px;
    box-shadow: 0 0 0 3px rgb(213,203,142);
	margin-bottom: 3px;
	float: right;
}
.titulo_imagenes2 {
	width: 180px;
	background-color: white;
    border-style: solid;
    border-color: darkblue;
    border-width: 1px;
    box-shadow: 0 0 0 3px rgb(213,203,142);
	margin: -1px 0 3px 5px;
}
.titulo_imagenes font, .titulo_imagenes2 font, .contador font {
	font-family: 'Bookman Old Style';
    font-style: italic;
    font-weight: bold;
}
.titulo_imagenes p, .titulo_imagenes2 p {
	margin: auto;
}
.tira_imagenes {
	float: right;
    width: 180px;
    margin-right: 7px;
}

.contador {
	float: right;
}

.fancybox-outer, .fancybox-inner {
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-opened {
    z-index: 8030;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

#fancybox-overlay.overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #000;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-inner {
    overflow: hidden;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-skin {
    position: relative;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


