
html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body{font-size:14px;}
#contenido{
    min-height: 100%;
    padding-bottom:20px;
	margin-top: 122px;
}
#contenido .contenedor {
    overflow:auto;
    padding-bottom: 400px;}  /* must be same height as the footer */

/*** tipografia ***/
p{
    font-size:14px;
}
h1, h2, h3, .phone, .navbar-inner, #navbar_submenu,
.sprite-tr-basico, .sprite-tr-medio, .sprite-tr-profesional,
#comparativa .destacado, .reclamo{
    font-family: 'Oswald', sans-serif;
}
h1{
    color:#022036;
    /*text-shadow: 1px 1px 2px #022036;
    filter: dropshadow(color=#022036, offx=1, offy=1);*/
}
h2{
    color:#0052ba;
    font-size:18px;
}
h3{
    font-size:16px;
    line-height:22px;
}
#caracteristicas p{
	text-align:justify;
}
#caracteristicas h2{
    color:#003b68;
    font-size:20px;
    line-height:23px;
    margin-bottom:10px;
}
#caracteristicas h3{
    color:#0052ba;
    font-size:15px;
    line-height:18px;
    margin-bottom:8px;
}
#subhome h2,
.caracteristicas-subhome h2{
    font-size:14px;
    line-height:60px;
}

#subhome p,
.caracteristicas-subhome p{
    clear:left;
}
.fondo_blanco_transp{
	  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	  border-radius:8px;
	  -webkit-border-radius:8px;
	  -moz-border-radius:8px;
}
.subhome h1,
#migracion h1{
    color:#fff;
    margin:50px 0 30px 0;
}

.bigger{
    font-size:16px;
}
.big{
    font-size:36px!important;
}
.bold{
    font-weight:bold;
}
.line20{
	line-height:20px!important;
}
/*** top ***/


.accesos a{font-size:15px;}
#menuprincipal{
    margin-top:80px;
    font-size:22px;
    text-transform:uppercase;
}
.navbar .nav > li > a{
    color:#fff;
}
#nav-top{

}
.dropdown-menu{
    font-size:14px;
}
.usuario{
    color:#6ac1fb!important;
}
.usuario:hover{
    color:#fff!important;
}
.navbar-inner form{
    display:inline;
    margin:0;
}
.navbar-inner .buscador{
    padding-top:8px;
}
.navbar-inner input{
    background-color:#135db5;
    color:#fff;
}
#menux{float:right; margin-top:35px;margin-left:0;}
#menux li{
    list-style:none;
    font-size:20px;
    display:inline;
    margin-right:6px;
}
#menux .dropdown-menu li{
    font-size:14px;
    line-height:14px;
    margin:0px!important;
}
#menux .dropdown-menu li a{line-height:14px;}
#navbar_submenu{
    width:100%;
    background-color:#004794;
    position:absolute;
    z-index:300;
    top:122px;
    height:350px;
    padding:10px 0;}
#navbar_submenu li{
    list-style:none;
    line-height:20px;
}
#navbar_submenu ul{
    margin-bottom:10px;
}
#navbar_submenu hr{
    border-top:1px solid #1268c9;
    border-bottom:1px solid #0b50b7;
}
#navbar_submenu ul li a{
    color:#abcffd;
    font-size:18px;
}
#navbar_submenu ul li ul li a{
    font-size:15px;
}
#navbar_submenu ul li ul li ul li a,
#submenu_level_2 ul li a{
    font-size:14px;
    color:#fff;
}
#submenu_level_1 ul li,
#submenu_level_2 li,
#submenu_level_3 ul li{
    float:left;
    width:220px;
    display:block;
}
#submenu_level_2{margin-left:49px;}
#submenu_level_1, #submenu_level_2, #submenu_level_3, #navbar_submenu hr{clear:both;}



.in-page-nav {
    background-color: #F5FBFF;
    border-bottom: 1px solid #DDF0FC;
    box-shadow: 0 10px 5px -5px rgba(186, 227, 255, 0.2) inset, 0 -10px 10px -10px rgba(186, 227, 255, 0.4) inset;
    z-index: 100;
    margin-bottom:10px;
    padding:10px 0;
}

.in-page-nav ul {
    margin: 0;
    padding: 0;
}
.in-page-nav ul li, .in-page-nav li a {
    float: left;
    font-size: 11px;
    list-style: none outside none;
    font-weight:bold;
    text-align: center;
    width:70px;
    line-height:15px;
	color:#0052ba;
	cursor:pointer;
}

.in-page-nav .btn-warning{
    font-size:14px;
    font-weight:bold;
    padding:4px 2px!important;
    float:right!important;

}
.in-page-nav .span2{float:right; margin-right:10px;}
.in-page-nav .btn-warning{
    margin-top:15px;
}
.in-page-nav .btn-warning span{
    padding-top:10px;
    display:block-inline;
    line-height:25px;
}
.precios{
    padding-left:70px;
    padding-top:10px;
}
#software-gestion .cabecera,
#eplan-abogados-caracteristicas .cabecera{
	background: #003e72; /* Old browsers */
