﻿/* ---------------------Reset----------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, #footer, form, h1, h2, h3, h4, h5, h6, #header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, #nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
	background:transparent;
	border:0 none;
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:top;
}
p {
    line-height: 20px;
    margin-bottom: 18px;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
.left{float:left;}
.rigth{float:right;}
table, table td {
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top;
}
embed {
	vertical-align:top;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, #footer, #header, hgroup, keygen, meter, #nav, output, progress, section, source, video {
	display:block;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
#top{
	background:#000;}

iframe {
	border:0;
	margin:0;
	padding:0;
}


/* -------------------------------------------- */
/* ------------------Style---------------------- */
/* -------------------------------------------- */

html {
	 -webkit-text-size-adjust: none;
}
img {
	max-width:100%;
	height: auto;
    width: auto\9; /* ie8 */
}
html, body {
	width:100%;
	padding:0;
	margin:0;
}
body {
	color: #555555;
	font: 14px/25px Arial, Tahoma, Century gothic, sans-serif;
	border-top: 5px solid #740000;
	background: #eee;
}
/*-------------------------*/
a {
	color: #FD8E8E;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.button, input.button {
	cursor: pointer;
	color: #808080;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #E4E4E4;
	border:1px solid #DFDFDF;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background: #392E2B;
	color:#ffffff;
}
/*-------------#header */
#header {
	width:900px;
	margin: 0 auto;
}
#logo {
	padding:0 0 25px 0;
	float: left;
	margin-top: -5px;
}
.social {
    height: 60px;
    margin: 30px auto 0;
    text-align: center;
    width: 900px;
}
.social > img {
    margin-right: 9px;
}

.social > div{
	vertical-align:top!important;
}

/*------------menu */
#menu {
	background:#000;

}

.recorte {
    height: 6px;
	margin-bottom:30px;
	width:900px;
}
.recorte2 {
    height: 6px;
	width:900px;
	margin-top:30px;
}
.recorte-sup {
	width:0 auto;	
	background: url("/images/recorte-negro.png") repeat scroll 0 0 transparent;
}
.recorte-inf {
	width:0 auto;	
	background: url("/images/recorte-negro-2.png") repeat scroll 0 0 transparent;
}

#nav {
    background: none repeat scroll 0 0 #3E0000;
    border: 1px solid #740000;
    box-shadow: 0 2px 2px gray;
    clear: both;
    height: 46px;
	
}

#nav ul {
    list-style: none outside none;
    padding: 0;
	margin: 0 auto;
    width: 900px;
}


#nav ul li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding: 4px 2px 2px;
    position: relative;
}
#nav ul li:hover {
}

#nav ul li a {

      transition: background-color 0.4s linear;
      -moz-transition: background-color 0.4s linear;    /* FF3.7+ */
      -o-transition: background-color 0.4s linear;      /* Opera 10.5 */
      -webkit-transition: background-color 0.4s linear; /* Saf3.2+, Chrome */
    border-radius: 6px 6px 6px 6px;
    color: #fff;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 6px 18px;
    text-transform: uppercase;
    z-index: 6;
}
#nav ul li:hover a {
	color:#fff;
}
#nav ul li a.active {
	color:#fff;
	background: #B51E1E;
	border-radius: 6px 6px 6px 6px;
}
/*-------------content */
#content {
    margin: 0 auto;
    width: 900px;
	margin-top: 35px;
	font-size:16px;	
	color: #000000;
	padding:25px;
	padding-top:0;
}
.block {
	padding: 5px 0px;
}
h1 {
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	padding-bottom:20px;
	color:#3E0000;

}


h2 {
    color: #D14333;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

h3 {
    color:#3E0000;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 10px;
}
#footer h3{
	color:#fff;
}


.sidebar {
    background: #ccc;
    border-radius: 6px 6px 6px 6px;
    color: #111111;
    float: right;
    padding: 0 20px;
    width: 210px;
	padding-right: 5px;
	margin-top: 50px;
}


