/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
html , body {
height:100%;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * Style 
 **/
*{
margin:0px;

}
body {
	font-family: Arial, Verdana;
	font-size:12px;
	background-image:url("../images/fondo_sup.png");
	background-repeat:repeat-x;
	height:100%; 
	bottom:0px;
}
#contenedor {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	top:0px;
	left:0px;
	
}
#cabecera {
	height:140px;
	position:relative;
	width:850px;
	margin:0 auto;
	margin-bottom:20px;
	
}
#banner {
	width:850px;
	margin:0 auto;
	text-align:center;
}
#cuerpo {
	width:850px;
	margin:0 auto;
	margin-top:50px;	
	
}
#cuerpo.interior {
	margin-top:20px;
}
#cuerpo .front-column1 {
	/* Comentado 07/11
	float:left;
	width:62%;
	margin-left:-10%;
	*/
	width:62%;
	margin:0px auto;
}

#cuerpo .front-column2{
	/* Comentado 07/11
	float:left;
	width:38%;
	*/
	display: none;
}

#cuerpo .front-column1 .application-image{
	float:left;
	margin-top:10%;
	
	
}

#cuerpo .front-column2 .application-image{
	float:left;
	
}
#cuerpo .front-column1 .application-detail {
	float:left;
	width:30%;
	margin-left:20px;
	margin-top: 40px;
}

#cuerpo .front-column2 .application-detail {
	float:left;
	width:47%;
	margin-left:20px;
	margin-top: 40px;
}
#cuerpo .front-column1 .application-detail p {
	margin-top:10px;
	margin-bottom:15px;
	line-height:15px;
	color:#97999b;
}

#cuerpo .front-column2 .application-detail p {
	margin-top:10px;
	margin-bottom:15px;
	line-height:15px;
	color:#97999b;
}
#cuerpo .front-column1 .application-detail p.application-info {
	font-size:9px;
	line-height:12px;
}

#cuerpo .front-column2 .application-detail p.application-info {
	font-size:9px;
	line-height:12px;
}

#footer{
	background-image:url("../images/bg_footer.png");
	background-repeat:repeat-x;	
	bottom:0;
	width:100%;
	height:4em;
	z-index:-1;
	
}

.linkcompartir {
	position:absolute;
	right:0px;
	bottom:0px;	
}
.back {
	position:absolute; 
	right:0px; 
	top:90px;
	color: #036;
}
div#divCompartir {
    background: url("share_on.jpg") no-repeat scroll 0 0 transparent;
    display: none;
    float: left;
    padding-top: 20px;
    position: absolute;
    width: 100px;
    right: -25px;
    top: 120px;
}
div.divFila {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-top: 2px;
    text-align: left;
}
div.divFila02 {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-top: 10px;
    text-align: left;
}
/**
  * Vertical Tabs
  **/
#application {
    margin: auto;
    width: 800px;
    height: 100%;
	margin-top:20px;
	width:74%;
	float:left;
	margin-right:20px;
}
#application > ul > li {
    width: 406px;
    height: 55px;    
    list-style-type: none;
    display: block;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    border: 1px solid #fff;
    position: relative;
    border-right: none;
}
#application > ul > li.productos {
	background-image:url(../images/des_productos.png);
	background-repeat: no-repeat;
}
#application > ul > li.productos:hover, #application > ul > li.productos.selected {
	background-image:url(../images/act_productos.png);
	background-repeat: no-repeat;
	border:none;
}

#application > ul > li.conociendo {
	background-image:url(../images/des_conociendo.png);
	background-repeat: no-repeat;
}
#application > ul > li.conociendo:hover, #application > ul > li.conociendo.selected {
	background-image:url(../images/act_conociendo.png);
	background-repeat: no-repeat;
	border:none;
}
#application > ul > li.oficinas {
	background-image:url(../images/des_oficinas.png);
	background-repeat: no-repeat;
}
#application > ul > li.oficinas:hover, #application > ul > li.oficinas.selected {
	background-image:url(../images/act_oficinas.png);
	background-repeat: no-repeat;
	border:none;
}
#application > ul > li.estacionamiento {
	background-image:url(../images/des_estacioamiento.png);
	background-repeat: no-repeat;
}
#application > ul > li.estacionamiento:hover, #application > ul > li.estacionamiento.selected {
	background-image:url(../images/act_estacionamiento.png);
	background-repeat: no-repeat;
	border:none;
}
#application > ul > li.emergencia {
	background-image:url(../images/des_emergencia.png);
	background-repeat: no-repeat;
}
#application > ul > li.emergencia:hover, #application > ul > li.emergencia.selected {
	background-image:url(../images/act_emergencia.png);
	background-repeat: no-repeat;
	border:none;
}