background: -moz-linear-gradient(45deg,  #003e72 52%, #012b41 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(52%,#003e72), color-stop(100%,#012b41)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #003e72 52%,#012b41 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #003e72 52%,#012b41 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #003e72 52%,#012b41 100%); /* IE10+ */
background: linear-gradient(45deg,  #003e72 52%,#012b41 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e72', endColorstr='#012b41',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	margin-top:-17px;
}
#eplan-abogados-caracteristicas h1,
#software-gestion h1{color:#fff;}
#eplan-abogados-caracteristicas .in-page-nav {
    /*background-color: #c4ddf9;*/
    border-bottom: 2px solid #003e72;
}

#caracteristicas-crm .cabecera{
	background: #0052ba; /* Old browsers */
background: -moz-linear-gradient(45deg,  #0052ba 52%, #012b41 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(52%,#0052ba), color-stop(100%,#012b41)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #0052ba 52%,#012b41 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #0052ba 52%,#012b41 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #0052ba 52%,#012b41 100%); /* IE10+ */
background: linear-gradient(45deg,  #0052ba 52%,#012b41 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052ba', endColorstr='#012b41',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



}
#caracteristicas-crm h1{color:#fff;}
#caracteristicas-crm .in-page-nav {
    /*background-color: #c3def0;*/
    border-bottom: 2px solid #0052ba;
}
#gestorias-caracteristicas .cabecera{
background: #1171eb; /* Old browsers */
background: -moz-linear-gradient(45deg,  #1171eb 52%, #012b41 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(52%,#1171eb), color-stop(100%,#012b41)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #1171eb 52%,#012b41 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #1171eb 52%,#012b41 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #1171eb 52%,#012b41 100%); /* IE10+ */
background: linear-gradient(45deg,  #1171eb 52%,#012b41 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1171eb', endColorstr='#012b41',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	margin-top:-17px;

}
#gestorias-caracteristicas h1{color:#fff;}
#gestorias-caracteristicas .in-page-nav {
    /*background-color: #c3eff0;*/
    border-bottom: 2px solid #1171eb;
}
#procuradores-caracteristicas .cabecera{
background: #175eb3; /* Old browsers */
background: -moz-linear-gradient(45deg,  #175eb3 52%, #012b41 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(52%,#175eb3), color-stop(100%,#012b41)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #175eb3 52%,#012b41 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #175eb3 52%,#012b41 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #175eb3 52%,#012b41 100%); /* IE10+ */
background: linear-gradient(45deg,  #175eb3 52%,#012b41 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#175eb3', endColorstr='#012b41',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	margin-top:-17px;

}
#procuradores-caracteristicas h1{color:#fff;}
#procuradores-caracteristicas .in-page-nav {
   /* background-color: #c1eefa;*/
    border-bottom: 2px solid #175eb3;
}
#extranet-caracteristicas .cabecera{
	background: #1266aa; /* Old browsers */
background: -moz-linear-gradient(45deg,  #1266aa 52%, #012b41 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(52%,#1266aa), color-stop(100%,#012b41)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #1266aa 52%,#012b41 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #1266aa 52%,#012b41 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #1266aa 52%,#012b41 100%); /* IE10+ */
background: linear-gradient(45deg,  #1266aa 52%,#012b41 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1266aa', endColorstr='#012b41',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	

}
#extranet-caracteristicas h1{color:#fff;}
#extranet-caracteristicas .in-page-nav {
    /*background-color: #c3eff0;*/
    border-bottom: 2px solid #1266aa;
}

#susdatos-caracteristicas .cabecera{
	background: #598fd2; /* Old browsers */
background: -moz-linear-gradient(45deg,  #598fd2 52%, #012b41 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(52%,#598fd2), color-stop(100%,#012b41)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #598fd2 52%,#012b41 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #598fd2 52%,#012b41 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #598fd2 52%,#012b41 100%); /* IE10+ */
background: linear-gradient(45deg,  #598fd2 52%,#012b41 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#598fd2', endColorstr='#012b41',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



margin-top:-17px;
	

}
#susdatos-caracteristicas h1{color:#fff;}
#susdatos-caracteristicas .in-page-nav {
    /*background-color: #c3eff0;*/
    border-bottom: 2px solid #598fd2;
}
#ifactura-caracteristicas .cabecera{
background: #0088cc; /* Old browsers */
background: -moz-linear-gradient(45deg,  #0088cc 52%, #012b41 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(52%,#0088cc), color-stop(100%,#012b41)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #0088cc 52%,#012b41 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #0088cc 52%,#012b41 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #0088cc 52%,#012b41 100%); /* IE10+ */
background: linear-gradient(45deg,  #0088cc 52%,#012b41 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088cc', endColorstr='#012b41',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
#ifactura-caracteristicas h1{color:#fff;}
#ifactura-caracteristicas .in-page-nav {
    /*background-color: #c3eff0;*/
    border-bottom: 2px solid #0088cc;
}
#backup-caracteristicas .cabecera{
background: #65bbf6; /* Old browsers */
background: -moz-linear-gradient(45deg,  #65bbf6 52%, #012b41 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(52%,#65bbf6), color-stop(100%,#012b41)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #65bbf6 52%,#012b41 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #65bbf6 52%,#012b41 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #65bbf6 52%,#012b41 100%); /* IE10+ */
background: linear-gradient(45deg,  #65bbf6 52%,#012b41 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bbf6', endColorstr='#012b41',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#backup-caracteristicas h1{color:#fff;}
#backup-caracteristicas .in-page-nav {
    /*background-color: #c3eff0;*/
    border-bottom: 2px solid #65bbf6;
}

/*.cabecera:after{
	background: url("../../images/sudespacho/pattern.png?20130305") repeat scroll center center transparent;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
	z-index: 10!important;
}*/


#caracteristicas .row{
    margin-bottom:25px!important;
}
#caracteristicas .accordion-group {
    margin-bottom: 2px;
    border: none;

}
#caracteristicas .accordion-heading {
    border-bottom: 1px dashed #7498b3;
    background-color:#e9f7ff;
    border-top: 1px dashed #7498b3;
}
#caracteristicas .accordion-heading h3{
    margin-bottom:0;
}