.main-content {
    float: left;
    min-height: 605px;
    padding-right: 20px;
    width: 628px;
	margin-bottom: 40px;
    color: #222222;
    text-shadow: 0 0 1px #AAAAAA;
}

.main-content ul li {
    background: url("../images/marker.png") no-repeat scroll 0 0 transparent;
    padding-left: 24px;
}
.main-content ul li a{
    line-height:normal;
}

ul {
	margin-left:15px;
	padding:0;
	list-style-image:none;
}
ul li {
	padding:0px 0 5px 12px;
	line-height: 14px;
	background:url(../images/marker-1.gif) 0 11px no-repeat;
}
ul li a {
	font-size:14px;
	color:#000;
	line-height:25px;
}
ul li a:hover {
    background: none repeat scroll 0 0 #C94949;
    color: #FFFFFF;
    text-decoration: none;
}

#detalles_confiswin > li, #detalles_confisconta > li, #detalles_nomina > li, #detalles_renta > li{
	font-size:13px;
	line-height:12px;	
}


#content .main-content ul li h3 {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    padding-bottom: 0;
}
/*------------#footer */ 
#footer {
	background: #000;
	clear:both;
	margin-top:20px;
    margin: 0 auto;
    width: 100%;
	color:#ffffff;
	border-top: 6px solid #3E0000;
}
hr{
	border:0px;
	border-bottom: 1px solid red;
	margin-top:10px;
}
.linea{
 	border-bottom: 1px dotted #AAAAAA;
    clear: both;
    margin-bottom: 6px;
    padding-bottom: 10px;	
}
.footer-content {
    margin: 0 auto;
    padding: 30px 0 10px;
    text-align: center;
    width: 900px;
}
#footer .heading {
	color:#039BA3;
	padding-bottom:5px;
	font-size:25px;
	font-weight:normal;
	text-transform:uppercase;
}

#footer a {
	color:#C9B5AF;
	text-decoration:underline;
}
#footer ul {
	margin:0;
	padding:0;
	list-style-image:none;
}
#footer ul li {

}
#footer ul li a {
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#C9B5AF;
	text-decoration:none;
	cursor:pointer;
}
.bloque1 {
    float: left;
    margin: 20px;
    width: 440px;
}
.bloque2 {
    float: left;
    margin: 20px;
    width: 440px;
}
/*-------------copyright*/
#copyright {
	width:100%;
	background:#039BA3;
	color:#ffffff;

}
#copyright-content {
    background: none repeat scroll 0 0 #039BA3;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    width: 900px;
}
#copyright a {
	color:#C9B5AF;
	text-decoration:underline;
}
#copyright a:hover {
	text-decoration:none;
}
/*-------------- RESPONSIVE ------------------------------------- */

/*--------------Base 900 Grid*/


/* #Clearing
================================================== */

/* Self Clearing Goodness */
.web:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* formulario */
		
#form {
	border: 3px double #eaeaea;
	background-color: #fafafa;
	padding: 10px;
	width: 400px;
	margin: auto;
}
#form h2 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
}
#form .campo {
	border: 1px solid #999;
	padding: 0.3em;
	font-size: 1.2em;
}
#form .error {
	border: 1px solid #F00;
	padding: 0.3em;
	font-size: 1.2em;
}
#form .com {
	border: 1px solid #999;
	padding: 0.3em;
	font-size: 1.2em;
	width:20em;
	height: 10em;
	font: 1em Lucida Grande, 'Trebuchet MS', verdana, sans-serif;
}
#form .com-error {
	border: 1px solid #F00;
	padding: 0.3em;
	font-size: 1.2em;
	width:20em;
	height: 10em;
	font: 1em Lucida Grande, 'Trebuchet MS', verdana, sans-serif;
}
/*
.boton {
    background: url("/images/llamarme.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 49px;
    width: 197px !important;
	cursor: pointer;
}
.boton:hover {
    background: url("/images/llamarme.png") no-repeat scroll 0 -48px transparent;
    border: medium none;
    height: 49px;
    width: 197px;
}
.boton2 {
    background: url("/images/llamarme2.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 48px;
    width: 197px !important;
	cursor: pointer;
}
.boton2:hover {
    background: url("/images/llamarme2.png") no-repeat scroll 0 -48px transparent;
    border: medium none;
    height: 48px;
    width: 197px;
}*/
#error {
    background-color: #F9D9D9;
    border: 1px dashed #FF0000;
    margin-bottom: 15px;
    padding: 5px;
}
#ok {
    padding: 5px;
    text-align: center;
}
.sidebar input {
    color: #3E0000;
    font-size: 18px;
    width: 205px;
}
.sidebar textarea {
    color: #3E0000;
    font-size: 14px;
}


