/* SECCIÓN: ELEMENTOS GENERALES DE LA PÁGINA */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
    font-size: 80%;
    line-height: 1.6em;
	color: #000000;
	background-image:url(../images/fondo_web.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
body, input, textarea, select, optgroup {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
input, textarea, select, optgroup, table, tr, th, td  {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
p, ul, ol, li, dl, dt, dd, form, fieldset, blockquote, cite, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}
img, a img {
	border: none;
}
/* SECCIÓN: CLASES GENERALES DE LA PÁGINA */
.clearall {
	clear: both;
	height: 0.00101em;
	line-height: 0.0001em;
	font-size: 0.0001em;
}


/*SECCIÓN: ESTILOS DEL ARMAZÓN DE LA PÁGINA*/
#web {
	background-image:url(../images/fondo_web_2.gif);
	background-position:top center;
	background-repeat:repeat-x;
	/*background-color:#FFFFFF;*/
	width: 100%;
	position: absolute;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align:left;
}

#contenedor {
	background-image:url(../images/fondo_contenedor.gif);
	background-position:top center;
	background-repeat:no-repeat;
	min-height: 100%;
	width: 1103px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	padding-bottom: 9em;

	}
	#contenedorInterior {
	background-image:url(../images/fondo_contenedorInterior.gif);
	background-position:top center;
	background-repeat:no-repeat;
	min-height: 100%;
	width: 1103px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	padding-bottom: 9em;

	}

/************************************************CABECERA******************************/	
#cabecera{
	width: 956px;
	height:30px;
	margin: 0 auto;
	padding:0px;
}
#acceder{
	float:left;
	margin:0 0 0 0px;
	padding-left:290px;
}
#botreg{
width:190px;
height:29px;
margin:0px;
padding:0px 0px 0px 0px;
background-color:transparent;
display:block;
line-height:2.0em;
z-index:90;	
background-image:url(../images/boton_naranja-largo.gif);
	background-repeat:no-repeat;
}
 .boton_naranja{
	width:190px;

	margin:0 0 0 0px;
	padding:0px 0px;
	color:#FFFFFF;
	font-size:95%;
	text-align:center;
	height:29px;
}
.boton_naranja a{
	color:#FFFFFF;
	text-decoration:none;
}
.boton_naranja a:hover{
	color:#ffffff;

}
#registrar{
	display:none;
	margin:0px;
	width:363px;
	height:190px;
	background-color:#000000;
	position: absolute;
	z-index:90;
}
/***********************REGISTRARSE*******************/
.formulario{
	margin-top:0px;
	margin-left:10px;
	padding-top:20px;
}
.txt{
	width:170px;
	border:solid 1px #6E6B5C;
	padding:5px;
}
.formulario .campo {
	clear:left;
	font-size:85%;
	margin-bottom:5px;
}
.formulario label {
	float: left;
	display:block;
	width:100px;
	text-align:right;	
	margin-right:10px;
	color:#FFFFFF;
	}
	.botones{
	margin-top:10px;
	margin-bottom:5px;
	margin-left:150px;
}
.botones input {
	background-image:url(../images/boton_acceder.gif);
	background-repeat:no-repeat;
	background-position:left ;
	background-color: transparent;
	width: 91px;
	height: 31px;
	padding-top:0px;
	padding-left: 8px;
	border:none!important;
	text-align:center;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	font-size:95%;
	}