#caracteristicas .accordion-inner {
    padding: 9px 15px;
    border-top: none;
}
.mascaracteristicas .button{
    text-align:center!important;
    padding:5px;
    height:120px;
}
.mascaracteristicas .button i{
    display:block;
    height:70px;
}
.button {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7498b3;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px 1px #FFFFFF inset, 0 0 20px 3px rgba(233, 247, 255, 0.6) inset;
    transition: all 0.18s ease 0s;
}
.button:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7498b3;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px 1px #FFFFFF inset, 0 0 20px 3px rgba(99, 171, 212, 0.6) inset;
    transition: all 0.18s ease 0s;
}

.subhome{
    padding:25px 0;
}
.subhome img{
    margin-top:30px;
}
.subhome .btn-warning{
    width:435px;
    font-size:24px;
    line-height:30px;
}
.subhome .btn-primary{
    width:250px;
    font-size:24px;
    line-height:30px;
    float:right;
}
.estrellas{clear:left; text-align:right;}
.opinion{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:15px;
    font-style:italic;
}
.comilla{
    font-size:39px;
	color:#6AC1FB;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:39px;
}
.nombrecliente{
    font-weight:bold;
}
.vertodas{margin-top:-30px; float:right;}
.lopd
{background: #fff;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
 padding: 1.5em; color: rgba(0,0,0, .8);
 line-height: 1.5;
 text-align: center;
 display: block;
 -webkit-box-shadow: 5px 10px 5px rgba(0,62,116, .7)!important;
 -moz-box-shadow: 5px 10px 5px rgba(0,62,116, 0.7)!important;
 box-shadow: 5px 10px 5px rgba(0,62,116, 0.7);
 width:160px;
 background-color: #095FCC;
 background-image: -moz-linear-gradient(center top , #003A64, #0052BA);
 background-repeat: repeat-x;
 color:#fff;
 font-weight:bold;
 margin-top:10px;
}


.precio{
    /*color:#93001c;*/
    color:#4084bb; 
    font-weight:bold;
    font-size:28px;
    /*text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);*/
}
.precio-small{
    color:#4084bb; 
    font-weight:bold;
    font-size:20px;
   /* text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);*/
    text-align:center;
    display:block;
}
#comparativa{margin:auto; font-size:13px;}
#comparativa h2{
    color:#fff;
    margin-bottom:30px;
    margin-top:10px;
}
#comparativa .sprite-tr-basico,
#comparativa .sprite-tr-medio,
#comparativa .sprite-tr-profesional{
    text-align:center;
    color:#fff;
}
#comparativa .sprite-tr-basico .small,
#comparativa .sprite-tr-medio .small,
#comparativa .sprite-tr-profesional .small{
    text-align:center;
    color:#fff;
}
#comparativa .sprite-tr-basico:hover,
#comparativa .sprite-tr-medio:hover,
#comparativa .sprite-tr-profesional:hover{
    cursor:pointer;
}
#comparativa span{
    font-size:45px;
}
#comparativa span .small{
    font-size:18px;
}
#comparativa h4 {
    min-height: 20px;
    padding: 10px;
    margin:8px 0;
    background: #8cc7fa; /* Old browsers */
    background: -moz-linear-gradient(top,  #8cc7fa 0%, #7cb6e2 49%, #c5d7e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cc7fa), color-stop(49%,#7cb6e2), color-stop(100%,#c5d7e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8cc7fa 0%,#7cb6e2 49%,#c5d7e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8cc7fa 0%,#7cb6e2 49%,#c5d7e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8cc7fa 0%,#7cb6e2 49%,#c5d7e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8cc7fa 0%,#7cb6e2 49%,#c5d7e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc7fa', endColorstr='#c5d7e5',GradientType=0 ); /* IE6-9 */

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    border:1px solid #8cc7fa;
}


#comparativa .small,
.precio .small{font-size:18px!important;}

#comparativa .border-bottom{
    border-bottom:1px solid #dfdbdb;
    text-align:center;
}
#comparativa .btn-warning,
#comparativa2 .btn-warning{
    font-size:21px;
}
#comparativa2{
    margin-top:15px;
}
#comparativa .destacado{
    color:#0854b3;
    font-size:30px;

}

#comparativa h3{
    height:60px;
}
.reclamo{
    margin-top:10px;
    font-size:32px;
    height:80px;
    padding:15px;
}
#migracion .span7 p{font-weight:bold;}
#migracion .span5 {text-align:center; font-weight:bold;}
#tarifa h2,
#tarifa .precio{
    text-align:center;
}
#tarifa h2{
    border-bottom:1px dashed #333;
    margin-bottom:10px;
}
#tarifa .well{
    height:190px;
    padding:5px;
}
#columnas .span4{
    background-color:#fff;
    border-radius:8px;
    padding-top:8px;
    height:220px;
    border-bottom:1px dashed #333;
    margin-bottom:10px;
}
#copiaseguridad .span6{	background-color:#fff;
                        border-radius:8px;
                        padding-top:8px;
                        height:260px;
                        border-bottom:1px dashed #333;
                        margin-bottom:10px;}