/**
  * Aplicaciones de Autos
  **/
#application > ul > li.asiste {
	background-image:url(../images/des_asiste.png);
	background-repeat: no-repeat;
}
#application > ul > li.asiste:hover, #application > ul > li.asiste.selected {
	background-image:url(../images/act_asiste.png);
	background-repeat: no-repeat;
	border:none;
}

#application > ul > li.consulta {
	background-image:url(../images/des_consulta.png);
	background-repeat: no-repeat;
}
#application > ul > li.consulta:hover, #application > ul > li.consulta.selected {
	background-image:url(../images/act_consulta.png);
	background-repeat: no-repeat;
	border:none;
}
#application > ul > li.talleres {
	background-image:url(../images/des_talleres.png);
	background-repeat: no-repeat;
}
#application > ul > li.talleres:hover, #application > ul > li.talleres.selected {
	background-image:url(../images/act_talleres.png);
	background-repeat: no-repeat;
	border:none;
}
#application > ul > li.contacto {

	background-image:url(../images/des_contacto.png);
	background-repeat: no-repeat;
}
#application > ul > li.contacto:hover, #application > ul > li.contacto.selected {
	background-image:url(../images/act_contacto.png);
	background-repeat: no-repeat;
	border:none;
}
#application > ul > li.emergencia_auto {
	background-image:url(../images/des_emergencia_auto.png);
	background-repeat: no-repeat;
}
#application > ul > li.emergencia_auto:hover, #application > ul > li.emergencia_auto.selected {
	background-image:url(../images/act_emergencia_auto.png);
	background-repeat: no-repeat;
	border:none;
}
#application > ul > li.encaso {
	background-image:url(../images/des_encaso.png);
	background-repeat: no-repeat;
}
#application > ul > li.encaso:hover, #application > ul > li.encaso.selected {
	background-image:url(../images/act_encaso.png);
	background-repeat: no-repeat;
	border:none;
}

#application ul {
    float:right;
}

#application div {
    float:left;
}
#application > ul > li.selected {
    border: 1px solid #ddd;
    border-right: none;
    z-index: 10;
    background-color: #fafafa !important;
    position: relative;

}
#descarga-info {
	text-align:center;
	float:right;
	margin-right:-67px;
	width:26%;
}
#descarga-info p {
	margin-top:15px;
	margin-bottom:15px;
	color:#97999b;
	line-height:15px;
}
#descarga-info form .enviar {
	background-image:url(../images/bt_enviar.png);
	background-repeat: no-repeat;
	border:none;
	text-indent: -999em;
	width:72px;
	height:18px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:70px;
	cursor:pointer;
}
#descarga-info form .enviar2 {
	background-image:url(../images/bt_enviar.png);
	background-repeat: no-repeat;
	border:none;
	text-indent: -999em;
	width:72px;
	height:18px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	cursor:pointer;
}
#descarga-info a {
	margin-bottom:10px;
	display:block;
}
#opcion-disponible {
	margin-top:20px;
	margin-bottom:70px;
}
#opcion-disponible  p {
	float:left;
	color: #ea650d;
	line-height:23px;
}
#opcion-disponible a {
	float:left;
	height:23px;
	margin-left:10px;
}
#dialog {
	padding:10px;
	background-color:#fff;
	border: #ccc 1px solid;
}
#dialog textarea {
	width:100%;
	margin-bottom:10px;
}
#dialog input {
	width:100%;
	margin-bottom:10px;
}

#dialog .sendemail_share {
	width:30%;
	margin-top:20px;
}
#dialog h1 {
	float:left;
	margin-bottom:20px;
}
#dialog a.close {
	color:#ccc;
	float:right;
}
.ui-icon-closethick {
	display:none;
}
#mensajes {
	display:none;
	text-align:center;
}