.botones input:hover {
color:#ffffff;
	text-decoration:underline;
}
.boton_registro{
	background-image:url(../images/boton_registrarse.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:10px 15px 10px 25px;
	color:#ffffff;
	margin-left:10px;
	float:left;
	margin-right:30px;
}
.boton_registro a{
	text-decoration:none;
	color:#FFFFFF;
}
.boton_registro a:hover{
	text-decoration:none;
	color:#000000;
}
.blanco {
	color:#FFFFFF;
	margin-top:20px;
}
.blanco a{
	color:#FFFFFF;
}
.blanco a:hover{
	text-decoration:none;
}
/***********************MENU AUXILIAR*******************/
#menu_aux{
	float:left;/*float:right;*/
	margin:0px;
	padding:0px;
}
.menu_aux {
	display:inline;
	width:70px;
	margin:0px 2px 0 0;
	height:25px;
	background-image:url(../images/boton_negro.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:10px 12px 10px 10px;
	line-height: 2.3em;
	color:#E9AF2F;
	text-align:center;
	font-size:92%;
}
.menu_aux  a{
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}
.menu_aux  a:hover{
	color:#E9AF2F;
	text-decoration:none; 
 }
 #pestana{
	 float:right;
	 margin-right:3px;
	 height:25px;
	 width:320px;/* width:294px;*/
	 background-image:url(../images/pestananegra.gif);
	 background-repeat:no-repeat;
	 background-position:left;
	 padding:2px 0px 0px 0px;
	 color:#FFFFFF;
	 line-height: 1.7em;
 }
 .pest{
	 padding-left:30px;
	 font-size:90%;
	 display:inline;
 }
  .pest a{
	  text-decoration:underline;
	  color:#FFFFFF;
  }
.pest a:hover{
  text-decoration:none;
  }
  /***************************************MENU*************************/
#cabecera2{
	width: 956px;
	margin: 0 auto;
	height:100px;
}
#logo{
	width:260px;
	float:left;
	margin:37px 30px 0px 0px;
	padding:0px 0 0 0;
}
#menu{
	height:32px;
	width:666px;
	margin:40px 0px 0px 0;
	float:left;
	padding:0px;
}	
#menu ul{
	margin:0px ;
	padding:0px;
	font-size:92%;
}
#menu ul li.fijo{
	background-image:url(../images/fondo_boton2.gif);
	background-repeat:repeat-x;
	background-position:left;
	border-top:solid 1px #D3CED5;
	border-left:solid 1px #D3CED5;
	border-bottom:solid 1px #D3CED5;
	padding:0px 19px 0px 20px;
	font-weight:bold;
	float: left;
	margin:0px;
	line-height:2.5em;
	color: #ffffff;
	height:32px;
}
.dos{
	background-image:url(../images/fondo_boton2.gif)!important;
	background-repeat:repeat-x;
	background-position:left;
}
#menu ul li.nivel1 {
background-image:url(../images/fondo_boton.gif);
	background-repeat:repeat-x;
	background-position:left;
	border-top:solid 1px #D3CED5;
	border-left:solid 1px #D3CED5;
	border-bottom:solid 1px #D3CED5;
	padding:0px;
	font-weight:bold;
	float: left;
	margin:0px;
	height:32px;
}
#menu ul li.nivel1 a {/*Lo que se ve*/
	background-image:url(../images/fondo_boton.gif);
	background-repeat:repeat-x;
	background-position:left;
	padding:5px 19px 6px 20px;
	margin:0px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	position: relative;
}
 #menu ul .nivel1 .anch {/*border:1px solid orange;*/width:134px;  text-align:center; word-spacing:5px;}
#menu ul li:hover {
	position: relative;
}
#menu ul li a{
	display: block;
	position: relative;
}
#menu ul li a:hover, {
	color: #E9AF2F;
	position: relative;
	background-color:transparent;
}
#menu ul li a.nivel1 {
	display: block!important;
	display: none;
	/*position: relative;*/
	color: #ffffff;
}
#menu ul li a:hover{
color: #E9AF2F;
}
#menu ul li ul {
	display: none;
}
#menu ul li  ul {
	border-top:solid 1px #FFFFFF;
	display:none;
	margin-top:0px;
	margin-left:0px;
	padding:6px 0px 5px 5px;
	background-image:url(../images/fondo_submenu.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#menu ul li a:hover ul, #menu ul li:hover ul {
	margin-top:-1px;
	display: block;
	position: absolute;
	left: 0px;
	
}
 ul.ayudaysoporte li{
	width:160px!important; /*width:155px!important;*/
	margin-left:10px!important;
	padding-left:0px;
}
#menu ul.ayudaysoporte li{/*border:1px solid blue; */word-spacing:-1px; text-indent:10px;}