.sidebar .boton {
	margin-left:192px;
	width: 60px;
	font-size:14px;
	color:#000;
}
.flota-i {
    border: 1px solid #C94949;
    box-shadow: 0 0 4px #333333;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.flota-d {
    border: 1px solid #C94949;
    box-shadow: 0 0 4px #333333;
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
}
.encabezado{
	font-size: 16px;  
	margin-bottom: 20px;
	line-height:20px;
}
.gallery.clearfix > li {
    background: none repeat scroll 0 0 transparent;
    float: left;
	padding: 3px;
}
.gallery{
	margin:0;	
}
.ayuda{
margin-left: 0px;	
}
.main-content .ayuda li {
	background:none;
	margin-bottom:2px;
	padding-bottom:0px;
}
.ayuda li a {
    background: none repeat scroll 0 0 #039BA3;
    border-radius: 4px 4px 4px 4px;
    color: #eee;
    display: list-item;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 7px 0 7px 10px;
}
.ayuda li a:hover{
    background: #02858C;
	color:#fff
}
.adwords {
    /*background: url("/images/adwords.png") no-repeat scroll 0 0 transparent;*/
}
.rojo {
    color: #910707;
}

.boton-detalle > a {
    background: #D04A27;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 2px 10px;
}

.esquina {
    background: url("/images/ribbon.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 138px;
    width: 100px;
	margin-right: -3px;
    margin-top: -3px;
}
.recuadro {
    background: none repeat scroll 0 0 #555;
    border-radius: 5px 5px 5px 5px;
    padding: 17px 0 0 16px;
    text-shadow: none;
	border: 6px solid #444444;
}
.recuadro_utilidades{
		background:#777;
}

.recuadro  .img-content > img{
    border: 2px solid #FFFFFF;
}

.recuadro > p {
    line-height: 16px;
    margin-bottom: 3px;
    max-width: 500px;
	color: #FFFFFF;
}
.recuadro ul li{
	color: #333333;
    font-size: 13px;
}
.recuadro h2{
	text-shadow: none;
	color:#fff;
}

.recuadro ul a, .recuadro2 ul a{
	text-decoration:underline;	
}

#detalles_confisconta, #detalles_nomina, #detalles_renta, #detalles_confiswin, #detalles_utilidades { 
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    padding-top: 10px;
    width: 585px;
}
#detalles_confisconta > ul , #detalles_nomina > ul , #detalles_renta > ul , #detalles_confiswin > ul {
    margin-top: 2px;
    padding-bottom: 8px;
}

.boton-descarga {
    background: url("/images/descargar.png") no-repeat scroll 0 0 transparent;
    font-size: 11px;
    height: 100px;
    margin-left: 520px;
    margin-top: -5px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 74px;
}
.boton-descarga:hover {
    background: url("/images/descargar.png") no-repeat scroll 0 -100px transparent;
    font-size: 11px;
    height: 100px;
    margin-left: 520px;
    margin-top: -5px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 74px;
}