#columnas2 .span4{
    background-color:#fff;
    border-radius:8px;
    padding-top:8px;
    height:280px;
    border-bottom:1px dashed #333;
    margin-bottom:10px;
}
#columnas2 h2{font-size:15px; line-height:18px; height:50px;}

.fondo-cuadro{
    background-color:#fff;
    border-radius:8px;
    border-bottom:1px dashed #333;
    margin-bottom:10px;
    padding:15px;
}
.fondo-cuadro h3,
.fondo-cuadro h4{margin-bottom:15px;}
.fondo-cuadro ul{
    padding:15px;
    margin-right:40px;
    margin-top:25px;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    background-color:#aeddfc;
}
.well2{
    min-height: 20px;
    padding: 19px 0;
    margin-bottom: 20px;
    background-color: #8cc7fa;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

ul#ulSubhome{margin-top:10px;}
ul#ulSubhome li{
    line-height:30px;
    list-style:none;
    font-size:18px;

}
ul#ulSubhome .bigger{
    font-size:28px;
}
/*** footer ***/
footer{
    background-color:#c7dcf9;
    padding:15px 0;
    position: relative;
    margin-top: -400px; /* negative value of footer height */
    height:400px;
}
footer li{
    list-style:none;
}
footer ul li ul{
    margin-left:8px!important;
    margin-bottom:4px!important;
}
footer ul li ul li ul{
    margin-left:8px;
}
footer a{
    color:#0052ba;
    font-size:13px;
}

footer .open,
footer .open a,
footer a:hover,
footer ul li ul li a:hover,
footer .dropdown-toggle:hover,
footer .dropdown-menu{
    background-color:#aac8f5!important;
	border:none;
}
footer .dropdown-menu a{color:#0052ba;}
footer .dropdown-menu a:hover,
footer .dropdown-menu li:hover{background-color:#c7dcf9!important;}

/******/
#backup-caracteristicas .in-page-nav ul li {
    width:80px;
}
.in-page-nav ul li span{
    display:inline-block;
}
#susdatos-caracteristicas  .in-page-nav ul li{
    width:85px;
}
#ifactura-caracteristicas  .in-page-nav ul li{
    width:88px;
}
#software-gestion .in-page-nav ul li, #software-gestion.in-page-nav li a{width:95px;}
.in-page-nav ul li i{float:none;}
/* formularios*/
.input-xxxlarge {
    width: 730px;
}

/*portada*/
.home h2 {line-height:18px;}
.home h2 .small{font-size:14px;}
.home .span3{position:relative; height:320px;}
.home .btn{position:absolute; top:280px; left:45px;}
.home ul li{list-style:square;}
.home .precio{color:#F89A15;}

.home .fondo_blanco h2{line-height:19px; padding-top:8px;}
.home .fondo_blanco h3{margin-bottom:8px;}
.home .fondo_blanco h3, .home .fondo_blanco p {clear:left;}
.home .fondo_blanco{height:235px; margin-bottom:16px;}
.portada .opinion{
    height:90px;
    overflow:auto;
}
#myCarousel .btn{
    margin-top:15px;
}
#myCarousel h1{
    font-size:28px;
    margin-bottom:20px;
}
#myCarousel p{
    font-size:20px;
    line-height:22px;

}
#myCarousel .item{
    border-radius:20px;
    overflow:hidden;
}
.carousel-control {
    font-size: 40px;
    font-weight: 100;
    height: 30px;
    width: 20px;
	line-height:20px;
}
.carousel-caption .precio{
	color:#f89a15;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.carousel-caption .numero{
		font-size:35px;
}
.carousel-caption .divisa{
 font-size:18px;
}
.carouse1 .carousel-caption{
    top:150px;
    left:50px;
    width:450px;
    bottom:30px;
}
.carousel2 .carousel-caption{
    top:220px;
    width:940px;
	bottom:20px;
}
.carousel4 .carousel-caption{
    top:70px;
    right:50px;
	bottom:20px;
	left:530px;
}
.carousel-caption{
    background: none repeat scroll 0 0 rgba(0, 60, 107, 0.75);

}
.carousel-control{background:#004079;}

.carousel-indicators {
  position: absolute;
  top: 355px;
  right: 10px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
	display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background: url("http://estatico.sudespacho.net/sudespacho/images/bullets.png?20130305") no-repeat scroll 0 0 transparent;
    border: 0 none;
  border-radius: 5px;
  cursor:pointer;
	}
.carousel-indicators li .active,
.carousel-indicators li:hover {background-position: 0 100%;}




/* carousel caracteristicas*/
.carousel_lento .carousel-control{font-size:20px; height:25px; line-height:20px; top:392px;}
.carousel_lento .left{left:555px;}
.capturas img{border: 1px solid #7498B3; width:618px!important; margin-bottom:20px;}

#ifactura-caracteristicas .carousel_lento .carousel-control,
#backup-caracteristicas .carousel_lento .carousel-control{top:345px;}
/* dominios */
.formulariodominio{background:url('http://estatico01.sudespacho.net/sudespacho/images/buscador.png?20130305') no-repeat center center;}
.formulariodominio label, .formulariodominio input{margin-right:5px;}
.formulariodominio .btn{text-transform:uppercase;}
.form-inline {position:relative;}
.form-inline label{position:relative; top:10px;}
.otrosdominios .button{padding:8px; height:85px;}

#xlInput{padding:10px 0; font-size:22px;}

.form-inline .bigger{font-size:14px; line-height:16px;}

/* hosting*/
#hosting-comparativa h1{margin-top:80px!important;}

/*web*/
#pasosWeb .span2{width:160px;}

/*centro datos*/
#centro-datos h2{font-size:14px; line-height:15px;}
#centro-datos .well{position:relative; padding-right:180px;}
#centro-datos img{position:absolute; right:15px; top:-15px;}

/* pasos */
#pasos h2{
	padding-top:40px;
	float:left;
}
#pasos:before,
#pasos:after {
  display: table;
  content: "";
}
#pasos:after {
  clear: both;
}
/*** sprite ***/