#menu ul li ul li {
	color:#FFFFFF;
	padding-right:3px;
	margin-left:10px;
	width:205px;
	font-weight:normal;
	background-image:url(../images/piti.gif)!important;
	background-repeat:no-repeat!important;
	background-position:left 0.8em!important;
}
#menu ul li ul li a {
	margin-left:2px;
	background-image:url(../images/piti.gif)!important;
	background-repeat:no-repeat!important;
	background-position:left 0.8em!important;
	padding-left:8px!important;
	line-height:0.9em;
}
#menu ul li ul li a:hover {
	position: relative;
	background-color:transparent;
	color: #E9AF2F;
}
table.falsa {
	border-collapse:collapse;
	border:0px;
	float: left;
	position: relative;

}

.ultimo{
	border-right:solid 1px #D3CED5;
}

/*******************************CONTENIDO INICIO***********************/
#contenidoInicio{
	width: 956px;
	margin: 0 auto;
}
#contenidoizInicio{
	float:left;
	width: 260px;
	padding:0px 28px 0 0px;
	margin:50px 0 0 0;
}
p{
	margin-bottom:15px;
}
p a{
	color:#000000;
}
p a:hover{
	text-decoration:none;
}
span{
	color:#AC6BBA;
}
span.contacto{
font-size:140%!important;
color:#000000;
}
.informacion{
	color:#AC6BBA;
	font-size:140%;
	font-weight:bold;
}
.informacion img{
	margin-left:15px;
}
.cuadroInfo{
	background-image:url(../images/fondo_tacogris.gif);
	background-repeat:repeat-x;
	background-position:left;
	border:solid 1px #d1d1d1;
	padding:12px 8px 0px 10px;
	width:210px;
}

.cuadroInfo a.sobre{
	background-image:url(../images/ikonosobre.gif);
	background-repeat:no-repeat;
	background-position:left 0.8em;
	padding:10px 10px 10px 30px;
	color:#000000;
}
.cuadroInfo a.sobre:hover{
	text-decoration:none;
}
.tel{
	background-image:url(../images/ikonotel.gif);
	background-repeat:no-repeat;
	background-position:left 0.5em;
	padding:8px 10px 10px 30px;
	font-weight:bold;
}
#contenidodeInicio{
	float:left;
	margin:0px 0px 30px 0px;
	width: 660px;
	border:solid 1px #d1d1d1;
}
#contenidoInicioVideo{
	float:left;
	border:solid 1px #d1d1d1;
	margin:0px 0px 15px 0px;
	padding:10px 10px 5px 10px;
	text-align:center;
	line-height:3.6em;
}
#cuadroDemo{
	width:310px;
	float:left;
	margin:0px 0px 0px 30px;
	padding:0px 0px 5px 0px;
}
#cuadroDemo .titulodemo{
	 margin-top:0px;
	 padding-top:0px;
	color:#AC6BBA;
	font-size:140%;
	font-weight:bold;
}
.boton_demo{
	background-image:url(../images/boton_demo.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size:100%;
	color:#FFFFFF;
	width:152px;
	height:31px;
	padding-left:28px;
	padding-top:10px;
	margin-bottom:25px;
}
.boton_demo a{
	color:#FFFFFF;
	text-decoration:none;
}
.boton_demo a:hover{
	text-decoration:underline;
}

/******************************INTERIOR******************************************/
#contenidoizInterior{
	float:left;
	width: 480px;
	padding:0px 0px 0 0px;
	margin:0px 0 0 0;
}
#migas{
	margin:40px 0px;
}
#migas ul{
	margin:0px;
	padding:0px;
}
#migas ul li{
	display:inline;
	background-image:url(../images/piti.gif);
	background-position:left 0.4em;
	background-repeat:no-repeat;
	padding-left:10px;
	margin-right:15px;
	color:#000000;
}
#migas ul li a{
	color:#000000;
}
#migas ul li a:hover{
	text-decoration:none;
}
.migasMorado{
	color:#9251A0!important;
}