.img-content{
	 float:left;
	 margin:7px 20px 2px 0;
}

.img-content > img {
    border: 1px solid #3E0000;
}
.descuento{
	position: absolute;
	margin-left: 450px;
	padding-top: 66px;
	font-size: 92px;
	font-weight: 700;
}

.contacto-detalles {
    float: left;
    text-align: center;
    width: 200px;
	margin-left: 70px;
}

.boton-detalle{
	margin-top:15px;
	margin-bottom:10px;	
}

.recuadro2 div {
}

.recuadro2 div {
}
.descargar-p {
    color: #FFFFFF;
    font-weight: bold;
    left: 728px;
    line-height: 15px;
    margin-top: 67px;
    position: absolute;
    text-align: center;
    width: 100px;
}

.boton-presupuesto {
	margin-top: -80px;
	margin-left: 160px;
	margin-bottom: 10px;
}
.boton-presupuesto > a {
    background: #000;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 21px;
    margin-right: 154px;
    padding: 10px 15px;
}
.boton-presupuesto > a:hover {
    background: #F08200;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 21px;
    margin-right: 154px;
    padding: 10px 15px;
}

#adwords {
    border-top: 6px dotted #F08200;
    margin: 35px auto 0;
    padding-top: 30px;
    width: 800px;
}
#adwords .campo {
    height: 23px;
    width: 300px;
}

.contacto-formulario {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    margin: 0 auto;
    padding: 30px;
    padding: 30px 20px 20px;
    width: 760px;

}
.laportada{
    background: url("/images/fondo-confisline.png") no-repeat scroll 0 0 transparent;
    height: 320px;
    padding-left: 410px;
    padding-top: 125px;
	width: 460px;
}

#telefono-top {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}
.sidebar {
	padding-bottom:20px;	
}
.sidebar p {
	background: url("/images/download.png") no-repeat scroll 3px 3px #fff;
	border-radius: 5px 5px 5px 5px;
	font-size: 14px;
	text-align: left;
	line-height: 15px;
	padding: 10px 0px 10px 40px;
	font-weight:bold;
	margin-bottom:5px;
	width: 75%;
}
.sidebar a{
	color:#3E0000;
	text-decoration: underline;
}
.sidebar h2{
	padding:10px 0;	
}

.boton-inicio {
	margin-top:30px;
}
.boton-inicio a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    font-size: 19px;
    padding: 12px 30px;
    text-align: center;
    width: 300px;
	 transition: background-color 0.2s linear 0s;
}
.boton-inicio a:hover {
    background: #D14333;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    font-size: 19px;
    padding: 12px 30px;
    text-align: center;
    width: 300px;
	transition: background-color 0.2s linear 0s;
}

.formulario {
float: left;
width: 205px;
padding: 12px;
background: rgba(128, 128, 128, 0.62);
margin-top: 49px;
border-radius: 6px;
border: 4px solid #444;
padding-right: 18px;
}

.formulario input{
width: 100%;
height: 21px;
font-size: 12px;
border: 1px solid #888;	
}

.formulario p {
line-height: 20px;
margin-bottom: 10px;
}
.error{
	border: 1px solid red!important;	
}

.formulario textarea{
width: 98%;
height: 90px;	
}
.formulario .tit{
border-bottom: 2px dashed #fff;
margin-bottom: 20px;
padding-bottom: 4px;	
}
/*Para IE6, 7 y 8*/

@media \0screen\,screen\9{

.elboton {

    margin-left: 420px;
margin-left: 0px;
}
.boton-descarga, .boton-descarga:hover {

}
.social{display:none;}
.descuento{
	margin-left: 450px;
	padding-top: 0;
	font-size: 92px;
	font-weight: bold;
	height:100px;
	position:absolute;
	
}


}

/*--------------Mobile (Landscape)*/

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
@media only screen and (min-width: 300px) and (max-width: 480px) {

}