[class^="datacenter"],
[class*="datacenter"] {
    display: inline-block;
    vertical-align: text-top;
    background-image: url("http://estatico02.sudespacho.net/sudespacho/images/datacenter.png?20130305");
background-repeat: no-repeat;
	width:80px;
	height:130px;
	float:left;
	margin-right:4px;
}
.datacenter1{background-position: 0 0;}
.datacenter2{background-position: -80px 0;}
.datacenter3{background-position: -160px 0;}
.datacenter4{background-position: -240px 0;}
.datacenter5{background-position: -320px 0;}
.datacenter6{background-position: -400px 0;}
.datacenter7{background-position: -480px 0;}
.datacenter8{background-position: -560px 0;}
.datacenter9{background-position: -640px 0;}
.datacenter10{background-position: -720px 0;}
.datacenter11{background-position: -800px 0;}
.datacenter12{background-position: -880px 0;}
.datacenter13{background-position: -960px 0;}
.datacenter14{background-position: -1040px 0;}

[class^="sprite-"],
[class*="sprite-"]
 {
    display: inline-block;
    vertical-align: text-top;
	background-repeat: no-repeat;
	/**/
}
.sprite-subir, .sprite-expedientes, .sprite-expedientes-big, .sprite-clientes, .sprite-clientes-big, .sprite-agenda, .sprite-agenda-big, .sprite-correo, .sprite-correo-big, .sprite-gestor, .sprite-gestor-big, .sprite-configuracion, .sprite-configuracion-big, .sprite-informes, .sprite-informes-big, .sprite-facturacion, .sprite-facturacion-big, .sprite-escrituras, .sprite-escrituras-big, .sprite-expedientes-procurador, .sprite-expedientes-procurador-big, .sprite-gestor-tareas, .sprite-gestor-tareas-big, .sprite-asuntos, .sprite-zona-clientes, .sprite-zona-clientes-big, .sprite-asuntos-big, .sprite-online, .sprite-online-big, .sprite-subida-inteligente, .sprite-subida-inteligente-big, .sprite-gestor-asesorias, .sprite-gestor-asesorias-big, .sprite-informes-asesoria, .sprite-informes-asesoria-big, .sprite-utilidades, .sprite-dom, .sprite-flecha-azul, .sprite-rss, [class^="sprite-caract-"], [class*="sprite-caract-"], .sprite-ok {background-image: url("http://estatico01.sudespacho.net/sudespacho/images/sprite6.png?20130325");}
.sprite-subir{
    background-position: -0px -229px;
    width:60px;
    height:56px;
}
.sprite-expedientes{
    background-position: -120px -229px;
    width:60px;
    height:56px;
}
.sprite-expedientes-big{
    background-position: -120px -286px;
    width:120px;
    height:115px;
}
.sprite-clientes{
    background-position: -60px -229px;
    width:60px;
    height:56px;
}
.sprite-clientes-big{
    background-position: -0 -286px;
    width:120px;
    height:115px;
}

