@charset "utf-8";
/* CSS Document */

*, html
{
	padding:0px;
	margin:0px;
	outline:none;
}

body
{
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#666666;
}

#mybody
{
	width:100%;
	background-image:url(../img/fondo1x1000.jpg);
	background-repeat:repeat-x;
}

.salto{
	clear:both;
}

h3
{
	color:#ff9c00;
	font-size:20px;
}

h2
{
	color:#ff9c00;
	font-size:18px;
}

.naranja
{
	color:#ff9c00;
}

.azul
{
	color:#1a92ff;
}

#pagina
{
	width:999px;
	margin:0px auto;
	padding:6px 0px 0px 0px;
}

/* CABECERA */
#cabecera_izqda
{
	float:left;
	background-image:url(../img/logo_cabecera170x90.jpg);
	background-repeat:no-repeat;
	width:170px;
	height:90px;
}

#cabecera_dcha
{
	float:right;
	background-image:url(../img/login_cabecera55x90.jpg);
	background-repeat:no-repeat;
	width:55px;
	height:90px;
/*	cursor:pointer;*/
}

#cab
{
	float:left;
	background-image:url(../img/fondo_cabecera1x90.jpg);
	background-repeat:repeat-x;
	width:999px;
	height:90px;
}

.texto_cab
{
	float:left;
	color:#666666;
	font-size:22px;
	margin-top:27px;
}
/* FIN CABECERA */


/* CONTENIDO */
#contenido
{
	float:left;
	width:999px;
}

#imagen_index
{
	float:left;
	background-image:url(../img/imagen_login520x510.jpg);
	background-repeat:no-repeat;
	width:520px;
	height:510px;
}

#contenido_index
{
	float:right;
	width:479px;
}

.flecha_invitation
{
	float:right;
	margin-top:180px;
	background-image:url(../img/flecha_request180x80.jpg);
	width:180px;
	height:80px;
	display:none;
}

#invitation
{
	float:right;
	width:479px;
	height:290px;
}

.texto_contenido
{
	float:left;
	margin-top:100px;
	margin-left:20px;
	width:240px;
	text-align:justify;
	font-size:13px;
}

.texto_flecha
{
	float:left;
	color:#FFFFFF;
	font-family: Tahoma, Arial;
	font-size:18px;
	padding-top:15px;
	padding-left:50px;
}

#fdownload
{
	float:right;
	margin-top:40px;
	background-image:url(../img/flecha_download180x80.jpg);
	width:180px;
	height:80px;
	display:none;
}

#download
{
	float:right;
	width:479px;
	height:290px;
}

.pie_btn
{
	float:left;
	cursor:default;
}

.texto_btn_dowload
{
	float:left;
	font-size:17px;
	margin-top:20px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration:none;
}
.texto_btn_dowload:hover{
	text-decoration:underline;
	}
#btn_download
{
	float:left;
	margin-top:50px;
	margin-left:30px;
	background-image:url(../img/btn_dowload_fondo1x58.jpg);
	background-repeat:repeat-x;
	width:200px;
	height:58px;
	cursor:pointer;
}

#btn_dowload_izqda
{
	float:left;
	background-image:url(../img/btn_download_drcha45x58.jpg);
	background-repeat:no-repeat;
	width:45px;
	height:58px;
}

#btn_download_dcha
{
	float:right;
	background-image:url(../img/btn_dowload_izqd20x58.jpg);
	background-repeat:no-repeat;
	width:20px;
	height:58px;
}

#error
{
	background:#cb0000;
	width:230px;
	height:25px;
	color:#CCCCCC;
	float:left;
	margin-left:3px;
	line-height:25px;
	padding-left:10px;
}

.texto_slogan
{
	float:left;
	font-size:14px;
	width:260px;
	margin:15px;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}

#input_mail
{
	float:left;
	margin-top:20px;
	background-image:url(../img/input_email1x58.jpg);
	background-repeat:repeat-x;
	width:240px;
	height:58px;
}

.txt_input_mail
{
	border:none;
	font-size:14px;
	margin-top:20px;
	margin-left:10px;
	display:inline;
	width:150px;
	float:left;
	color:#CCCCCC;
	font-family:"Trebuchet MS", Arial;
}