h1{
	font-size:200%;
	margin-bottom:20px;
	font-style:italic;
	color:#702F7E;
}
h2{
	font-size:200%;
	margin-bottom:20px;
	color:#CAA200;
}
#tacogris{
	background-image:url(../images/tacogris.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:458px;
	height:212px;
	padding-top:35px;
	padding-left:30px;
}
#tacogris ul{
	margin:20px 10px;
	padding:0px;
}
#tacogris ul li{
	background-image:url(../images/piti_cruz.gif);
	background-position:left 0.5em;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-bottom:3px;
}
#contenidodeInterior{
	background-image:url(../images/fondo_destacado.gif);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	width:440px;
	height:500px;
	padding:20px 15px 20px 0px;
	margin:140px 0 0 0;
}
#contenidodeInterior-solicitarDemo{
	background-image:url(../images/fondo_destacado.gif);
	background-position:top;
	background-repeat:no-repeat;
	float:right;
	width:440px;
	height:500px;
	padding:20px 15px 20px 0px;
	margin:140px 0 0 0;
}
#contenidodeInterior-gracias{
	float:left;
	width:440px;
	height:500px;
	padding:20px 15px 20px 0px;
	margin:55px 0 0 0;
}
.destacado_morado{
	width:165px;
	margin-top:70px;
	padding-right:15px;
	margin-left:70px;
	color:#702F7E;
	text-align:center;
	font-weight:bold;
	float:right;
	height:140px;

}
.destacado_naranja{
	width:155px;
	margin-top:160px;
	color:#CAA200;
	text-align:center;
	font-weight:bold;
	float:right;
}
#info{
	width:240px;
	margin-top:0px;
	margin-right:10px;
	float:right;
}
#contenidoizTarifas{
	/*float:left;*/
	width: 690px;
	padding:0px 0px 0 0px;
	margin:0px 10px 0 0;
}
#contenidoizComo{
	float:left;
	padding:0px 0px 0 0px;
	margin:0px 0 0 0;
}
#contenidoizComo ul{
margin:10px 0px;

}
#contenidoizComo ul li{
background-image:url(../images/punto.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:15px;

}
#imgaquien{
	width:245px;
	height:260px;
	background-image:url(../images/estrella_naranja.gif);
	background-position:top;
	background-repeat:no-repeat;
	float:right;
	margin-top:0px;
	margin-left:50px;
	margin-right:30px;
	padding-left:50px;
	padding-top:0px;
}
.txtaquien{
	width:145px;
	padding-top:35px;
	padding-left:25px;
	padding-bottom:0px;
	text-align:center;
	color:#702F7E;
	font-size:150%;
	font-weight:bold;
}
.txtcaract{
	width:145px;
	padding-top:50px;
	padding-left:25px;
	padding-bottom:0px;
	text-align:center;
	color:#702F7E;
	font-size:150%;
	font-weight:bold;
}
.txt_naranja{
	color:#CAA200;
	font-size:105%;
	width:145px;
	padding-top:0px;
	padding-left:25px;
	text-align:center;
	font-weight:bold;
	margin-top:0px;
}
.txt_naranja a{
color:#CAA200;
}
.txt_naranja a:hover{
text-decoration:none;
}
.boton_video{
	width:172px;
	background-image:url(../images/boton_naranja_video.gif);
	background-repeat:no-repeat;
	margin:0 0 0 0px;
	padding:6px 8px 6px 8px;
	color:#FFFFFF;
	font-size:100%;
	text-align:center;
}
.boton_video a{
	color:#FFFFFF;
	text-decoration:none;
}
.boton_video a:hover{
	text-decoration:none;
}
#contenidoizcaract{
	float:left;
	/*width: 550px;*/
	padding:0px 0px 0 0px;
	margin:0px 0 0 0;
}
.tacogrismediano{
	background-image:url(../images/tacogrismediano.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:643px;
	height:272px;
	padding-top:8px;
	padding-left:25px;
	margin-bottom:15px;
}
 ul.taco{
	margin:0px;
	padding:0px;
}
ul.taco li{
	background-image:url(../images/piti_cruz.gif);
	background-position:left 0.5em;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-bottom:3px;
	padding-right:15px;
}
ul.taco li ul{
margin-left:10px;
padding-top:10px;

}
.tacogrisgrande{
	background-image:url(../images/tacogrisgrande.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:929px;
	height:93px;
	padding-top:12px;
	padding-left:25px;
	margin-bottom:15px;
}
.tacogrisancho{
	background-image:url(../images/tacogrisancho.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:929px;
	height:203px;
	padding-top:12px;
	padding-left:25px;	
	margin-bottom:15px;
}
.tacogrisestrecho{
	background-image:url(../images/tacogrisestrecho.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:929px;
	height:115px;
	padding-top:15px;
	padding-left:25px;
	margin-bottom:15px;
}
.tacoIncid{
padding-top:15px!important;
}
/******************************MAPA******************************************/
.cuadroMapa{
margin:20px 80px 50px 0;
padding:0px;
float:left;
width:400px;

}
.cuadroMapader{
margin:20px 30px 50px 0;
float:left;
width:380px;
background-image:url(../images/separata.gif);
background-repeat:repeat-y;
background-position:left;
padding-left:40px;

}
.cuadroMapa ul, .cuadroMapader ul{
margin:10px;
padding:0px;

}
.cuadroMapa ul li a, .cuadroMapader ul li a{
	line-height:1.9em;
	text-decoration:none;
	font-size:150%;
	color:#CAA200;

}
.cuadroMapa ul li ul li a, .cuadroMapader ul li ul li a{
	margin:10px;
	padding:0px;
	background-image:url(../images/piti.gif);
	background-position:left 0.6em;
	background-repeat:no-repeat;
	padding-left:10px;
	font-size:100%;
	color:#000000;

}
.cuadroMapa ul li ul li a:hover, .cuadroMapader ul li ul li a:hover, .cuadroMapa ul li a:hover, .cuadroMapader ul li a:hover {
text-decoration:underline;
}

/******************************CONTACTO******************************************/
.cuadro_contacto{
margin:20px 40px 50px 0;
float:left;

}
.cuadro_contacto_der{
background-image:url(../images/separata.gif);
background-repeat:repeat-y;
background-position:left;
padding-left:40px;
margin:20px 5px 50px 0;
float:left;
}
.cuadro_contacto_der2{
margin:70px 5px 50px 250px;
float:left;
}
.cuadro_google{
padding:15px 0 10px 15px;
width:430px;
background-color:#EDF5F5;
margin:10px 0px 0px 0px;
}
.cuadro_googleder{
padding:15px 0 10px 15px;
width:440px;
background-color:#EDF5F5;
margin:10px 0px 0px 0px;
float:left;
}
.cuadro_google2{
background-color:#EDF5F5;
width:455px;
padding-left:0px!important;
margin-right:25px;
float:left;
}
.cuadro_google3{
background-color:#EDF5F5;
width:455px;
padding-left:0px!important;
margin-right:0px;
float:left;
}
.cuadro_sobre{
padding-right:5px;
	margin:20px 0px 50px 0;
	float:left;
	width:440px;
}
.cuadro_sobre ul{
	margin:10px;
	padding:0px;
}
.cuadro_sobre ul li{
background-image:url(../images/punto.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:15px;
}
.cuadro_sobre_der{
background-image:url(../images/separata.gif);
background-repeat:repeat-y;
background-position:left;
padding-left:20px;
margin:20px 0px 50px 20px;
float:left;
width:440px;
}
.cuadro_sobre_der ul{
	margin:10px;
	padding:0px;
}
.cuadro_sobre_der ul li{
background-image:url(../images/punto.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:15px;
}
/******************************FORMULARIO AYUDA******************************************/
.formulario_ayuda{
	
	margin-top:0px;
	margin-left:150px;
	padding-top:20px;
}
.txt_ayuda{
	width:300px;
	border:solid 1px #7F9DB9;
	padding:2px;
}
.txt_radio{
	width:30px;
	margin-bottom:5px;

}
.formulario_ayuda .campo {
	clear:left;
	font-size:100%;
	margin-bottom:5px;
}
.formulario_ayuda label {
	float: left;
	display:block;
	width:100px;
	text-align:right;	
	margin-right:10px;
	}
.ancho{
	height:150px;	
	}
.botones_ayuda{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:220px;
}

.botones_ayuda input {
	background-image:url(../images/boton_acceder.gif);
	background-repeat:no-repeat;
	background-position:left ;
	background-color: transparent;
	width:91px;
	height:31px;
	padding-top:15px;
	padding-left:5px;
	border:none!important;
	text-align:center;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	font-size:100%;
	border:none;
	
	}
.botones_ayuda input:hover {
	text-decoration:underline;
}
/* MENSAJES ERROR FORMULARIO */

.mensajesError {
display:none;
	padding: 15px 0 5px 300px;
	color:#F8010D;
	}
.mensajesError p {
	font-size: 110%;
	font-weight: bold;
	}
.mensajesError li {
	font-size:100%;
	}
/******************************PIE******************************************/
#pie{
	position: absolute;
	left: 0;
	bottom: 0px;
	font-size: 85%;
	height:73px;
	width:100%;
	background-color:#F6EDF8;
	padding: 0.5em 0;

}
#pie_contenedor{
	background-image:url(../images/fondo_pie.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:956px;
	margin:26px auto 0px auto;
	padding:0px;
	height:30px;

	}
.txt_pieiz{
	color:#FFffff;
	margin:5px 10px;
	float:left;
	}
.txt_pieiz a{
	text-decoration:underline;
	color:#FFFFFF;
	}
.txt_pieiz a:hover{
	text-decoration:none;
	}
#pie_contenedor img.pieiz{
	float:left;
	height:30px;
	margin:0px 0px;
	padding:0px;
	}
.piede_img {
	height:30px;
	float:right;
	margin:3px 5px 0 5px;
	padding:0px;
	
	}
.txt_piede{
	height:30px;
	color:#FFffff;
	margin:5px 5px;
	float:right;
	width:270px;
	}
.txt_piede a{
	text-decoration:underline;
	color:#FFFFFF;
	}
.txt_piede a:hover{
	text-decoration:none;
	color:#FFFFFF;
	}
ul.legal{
width: 650px;
float: left;
text-align: center;
margin-left: 50px;


	}	
	 ul.legal a,#pie a{color:white;
font-weight:bold;}
	.conmargen{width: 950px;
margin: 0 auto;}
.pie a{padding: 0 0.2em;}

.float_left {
float: left;
margin: 0 0.5em;
}
.float_right {
float: right;
margin: 0 0.5em;
}
/* VÍDEO */	
div#video_explicativo_contenedor {
	display: none;
}
div.blockUI div#video_explicativo_contenedor {
	display: block;
}
/*---------------------------------cambio a crm*/

#evolucion {
    background: url("../images/commercial-power-cabecera-crm.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: 3px solid #702F7E;
    display: block;
    height: 300px;
    width: 950px;
}
.marginTopPx20{
	margin-top:20px;
}
.aligncenter{
text-align:center;}
h1.aligncenter{
line-height:1.5em;}
.size200{
font-size:200%;}
.floatRight{
float:right;}
.botonbonito{
	background-image:url(../images/fondo_submenu.gif);
	background-repeat:repeat-x;
	background-position: center left;
	text-align:center;
	margin:0px auto;
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding:15px 19px 15px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 380px;
}
.botonbonito a{
	text-align:center;
	font-weight:bold;
	text-decoration: none;
	color: #ffffff;
	font-size:1.5em;
}