.sprite-agenda{
    background-position: -180px -229px;
    width:60px;
    height:56px;
}
.sprite-agenda-big{
    background-position: -240px -286px;
    width:120px;
    height:115px;
}
.sprite-correo{
    background-position: -240px -229px;
    width:60px;
    height:56px;
}
.sprite-correo-big{
    background-position: -360px -286px;
    width:120px;
    height:115px;
}
.sprite-gestor{
    background-position: -300px -229px;
    width:60px;
    height:56px;
}
.sprite-gestor-big{
    background-position: -480px -286px;
    width:120px;
    height:115px;
}
.sprite-configuracion{
    background-position: -360px -229px;
    width:60px;
    height:56px;
}
.sprite-configuracion-big{
    background-position: -120px -400px;
    width:120px;
    height:115px;
}
.sprite-informes{
    background-position: -420px -229px;
    width:60px;
    height:56px;
}
.sprite-informes-big{
    background-position: -600px -286px;
    width:120px;
    height:115px;
}
.sprite-facturacion{
    background-position: -480px -229px;
    width:60px;
    height:56px;
}
.sprite-facturacion-big{
    background-position: 0px -400px;
    width:120px;
    height:115px;
}
.sprite-escrituras{
    background-position: -600px -229px;
    width:60px;
    height:58px;
}
.sprite-escrituras-big{
    background-position: -822px -286px;
    width:120px;
    height:115px;
}
.sprite-expedientes-procurador{
    background-position: -657px -229px;
    width:60px;
    height:58px;
}
.sprite-expedientes-procurador-big{
    background-position: -942px -286px;
    width:120px;
    height:115px;
}
.sprite-gestor-tareas{
    background-position: -714px -229px;
    width:60px;
    height:58px;
}
.sprite-gestor-tareas-big{
    background-position: -1057px -512px;
    width:120px;
    height:115px;
}
.sprite-asuntos{
    background-position: -773px -229px;
    width:60px;
    height:58px;
}
.sprite-zona-clientes{
    background-position: -837px -230px;
    width:60px;
    height:58px;
}
.sprite-zona-clientes-big{
    background-position: -1069px -290px;
    width:120px;
    height:115px;
}
.sprite-asuntos-big{
    background-position: -1177px -512px;
    width:120px;
    height:115px;
}
.sprite-online{
    background-position: -540px -229px;
    width:60px;
    height:56px;
}
.sprite-online-big{
    background-position: -712px -286px;
    width:120px;
    height:115px;
}
.sprite-subida-inteligente{
    background-position: -623px -466px;
    width:64px;
    height:58px;
}
.sprite-subida-inteligente-big{
    background-position: 0 -528px;
    width:120px;
    height:115px;
}
.sprite-gestor-asesorias{
    background-position: -688px -401px;
    width:64px;
    height:58px;
}
.sprite-gestor-asesorias-big{
    background-position: -123px -528px;
    width:120px;
    height:115px;
}
.sprite-informes-asesoria{
    background-position: -688px -466px;
    width:64px;
    height:60px;
}
.sprite-informes-asesoria-big{
    background-position: -240px -528px;
    width:120px;
    height:115px;
}
.sprite-utilidades{
    background-position: -624px -403px;
    width:60px;
    height:56px;
}

.sprite-dom{
    background-position: -780px -595px;
    width:68px;
    height:80px;
    vertical-align:middle;
	
}

.banner span{float:left; padding:15px 0;}
.banner h1{font-size:38px;}
#susdatos-caracteristicas .banner h1,
#backup-caracteristicas .banner h1{font-size:32px;}


.sprite-sep{
    background-position:0 -684px;
    width:100%;
    margin:10px 0;
    height:8px;}
.sprite-rss{
    background-position:-733px -540px;
    width:24px;
    height:24px;
	margin:8px 5px;}
	
