@charset "utf-8";
/* CSS Document */
#slideshow {
    position:relative;
    height:368px;
	}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
	}
#slideshow IMG.last-active {
    z-index:9;
	}
#products_example {
	position:relative;
	width:530px;
	z-index:100;
	}
#products .slides_container {
	width:530px;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;
	margin-top:4px;
	}
.slides_container .cont{
	width:50px;
	height:413px;
	display:block;
	text-decoration:none;
	cursor:default;
	color:#000;
	}
#products .prev {
	background-image:url(../img/prev.png);
	width:32px;
	height:53px;
	position:absolute;
	text-indent:-99999px;
	top:330px;
	left:375px;
	z-index:10;
	display:none;
	}
#products .prev:hover{
	background-image:url(../img/prev-h.png);
	}
#products .next{
	background-image:url(../img/next.png);
	width:32px;
	height:53px;
	position:absolute;
	text-indent:-999999px;
	top:350px;
	left:405px;
	z-index:10;
	display:none;
	}
#products .next:hover{
	background-image:url(../img/next-h.png);
	}
#products .pagination {
	width:580px;
	float:left;
	position:relative;
	z-index:10;
	}
#products .pagination li {
	float:left;
	list-style:none;
	}
#products .pagination li a {
	display:block;
	overflow:hidden;
	float:left;
	text-decoration:none;
	color:#000;
	font-family:"Decker";
	font-size:15px;
	border-left:solid 1px #FFFFFF;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center 20px;
	padding-top:70px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:20px;
	color:#fff;
	}
#products .pagination li a:hover {
	background-color:#F00;
	}
#products .pagination li.current a {
	background-color:#F00;
	}
.ico1a{
	background-image:url(../img/asesorias/ico1.png);
	}
.ico2a{
	background-image:url(../img/asesorias/ico2.png);
	}
.ico3a{
	background-image:url(../img/asesorias/ico3.png);
	}
.ico1e{
	background-image:url(../img/escolta/ico1.png);
	}
.ico2e{
	background-image:url(../img/escolta/ico2.png);
	}
.ico1f{
	background-image:url(../img/fisica/ico1.png);
	}
.ico2f{
	background-image:url(../img/fisica/ico2.png);
	}
.ico1i{
	background-image:url(../img/informatica/ico1.png);
	}
.ico1p{
	background-image:url(../img/personas/ico1.png);
	}
.ico2p{
	background-image:url(../img/personas/ico2.png);
	}
.texto{
	width:530px;
	float:left;
	position:relative;
	}
.texto h1{
	font-family:"Decker";
	font-size:22px;
	margin-top:75px;
	}
.texto ul{
	margin-top:30px;
	}
.texto ul li{
	font-family:"Decker";
	font-size:17px;
	margin-top:10px;
	background-image:url(../img/li.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	}
#flechas{
	background-image:url(../img/flechas.png);
	width:81px;
	height:47px;
	position:absolute;
	top:150px;
	left:10px;
	}