#input_mail_izqd
{
	float:left;
	background-image:url(../img/input_email_izq14x58.jpg);
	background-repeat:no-repeat;
	width:14px;
	height:58px;
}

#input_mail_go
{
	float:right;
	cursor:pointer;
	background-image:url(../img/input_mail_go42x58.jpg);
	background-repeat:no-repeat;
	width:42px;
	height:58px;
}

/* FIN CONTENIDO */

/* PIE */
#pie
{
	float:left;
	margin-top:30px;
	background-image:url(../img/pie_fondo1x50.jpg);
	background-repeat:repeat-x;
	width:999px;
	height:80px;
}

#pie_izqda
{
	float:left;
	background-image:url(../img/pie_izq30x50.jpg);
	background-repeat:no-repeat;
	width:30px;
	height:50px;
}

#pie_dcha
{
	float:right;
	background-image:url(../img/pie_derecha30x50.jpg);
	background-repeat:no-repeat;
	width:30px;
	height:50px;
}

#txt_drcha
{
	float:right;
	color:#666666;
	font-size:14px;
	line-height:50px;
}

#txt_izq
{
	float:left;
	line-height:50px;
	color:#666666;
	font-size:18px;
}

#txt_izq a
{
	margin-left:5px;
	margin-right:10px;
	text-decoration:none;
	color:#666666;
	font-size:18px;
}

#txt_izq a:hover
{
	color:#ff9c00;
}

#txt_drcha a
{
	margin-left:5px;
	margin-right:10px;
	text-decoration:none;
	color:#666666;
	font-size:14px;
}

#txt_drcha a:hover
{
	color:#ff9c00;
}
/* FIN PIE*/


/* DOWNLOAD */

#downloads{
	float:left;
	width:920px;
	margin-left:40px;
	padding-top:30px;
	margin-bottom:50px;
}
#downloads h2 {
	float:left;
	color:#000000;
	font-weight:normal;
}
#downloads h2_p30 {
        color:#ff9c00;
	font-size:18px;
	float:left;
	color:#000000;
	font-weight:normal;
        padding-top:30px;
}
#back {
	float:right;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
}
.raya1 {
	float:left;
	width:100%;
	height:1px;
	background-color:#ff9c00;
}
.download {
	float:left;
	width:100%;
	height:120px;
	border-bottom:dashed 1px #CCCCCC;
}
.downloadico {
	float:left;
	width:120px;
	height:120px;
	background-repeat:no-repeat;
	background-position:center;
	text-decoration:none;
	border:none;
	margin-right:30px;
}
#downloads p{
	margin:25px 0px 0px 30px;
	line-height:25px;
}
#downloads .titulo {
/*	float:left;*/
	font-size:16px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
#downloads .info {
/*	float:left;*/
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}
#downloads .titulo1 {
	float:left;
	font-size:16px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
#downloads .downlink {
	float:left;
        margin-left: 30px;
        margin-top: 3px;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}


/* FIN DOWNLOAD */

/* CARRITO */
#carrito{
	float:left;
	width:920px;
	margin-left:40px;
	padding-top:30px;
	margin-bottom:50px;
}
#carrito h2 {
	float:left;
	color:#000000;
	font-weight:normal;
}

/* FIN CARRITO */

/*  features */
.fondo_pestana{
	background-image:url(../images/fonfo_pestana.gif);
	background-position:3px 0px;
	background-repeat:no-repeat;
}

.fondo_pestana ul#submenu{
	padding-left:3px;
}

.fondo_pestana ul#submenu li{
	float:left;
	list-style:none;
}

.fondo_pestana ul li a{
	height:38px;
	width:180px;
	display:block;
	color:#1989e8;
	text-decoration:none;
	text-align:center;
	padding:15px 0px 0px 0px;
}

.fondo_pestana ul li a.mayor{
	width:260px;
}
/* FIN features */

/* INICIO instalation info */
.instalationinfo {
	float:left;
	width:100%;
	border-bottom:dashed 1px #CCCCCC;
}

.instalationinfoico {
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	text-decoration:none;
	border:none;
	margin-right:30px;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 20px;
}
/* FIN instalation info */