[class^="sprite-caract-"],
[class*="sprite-caract-"] {
    width:64px;
    height:64px;
    margin:auto;
}
.sprite-caract-uno{
    background-position: -240px -400px;
}
.sprite-caract-dos{
    background-position: -304px -400px;
}
.sprite-caract-tres{
    background-position: -368px -400px;
}
.sprite-caract-cuatro{
    background-position: -432px -400px;
}
.sprite-caract-cinco{
    background-position: -496px -400px;
}
.sprite-caract-seis{
    background-position: -560px -400px;
}
.sprite-caract-siete{
    background-position: -240px -464px;
}
.sprite-caract-ocho{
    background-position: -304px -464px;
}
.sprite-caract-nueve{
    background-position: -368px -464px;
}
.sprite-caract-diez{
    background-position: -432px -464px;
}
.sprite-caract-once{
    background-position: -496px -464px;
}
.sprite-caract-doce{
    background-position: -560px -464px;
}
.sprite-caract-trece{
    background-position: -800px -464px;
}
.sprite-caract-catorce{
    background-position: -864px -464px;
}
.sprite-caract-quince{
    background-position: -928px -464px;
}
.sprite-caract-dieciseis{
    background-position: -992px -464px;
}
.sprite-caract-dieciocho{
    background-position: -800px -528px;
}
.sprite-caract-diecinueve{
    background-position: -928px -528px;
}
.sprite-caract-veinte{
	background-image: url("http://estatico01.sudespacho.net/sudespacho/images/icos-software.png");
    background-position:-540px 0;
	width:60px;
}
.sprite-caract-treinta{
    background-position: -864px -528px;
}
.sprite-caract-treintaiuno{
    background-position: -994px -528px;

}
.sprite-ok{
    background-position:-690px -537px;
    width:30px;
    height:30px;
    vertical-align:middle;
	background-color:#fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
.soporte2-movil{
	background-image
}	
[class^="soporte-"],
[class*="soporte-"] {
    width:64px;
    height:64px;
    margin:auto;
	background-image: url("http://estatico01.sudespacho.net/sudespacho/images/soporte.png?20130305");
background-repeat: no-repeat;
	display:block;

}
.soporte-uno{
    background-position: 0 0;
}
.soporte-dos{
    background-position: -64px 0;
}
.soporte-tres{
    background-position: -128px 0;
}
.soporte-cuatro{
    background-position: -192px 0;
}
.soporte-cinco{
    background-position:  0 -64px;
}
.soporte-seis{
    background-position: -64px -64px;
}
.soporte-siete{
	background-position: -128px -64px;
}
.soporte-ocho{
    background-position: -192px -64px;
}
.soporte-nueve{
    background-position: 0px -128px;
	float:left;
}
.soporte-diez{
    background-position: -64px -128px;
	float:left;
}
.soporte-once{
    background-position: -128px -128px;
	float:left;
}
.soporte-doce{
    background-position: -192px -128px;
	float:left;
}

[class^="bg-"],
[class*="bg-"] {
    background-image: url("http://estatico02.sudespacho.net/sudespacho/images/bg.jpg");
    background-repeat: no-repeat;
}
.bg-nubes{
    background-position: -0px -370px;
}


/*** reescritos ***/
.btn{font-weight:bold;}
.navbar .nav > li > a{padding:5px;}
.breadcrumb{
background-color: #004fb0;
    background-image: none;
    border: none;
    border-radius:0;
    box-shadow: none;
    margin: 0;
    padding: 7px 14px;
	color:#fff;
}
.well{
	background-color:#f6fcff;
	border: 1px solid rgba(116, 152, 179, 0.25);
    border-radius: 4px 4px 4px 4px;
    /*box-shadow: 0 1px 1px rgba(233, 247, 255, 0.8) inset;*/
	box-shadow: 3px 3px 8px rgba(137, 188, 217, 0.04) inset;
	}
	
.accordion-heading .accordion-toggle{
	padding:8px;
}
.accordion-heading h3{font-size:14px; font-weight:normal;}
input, textarea, select, .uneditable-input {
    border: 1px solid #7498b3;}

.breadcrumb a, .breadcrumb .divider{color:#fff;}

.alert{
margin-bottom:0;
}
.popover {
 z-index: 1040;
 
}
.popover.top .arrow {
  border-top: 5px solid #abd7fc;
}
.popover.right .arrow {
  border-right: 5px solid #abd7fc;
}
.popover.bottom .arrow {

  border-bottom: 5px solid #abd7fc;
}
.popover.left .arrow {

  border-left: 5px solid #abd7fc;
}
.popover-inner {
  background: #abd7fc;
  background: rgba(0, 0, 81, 182, 0.8);
  -webkit-box-shadow: 0 3px 7px rgba(0, 81, 182, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 81, 182, 0.3);
  box-shadow: 0 3px 7px rgba(0, 81, 182, 0.3);
}
.popover-title {
  font-size:14px;
  background-color: #abd7fc;
  border-bottom: 1px solid #abd7fc;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  font-size:13px;
}

#webicos h2{
	line-height:16px!important;
	text-align:center!important;
}
[class^="web-ico"],
[class*=" web-ico"] {
    display: inline-block;
    vertical-align: text-top;	
    background-color: #095FCC;
    background-image: -moz-linear-gradient(center top , #003A64, #0052BA);
    background-repeat: repeat-x;
    box-shadow: 0 1px 3px #003B67, 0 -1px 0 rgba(0, 59, 103, 0.1) inset;
    width:60px;
    height:60px;
    background-repeat:no-repeat;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    margin-right:10px;
    background-image: url("http://estatico02.sudespacho.net/sudespacho/images/web-ico.png?20130305");
	}

.web-ico7{
    background-position: 0px 0px;
}
.web-ico6{
    background-position: -60px 0px;
}
.web-ico3{
    background-position: -120px 0px;
}
.web-ico5{
    background-position: -180px 0px;
}
.web-ico-wordpress{
    background-position: -240px 0px;
}
.web-ico-joomla{
    background-position: -300px 0px;
}
.web-ico-phpnuke{
    background-position: -360px 0px;
}
.web-ico-drupal{
    background-position: -420px 0px;
}
.web-ico-oscommerce{
    background-position: -480px 0px;
}
.web-ico-magento{
    background-position: -540px 0px;
}
.web-ico-zencart{
    background-position: 0px -60px;
}
.web-ico-mediawiki{
    background-position: -60px -60px;
}
.web-ico-phpwiki{
    background-position: -120px -60px;
}
.web-ico-moodle{
    background-position: -180px -60px;
}
.web-ico-phpmyfaq{
    background-position: -240px -60px;
}
.web-ico-fourimages{
    background-position: -300px -60px;
}
.web-ico-gallery{
    background-position: -360px -60px;
}
.web-ico-phpbb{
    background-position: -420px -60px;
}
.web-ico-sugarcrm{
    background-position: -480px -60px;
}
.web-ico8{
    background-position: -540px -60px;
}
.web-ico10{
    background-position: 0px -120px;
}
.web-ico11{
    background-position: -60px -120px;
}
[class^="icoweb"],
[class*="icoweb"] {
    display: inline-block;
    vertical-align: text-top;	
    width:100px;
    height:85px;
    background-repeat:no-repeat;
    background-image: url("http://estatico01.sudespacho.net/sudespacho/images/web-ico.png?20130305");
}
.icoweb1{
    background-position: 0px -180px;
}
.icoweb2{
    background-position: -100px -180px;
}
.icoweb3{
    background-position: -200px -180px;
}
.icoweb4{
    background-position: -300px -180px;
}
.icoweb5{
    background-position: -400px -180px;
}
[class^="icon-"],
[class*=" icon-"] {
    background-image: url("http://estatico02.sudespacho.net/sudespacho/img/glyphicons_halflings-azul.png?20130305")!important;
}
.icon-white {
    background-image: url("http://estatico.sudespacho.net/sudespacho/img/glyphicons-halflings-white.png?20130318")!important;
}
.navbar-inner {
    background-color: #095fcc;
    background-image: -moz-linear-gradient(top, #003a64, #0052ba);
    background-image: -ms-linear-gradient(top, #003a64, #0052ba);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#003a64), to(#0052ba));
    background-image: -webkit-linear-gradient(top, #003a64, #0052ba);
    background-image: -o-linear-gradient(top, #003a64, #0052ba);
    background-image: linear-gradient(top, 003a64, #0052ba);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003a64', endColorstr='#0052ba', GradientType=0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 59, 103, 1), inset 0 -1px 0 rgba(0, 59, 103, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 59, 103, 1), inset 0 -1px 0 rgba(0, 59, 103, 0.1);
    box-shadow: 0 1px 3px rgba(0, 59, 103, 1), inset 0 -1px 0 rgba(0, 59, 103, 0.1);
}
.navbar .brand{
    padding:0;
}





/*** zona administracion ***/
#contacto .cuadro .span3{width:210px; font-size:21px;}
#contacto .span6 .fondo_blanco{height:345px;}
.cuadro{
    padding: 19px;
    margin-bottom: 20px;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;color: rgba(0,0,0, .8);
    line-height: 1.5;
    display: block;
    -webkit-box-shadow: 3px 5px 3px rgba(0,62,116, .7)!important;
    -moz-box-shadow: 3px 5px 3px rgba(0,62,116, 0.7)!important;
    box-shadow: 3px 5px 3px rgba(0,62,116, 0.7);
    background-color: #095FCC;
    background-image: -moz-linear-gradient(center top , #003A64, #0052BA);
    background-repeat: repeat-x;
    color:#fff;


}
.shadow{
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,82,186, 0.5);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,82,186, 0.5);
    box-shadow: 1px 1px 1px 1px rgba(0,82,186, 0.5);  
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;color: rgba(0,0,0, .8);  
}
.fondo_blanco{
    background-color:#fff;
}
.width{width:100px;}
.pad5{
    padding:5px;
}
.pad10{
    padding:10px;
}
.pad10-top{
    padding-top:10px;
}
.pad10-bottom{
    padding-bottom:10px;
}
.pad10-left{
    padding-left:10px;
}
.mar10{
    margin:10px;
}
.mar10-top{
    margin-top:10px;
}
.mar10-bottom{
    margin-bottom:10px;
}
.margin20{margin:20px 0;}
.margin-right{margin-right:25px;}
.no-style{
    list-style:none;
}
.small{font-size:11px;}
.txtRight{
    text-align:right!important;
}
.txtCenter{
    text-align:center!important;
}
.nowrap{
    white-space:nowrap;
}
.blue {
    color: #049cdb;
}
.blueDark {
    color: #0064cd;
}
.green {
    color: #46a546;
}
.red {
    color: #9d261d;
}
.yellow {
    color: #edbb0b;
}
.yellowDark {
    color: #c4a022;
}
.orange {
    color: #f89406;
}
.pink {
    color: #c3325f;
}
.purple {
    color: #7a43b6;
}
.black {
    color: #000000;
}
.morado{
    color:#93001c;
}
.white, .blanco{
    color:#fff;
}

.phone{ 
    position:relative;
}
.phone br{margin-top:-10px; line-height:0;}
.phone a{
    color:#6ac1fb;
    font-size:24px;
    margin:0;
}
.sinphone{color:#fff;font-size:14px;}
.ubicacion{
    color:#fff;
    font-size:11px;
    position:absolute;
    top:-20px;
    left:35px;
}
.letter1{letter-spacing:-1px;}

.destacado{color:#6ac1fb;}
/*****************************************
******************************************
*****************************************
              BLOG
*****************************************
*****************************************/
#blog h1{
	text-align:right;
	color:#fff;
	padding-top:70px;
}
#blog h2{
	line-height:25px;
}
#blog .image img{
	width:130px;
	height:auto;
}
#blog .date{
	font-size:11px;
	padding-top:0;
}
#blog .label-info{
	background-color:#bad8fc;
}


.bs-docs-sidenav {
    width: 100%;
}
.bs-docs-sidenav {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 4px rgba(233, 247, 255, 0.067);
    margin: 0;
    padding: 0;
    width: 100%;
}



.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: 0.25;
}
.bs-docs-sidenav > li:first-child > a {
    border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav > li > a {
    border: 1px solid #7498b3;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
}

.bs-docs-sidenav > li > a:hover {
	background-color:#f6fcff;
}
.ico-soporte {margin-left:20px; margin-bottom:15px;}
.ico-soporte p{
	text-align:center!important;
	height:100px;
	padding-top:8px;
	cursor:pointer;
}
.acceso-remoto{
	margin-left:0;
}
.acceso-remoto li{
	list-style:none;
	margin:1px 0;
	border-bottom: 1px solid rgba(116, 152, 179, 0.25);
	clear:left;
}
.acceso-remoto li a{
	height:44px;
	display:block;
	padding:10px;
	cursor:pointer;
}
.acceso-remoto li ul {
	margin-left:60px;
}
.acceso-remoto li ul li a{
	height:20px;
	display:block;
	padding:0;
}
.no-border{border:none!important;}
.fondodestacado{background-color:#ffab34;}
.fondodestacado .precio{color:#fff;}
.fondodestacado .label{font-size:11px!important;}
.esquina1{
	-webkit-border-radius: 8px 0px 0px 8px;
        border-radius: 8px 0px 0px 8px;
		padding-left:5px;
}
.esquina2{
-webkit-border-radius: 0px 8px 8px 0px;
        border-radius: 0px 8px 8px 0px;
}
