/* ------------------------------------- */
/*										 */
/* Programador: José Javier Uriola Rojas */
/* Para: 	SAIME						 */
/*										 */
/*										 */
/* ------------------------------------- */


/* ------------------------------------------------------------------------------- */
.Body-p
		{
		margin:0;
		padding:0; 
		background:#fff; 
		font-family: Arial, Verdana, Sans-Serif;
		}
.captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
            background: #EB5100;
            background-color: rgba(235, 81, 0, 0.6);
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
            background: url(Img/Slider/Cntrl/browser-icons.png);
        }
		
		
		
		
.Slider_Cont{
	position: relative; 
	width: 1366px; 
	height: 650px; 
	overflow: hidden;
	}
	.Slider_Loading-Screen{
	position: absolute; 
	top: 0px; 
	left: 0px;
	}
	
	.Slider_LS-1{
		filter: alpha(opacity=70); 
		opacity:0.7; 
		position: absolute; 
		display: block; 
		background-color: #000; 
		top: 0px; 
		left: 0px;
		width: 100%; 
		height:100%;
	}
	
	.Slider_LS-2{
		position: absolute; 
		display: block; 
		background: url(Img/Slider/Cntrl/loading.gif) no-repeat center center;
		top: 0px; 
		left: 0px;
		width: 100%;
		height:100%;
	}
	
.Slides_Cont{
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 1366px; 
	height: 650px; 
	overflow: hidden;
	}
	.Photo01{
		position:absolute;top:102px;left:155px;width:134px;height:109px;
		}
	.Photo02{
		position:absolute;top:102px;left:293px;width:134px;height:109px;
		}
	.Photo03{
		position:absolute;top:62px;left:468px;width:134px;height:109px;
		}	
	.Photo04{
		position:absolute;top:215px;left:290px;width:134px;height:109px;
		}	
	.Photo05{
		position:absolute;top:215px;left:430px;width:134px;height:109px;
		}	
	.Photo06{
		position:absolute;top:215px;left:583px;width:134px;height:109px;
		}	
	.Photo07{
		position:absolute;top:360px;left:105px;width:134px;height:109px;
		}	
	.Photo08{
		position:absolute;top:330px;left:290px;width:134px;height:109px;
		}	
	.Photo09{
		position:absolute;top:330px;left:430px;width:134px;height:109px;
		}	
	.Photo10{
		position:absolute;top:445px;left:290px;width:134px;height:109px;
		}	
		
	.Text-1{
		position:absolute;top:250px;left:20px;width:250px;height:30px;
	}
	.Text-2{
		position:absolute;top:100px;left:20px;width:130px;height:30px;
	}
	.Text-3{
		position:absolute;top:170px;left:60px;width:100px;height:30px;
	}
	.Text-4{
		position:absolute;bottom:160px;left:620px;width:120px;height:30px;font-size:48px;color:#fff;line-height:30px;z-index: 2;
	}
		
	.Parallelogram-SLDR {
		position: absolute;
		bottom: 18%;
		right: 22%;
		width: 37%; 
		height: 15%;
		
		
		
		/* Skew */
		-webkit-transform: skew(-40deg); 
		-moz-transform: skew(-40deg); 
		-o-transform: skew(-40deg);
		transform: skew(-40deg);
		
		z-index: 1;
	}
	
		.Parallelogram-SLDR-line {
		position: absolute;
		bottom: 210px;
		right: 0%;
		width: 56%; 
		height: 4px;

		background: rgba(234,174,44,1.0);
		/* Skew */
		-webkit-transform: skew(-10deg); 
		-moz-transform: skew(-10deg); 
		-o-transform: skew(-10deg);
		transform: skew(-10deg);

		z-index: 1;
	}
		
/* jssor slider arrow navigator skin 20 css */
            /*
            .jssora20l                  (normal)
            .jssora20r                  (normal)
            .jssora20l:hover            (normal mouseover)
            .jssora20r:hover            (normal mouseover)
            .jssora20l.jssora20ldn      (mousedown)
            .jssora20r.jssora20rdn      (mousedown)
            */
            .jssora20l, .jssora20r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 55px;
                height: 55px;
                cursor: pointer;
                background: url(Img/Slider/Cntrl/a20.png) no-repeat;
                overflow: hidden;
            }
            .jssora20l { background-position: -3px -33px; }
            .jssora20r { background-position: -63px -33px; }
            .jssora20l:hover { background-position: -123px -33px; }
            .jssora20r:hover { background-position: -183px -33px; }
            .jssora20l.jssora20ldn { background-position: -243px -33px; }
            .jssora20r.jssora20rdn { background-position: -303px -33px; }