@charset "UTF-8";
/* CSS Document */
*{
	text-decoration: none;
	border: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Gudea', sans-serif;
	font-size: 14px;
	background-color: #9999;
	background-image: url(imagenes/fondo.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#contenedor {
	display: block;
	height: auto;
	width: 1032px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#header{
	background: #fff url(imagenes/fondo_header.png) no-repeat left top;
	display: block;
	width: 1032px;
	height: 118px;
}
#header #logo{
	display: block;
	background-image: url(imagenes/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 302px;
	height: 64px;
	text-indent: -9999px;
	float: right;
	margin-right: 100px;
	margin-top: 20px;
}
#header #botonera{
	display: block;
	float: left;
	width: 512px;
	margin-left: 80px;
	margin-top: 40px;
}
#header #botonera a{
	font-family: 'Open Sans Condensed', sans-serif;
	display: block;
	float: left;
	padding: 5px;
	color: #5A6977;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: normal;
}
#header #botonera a:hover, #header #botonera a.actual{
	color: #FF7E05;
}
#intro{
	display: block;
	float: right;
	position: relative;
	z-index: 10;
	background: #4A4A4A;
	width: 350px;
	height: 940px;
	margin-top: -770px;
	margin-right: 70px;
}
#intro h1{
	font-family: 'Gudea', sans-serif;
 	color: #FFBF26;
	font-size: 220px;
	display: block;
	margin-top: 80px;
	margin-bottom: 10px;
	line-height: 155px;
	font-weight: normal;
}
#intro p{
	display: block;
	color: #fff;
	margin-top: 0;
	text-align: justify;
	width: 313px;
	margin-left: auto;
	margin-right: auto;
}
#intro #sep{
	display: block;
	width: 100%;
	height: 25px;
	background: url(imagenes/sep_intro.png) no-repeat center top;
	position: relative;
	bottom: -92px;
}
#intro #sw{
	display: block;
	width: 100%;
	height: 140px;
	background: url(imagenes/bot_sw_admin.png) no-repeat center top;
	text-indent: -9999px;
	position: relative;
	bottom: -132px;
}
#intro #sw_caja_2{
	display: block;
	width: 350px;
	height: 134px;
	padding-top: 4px;
    position: absolute;
    bottom: 29px;
    text-align: center;
}
#contenido{
	display: block;
	width: 1032px;
	overflow: auto;
	position: relative;
	z-index: 1;
}
#izquierda{
	display: block;
	float: left;
	width: 61px;
	height: 770px;
	background: url(imagenes/fondo_barra_izq.png) no-repeat center top;
	z-index: 1;
}
#derecha{
	background-color: #4A4A4A;
	display: block;
	float: right;
	width: 921px;
	height: 770px;
	overflow: hidden;
	z-index: 1;
	border-left: 50px solid #fff;
}
#derecha h1{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 38px;
	padding-top: 4px;
	margin-left: 46px;
	margin-bottom: 0;
	display: block;
	width: 300px;
	height: 54px;
	padding-left: 40px;
	background: #FFBF26;
}
#derecha h1.sw_h1{
	width: 450px !important;
}
#derecha h2{
	display: block;
	margin-top: 0;
	margin-left: 46px;
	background: #000;
	width: 495px;
	height: 32px;
}
#derecha #sep{
	display: block;
	width: 100%;
	height: 25px;
	background: url(imagenes/sep_intro.png) no-repeat center top;
	position: relative;
	bottom: -311px;
	right: -230px;
}
#derecha #sep_2{
	display: block;
	width: 100%;
	height: 25px;
	background: url(imagenes/sep_intro.png) no-repeat center top;
	position: relative;
	bottom: -180px;
	right: -230px;
}
#derecha #sep_faq{
	display: block;
	width: 350px;
	height: 25px;
	background: url(imagenes/sep_intro.png) no-repeat center top;
	position: absolute;
	bottom: 7px;
	right: 54px;
}
#derecha .servicios{
	bottom: -3px !important;
}
#derecha .empresa{
	bottom: -69px !important;
}
#derecha .empresa2{
	bottom: -234px !important;
}
#derecha .links{
	bottom: -124px !important;
}
#derecha .software{
	bottom: -107px !important;
}
#derecha h3, #derecha a.ache3{
	display: block;
	margin-left: 46px;
	text-transform: uppercase;
	color: #FFBF26;
}
#derecha p{
	display: block;
	font-family: 'Gudea', sans-serif;
	width: 829px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	color: #D3D5D7;
}
#derecha ul{
	display: block;
	font-family: 'Gudea', sans-serif;
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	color: #D3D5D7;
}
#derecha .borde{
	border-right: 80px solid #FFBF26;
	margin-top: 115px;
}
#derecha #caja_links{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 170px;
}
#derecha #caja_link{
	display: block;
	float: left;
	width: 123px;
	height: 130px;
	text-align: center;
	margin: 20px;
}
#derecha #caja_link a{
	display: block;
	color: #D3D5D7;
	font-family: 'Gudea', sans-serif;
}
#derecha #vid_sw{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#derecha h3.accordion_toggle  a{
	color: #FFBF26;
}
#derecha h3.accordion_toggle  a:hover{
	color: #E7AE21;
}
#derecha h3.accordion_toggle.current a{
	color: #E7AE21;
}
#slider{
	background-color: #000;
	display: block;
	float: right;
	width: 971px;
	height: 770px;
	overflow: hidden;
	z-index: 1;
}
#contenido #slider ul, #slider li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#contenido #slider li{ 
	width: 971px;
	height: 770px;
	overflow: hidden; 
}
#contacto{
	display: block;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 639px;
	font-family: 'Gudea', sans-serif;
	color: #8FA1A8;
	text-transform: uppercase;
}
#contacto input[type=text], #contacto input[type="email"], #contacto textarea{
	width: 95%;
	padding: 5px;
	margin-bottom: 5px;
}
#contacto input[type=tel]{
	width: 90%;
	padding: 5px;
	margin-bottom: 5px;
}
#contacto input[type="reset"]{
	background: #333;
	color: #8FA1A8;
	width: 100px;
	height: 41px;
	font-size: 14px;
	text-transform: uppercase;
}
#contacto input[type="submit"]{
	background: #FFBF26;
	color: #333;
	width: 100px;
	height: 38px;
	margin-right: 17px;
	margin-left: 5px;
	font-size: 14px;
	text-transform: uppercase;
}
#contacto .error{
	background: #900;
	color: #fff;
}
#contacto .nota{
	font-size: 12px;
	color: #fff;
}
#footer{
	background: #FF7E05; /* url(imagenes/fondo_seguridad.png) no-repeat left top; */
	display: block;
	width: 1032px;
	height: 138px;
	z-index: 10;
}
#footer a.soft{
	display: block;
	float: left;
}
#footer #caja{
	display: block;
	float: left;
	border-left: 2px dashed #666;
	margin-top: 20px;
	margin-right: 10px;
	width: 130px;
	height: 100px;
	text-align: center;
}
#footer #caja.init{
	margin-left: 26px;
	border-left: none;
}
#footer #caja h2{
	margin-top: 5px;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #4A4A4A;
	font-size: 19px;
}
#footer #caja p, #footer #caja a{
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0;
}
#footer #sw{
	display: block;
	width: 350px;
	height: 138px;
	background: #FFBF26 url(imagenes/bot_sw_admin_2.png) no-repeat center top;
	text-indent: -9999px;
/*	position: absolute;
    right: 175px;
*/
	margin-left: 21px;
}
#footer #sw_caja{
	display: block;
	width: 350px;
	height: 134px;
	background: #FFBF26;
	padding-top: 4px;
    position: absolute;
    right: 175px;
    text-align: center;
}
ol{
	display: block;
	font-family: 'Gudea', sans-serif;
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	color: #D3D5D7;
	font-size: 12px;
}
.nav-faq{
	display: block;
	float: left;
	color: #fff;
	margin-left: 20px;
	margin-right: 20px;
}