/*-------------------------------------------------------------
 Colgate / HTML MSS Extreme (Spanish)
 ------------------------------------------------------------
 Description:  Hoja de estilos para todo el sitio de MSS extreme.
 Filename:     styles.css
 ------------------------------------------------------------- */
/* ========================================================================//
 Index of styles used in specific elements and components for the
 project within this CSS.
 
 1. ELEMENTS
 2. CONTAINERS
 3. COMMON
 4. CONVENTIONS - NORMAL
 5. CONVENTIONS - SMALL
 6. EXAMPLES
 
 Notes Z-Index:
 #cntr_logo = z-index:10
 ========================================================================//
 */
/* ========================================================================//
 1. ELEMENTS:
 These selectors are only applied to the elements mentioned below.
 ========================================================================//
 */
body {
    background: #ffffff;
    padding: 0 0 40px;
}

a span {
    display: none
}

a {
    text-decoration: none;
    color: #0079c1
}

a:hover {
    text-decoration: underline
}

/* ========================================================================//
 2. COMMON:
 These selectors are only applied to the elements mentioned below.
 ========================================================================//
 */
#preloader_body {
    background: url(/Speedstick/VE/Extreme/images/preloader_body.gif) no-repeat center center;
    height: 300px;
}

#preloader_sidebar {
    background: url(/Speedstick/VE/Extreme/images/preloader_body.gif) no-repeat center center;
    height: 64px;
}

#cntr_main {
    font: 11px Arial, Helvetica, sans-serif;
    color: #666;
    width: 980px;
    margin: 0 auto; /*background:#00CCFF*/
}

#cntr_main h1, #cntr_main h2, #cntr_main h3, #cntr_main p {
    /*margin: 0 0 10px 0;*//*COLEMSE-16*/
    /*margin:0;*/
}

#cntr_main h1, #cntr_main h2, #cntr_main p a {
    color: #0079c1
}

#cntr_main h1 {
    font-size: 24px
}

#cntr_main h2 {
    font-size: 18px
}

#cntr_main h3 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold
}

#cntr_main h2 a:hover {
    color: #666;
    text-decoration: none
}

#cntr_main .ttl span {
    display: none
}

/*	#cntr_main li { margin:0 0 10px 10px; }
 #cntr_main pre { padding:5px; min-height:30px; overflow:auto; overflow-y:hidden; background:#f3f3f3; }
 #cntr_main td {border:1px dotted #333; margin:0 0 0 3px;}
 #cntr_main .nobreak { clear:none; }*/
#cntr_header {
    width: 980px;
    height: 95px;
    position: relative;
    z-index: 8;
}

#cntr_content {
    width: 980px;
    height: 1%;
    position: relative;
}

#cntr_content .btn_ver_mas {
    width: 72px;
    height: 18px;
    color: #fff;
}

#cntr_content .btn_ver_mas a {
    padding: 3px 0 4px 6px;
    color: #fff;
    display: block;
    background: url(/Speedstick/VE/Extreme/images/productos/btn_arrow_off.gif) 50px 6px no-repeat #000
}

#cntr_content .btn_ver_mas a:hover {
    color: #fff;
    background: url(/Speedstick/VE/Extreme/images/productos/btn_arrow_on.gif) 50px 6px no-repeat #0079c1;
    text-decoration: none
}

#cntr_content .btn_imprimir {
    width: 74px;
    height: 18px;
    color: #fff;
}

#cntr_content .btn_imprimir a {
    padding: 3px 0 4px 6px;
    color: #fff;
    display: block;
    background: url(/Speedstick/VE/Extreme/images/productos/btn_arrow_off.gif) 50px 6px no-repeat #000
}

#cntr_content .btn_imprimir a:hover {
    color: #fff;
    background: url(/Speedstick/VE/Extreme/images/productos/btn_arrow_on.gif) 50px 6px no-repeat #0079c1;
    text-decoration: none
}

#cntr_form {
    background: url(/Speedstick/VE/Extreme/images/form.png);
    height: 491px;
    width: 352px;
}

.content ul li {
    padding: 0 0 5px 10px;
    background: url(/Speedstick/VE/Extreme/images/bullet_listas.gif) 0 3px no-repeat;
	text-align:left;
}

.hidden {
    display: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

/* ========================================================================//
 3. HEADER:
 These selectors are only applied to the elements mentioned below.
 ========================================================================//
 */
#cntr_logo {
    background: url(/Speedstick/VE/Extreme/images/logo.png);
    width: 291px;
    height: 253px;
    left: -31px;
    position: absolute;
    top: 20px;
    z-index: 1;
	cursor: pointer;
}

#cntr_menu {
    bottom: 2px;
    right: 19px;
    position: absolute;
}

#cntr_menu a {
    background-image: url(/Speedstick/VE/Extreme/images/menu.png);
    _background-image: url(/Speedstick/VE/Extreme/images/menu.gif);
    display: block;
    height: 36px;
	cursor: pointer;
}

#cntr_menu li {
    float: left;
    height: 36px;
    margin: 0 0 0 3px;
}

#cntr_menu #menu_home {
    background-position: left bottom;
    width: 80px;
}

#cntr_menu #menu_home.active, #cntr_menu #menu_home:hover {
    background-position: left top;
}

#cntr_menu #menu_extrema {
    background-position: -81px bottom;
    width: 120px;
}

#cntr_menu #menu_extrema.active, #cntr_menu #menu_extrema:hover {
    background-position: -81px top;
}

#cntr_menu #menu_mss {
    background-position: -203px bottom;
    width: 113px;
}

#cntr_menu #menu_mss.active, #cntr_menu #menu_mss:hover {
    background-position: -203px top;
}

#cntr_menu #menu_augmented {
    background-position: right bottom;
    width: 155px;
}

#cntr_menu #menu_augmented.active, #cntr_menu #menu_augmented:hover {
    background-position: right top;
}

/* ========================================================================//
 4. FOOTER:
 These selectors are only applied to the elements mentioned below.
 ========================================================================//
 */
/* ========================================================================//
 5. SECTIONS:
 These selectors are only applied to the elements mentioned below.
 ========================================================================//
 */
/* ========================================================================//
 5.1 HOME:
 These selectors are only applied to the elements mentioned below.
 ========================================================================//
 */
#bg_escena_gral {
    background: url(/Speedstick/VE/Extreme/images/bg_gral.jpg) no-repeat center top #ded7bb;
}

#cntr_flash_gral {
    height: 570px;
    width: 940px;
    margin: auto;
    position: relative;
}

#cntr_cintas {
    bottom: -29px;
    left: -3px;
    position: absolute;
}

/* ========================================================================//
 5.2 ESCENA EXTREMA:
 These selectors are only applied to the elements mentioned below.
 ========================================================================//
 */
#col_escena_right {
    width: 276px;
    float: left;
    background: #fff
}

#col_escena_right .top {
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/bg_rigth_col_top.jpg) top no-repeat #FFF;
    height: auto
}

#col_escena_right .bottom {
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/bg_rigth_col_bottom.jpg) bottom no-repeat #FFF;
    height: 200px
}

#col_escena_right #btn_enviar_eventos a {
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/btn_envia_eventos.jpg) top no-repeat;
    width: 218px;
    height: 83px;
    margin: 0 0 0 28px;
    display: block
}

#col_escena_right #box_clips {
    width: 248px;
    height: auto;
    margin: 0 0 0 10px; /*overflow:hidden*/
}

#col_escena_right #box_clips .ttl {
    width: 173px;
    height: 34px;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/ttl_eventos.gif) no-repeat;
    margin: 0;
}

#col_escena_right #box_clips .content {
    width: 240px;
    height: auto;
    margin: 5px 0 0 8px;
}

#col_escena_right #box_clips .content p {
    margin: 0 0 10px 0;
}

#col_escena_right #box_clips .content b {
    font-weight: bold
}

#col_escena_right #box_clips #cntr_articles_preview i {
	color: #0079C1;
}

#col_escena_right #box_clips #cntr_articles_preview .page div {
	margin: 0 0 6px 0;
}

#col_escena_right .paginador {
    width: 240px;
    height: 18px;
    overflow: hidden;
    margin: 0 0 10px 0; /* float:left*/
}

#col_escena_right .paginador .ctnr {
    width: 193px;
    margin: 0 auto;
    text-align: center
}

#col_escena_right .paginador div.hidden {
    display: none;
}

#col_escena_right .paginador .left {
    float: none;
    width: 18px;
    height: 18px;
    overflow: hidden;
    display: inline-block
}

#col_escena_right .paginador .middle {
    /*width: 157px;*/
    height: 17px;
    overflow: hidden;
    display: inline-block
}

#col_escena_right .paginador .right {
    float: none;
    width: 18px;
    height: 18px;
    overflow: hidden;
    display: inline-block
}

#col_escena_right .paginador ul {
    list-style: none;
    display: inline-block;
}

#col_escena_right .paginador ul li {
    padding: 1px;
    display: inline-block;
    text-transform: uppercase;
    color: #FFF;
    font-size: 10px;
    background: none;
}

#col_escena_right .paginador ul li a {
    display: block;
    color: #000;
    padding: 1px 5px 1px 5px;
}

#col_escena_right .paginador ul li a:hover {
    color: #fff;
    text-decoration: none;
    background: #0079c1
}

#col_escena_right .paginador ul li.active a {
    color: #fff;
	width: 20px;
}

#col_escena_right .paginador ul li.active {
    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 1px 5px 1px 5px;
    margin: 1px 0 0 0
}

#col_escena_right #box_cloudtag {
    width: 248px;
    height: 158px;
    margin: 0 0 10px 10px; /*overflow:hidden*/
}

#col_escena_right #box_cloudtag .ttl {
    width: 173px;
    height: 38px;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/ttl_temas_extremos.gif) no-repeat;
    margin: 0;
}

#col_escena_right #box_cloudtag .content {
    width: 240px;
    height: 114px;
    margin: 5px 0 0 8px;
    text-align: justify;
    line-height: 18px;
    font-size: 12px
}

#col_escena_right #box_cloudtag .content span {
    display: inline
}

#col_escena_right #box_cloudtag .content .cloudtag01 a {
    color: #0079c1
}

#col_escena_right #box_cloudtag .content .cloudtag02 a {
    color: #17a0bd
}

#col_escena_right #box_cloudtag .content .cloudtag03 a {
    color: #679fc1
}

#col_escena_right #box_cloudtag .content .cloudtag04 a {
    color: #9abacd
}

#col_escena_right #box_cloudtag .content .cloudtag05 a {
    color: #bec6ca
}

#col_escena_right #box_calendar {
    width: 248px;
    height: auto;
    margin: 0 0 10px 10px; /*overflow:hidden*/
}

#col_escena_right #box_calendar .ttl {
    width: 173px;
    height: 38px;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/ttl_eventos.gif) no-repeat;
    margin: 0;
}

#col_escena_right #box_calendar .content {
    width: 240px;
    height: 170px;
    margin: 5px 0 0 0;
}

/* ========================================================================//
 5.2.1 ESCENA EXTREMA: Home
 These selectors are only applied to the elements mentioned below.
 ========================================================================//
 */
#bg_escena_home {
    background: url(/Speedstick/VE/Extreme/images/bg_escena_extrema_home.jpg) no-repeat center top #ded7bb;
}

#col_escena_home_left {
    width: 702px;
    float: left; /*background:#CCCC00*/
}

#col_escena_home_left .top {
    width: 702px;
    height: 292px
}

#col_escena_home_left .bottom {
    width: 680px;
    height: 1%;
    overflow: hidden;
    padding: 0 0 0 22px
}

#col_escena_home_left .ttl {
    width: 670px;
    padding: 5px 0 5px 10px;
    height: 38px;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/ttl_articulos.gif) no-repeat
}

#col_escena_home_left .box01 {
    width: 182px;
    margin: 0 0 0 10px;
    padding: 14px;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/bg_boxes.jpg) top no-repeat #FFF;
    float: left
}

#col_escena_home_left .box01 img {
    width: 180px;
    height: 135px;
    margin: 0 0 14px 0;
    overflow: hidden;
    border: 1px solid #CCC
}

#col_escena_home_left .box01 .content {
    width: 182px;
   /* height: 78px;*/
    overflow: hidden
}

#col_escena_home_left .paginador {
    width: inherit;
    height: 18px;
    overflow: hidden;
    margin: 20px 0 0 0;
    float: left
}

#col_escena_home_left .paginador .ctnr {
    width: 350px;
    height: 17px;
    overflow: hidden;
    margin: 0 auto;
    background: #000;
    text-align: center;
}

#col_escena_home_left .paginador {
}

#col_escena_home_left .paginador div.hidden {
    display: none;
}

#col_escena_home_left .paginador .left {
    width: 77px;
    height: 18px;
    overflow: hidden;
    display: inline-block;
    float: none;
}

#col_escena_home_left .paginador .middle {
    /*width: 196px;*/
    height: 18px;
    overflow: hidden;
    display: inline-block;
    background: #000
}

#col_escena_home_left .paginador .right {
    float: none;
    width: 77px;
    height: 18px;
    overflow: hidden;
    display: inline-block;
}

#col_escena_home_left .paginador ul {
    list-style: none;
}

#col_escena_home_left .paginador ul li {
    padding: 1px;
    display: inline-block;
    text-transform: uppercase;
    color: #FFF;
    font-size: 10px;
    background: #000000;
}

#col_escena_home_left .paginador ul li a {
    display: block;
    color: #FFF;
    padding: 1px 5px 1px 5px;
}

#col_escena_home_left .paginador ul li a:hover {
    color: #000;
    background: #0079c1;
    text-decoration: none
}

#col_escena_home_left .paginador ul li.active {
    color: #000;
    background: #FFFFFF;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
}

#col_escena_home_left .paginador ul li.active a,
#col_escena_home_left .paginador ul li.active a:hover {
    color: #000;
	padding:0;
	background:none;
	cursor:default;
}

/* ========================================================================//
 5.2.2 ESCENA EXTREMA: Internas
 These selectors are only applied to the elements mentioned below.
 ========================================================================//
 */
#bg_escena_interna {
    background: url(/Speedstick/VE/Extreme/images/bg_escena_extrema_interna.jpg) no-repeat center top #ded7bb;
}

#col_escena_interna_left {
    width: 702px;
    float: left; /*background:#CCCC00*/
}

#col_escena_interna_left .top {
    width: 702px;
    height: 143px;
    float: left
}

#col_escena_interna_left .top #links {
    width: 166px;
    height: 16px;
    overflow: hidden;
    margin: 121px 18px 0 0;
    float: right;
    background: #000;
    font-size: 10px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    padding: 2px 0 0 0
}

#col_escena_interna_left .top #links a {
    color: #FFF;
}

#col_escena_interna_left .top #links a:hover {
    color: #0079c1;
    text-decoration: none
}

#col_escena_interna_left .bottom {
    width: 680px;
    height: 1%;
    overflow: hidden;
    padding: 0 0 0 24px;
    float: left
}

#col_escena_interna_left .bottom span {
    display: inline;
    color: #FFF;
    padding: 2px 5px 1px 5px;
    background: #0079c1;
    margin: 0 0 10px 0
}

#col_escena_interna_left .bottom .icon_comentar {
    width: 19px;
    height: 17px;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/icon_comentario.gif) no-repeat;
    float: left;
    margin: 0 5px 0 0
}

#col_escena_interna_left .bottom .txt_icon_comentar a {
    width: 56px;
    height: 18px;
    color: #0079c1;
    font-size: 12px;
    float: left
}

#col_escena_interna_left .paginador {
    width: 611px;
    height: 18px;
    overflow: hidden;
    margin: 10px 0 10px 0;
    float: left
}

#col_escena_interna_left .paginador .ctnr {
    /* width: 350px;*/
    height: 17px;
    overflow: hidden;
    margin: 0 auto;
    background: #000
}

#col_escena_interna_left .paginador .left {
    width: 77px;
    height: 18px;
    overflow: hidden;
    float: left
}

#col_escena_interna_left .paginador .middle {
    width: 196px;
    height: 18px;
    overflow: hidden;
    float: left;
    background: #000
}

#col_escena_interna_left .paginador .right {
    width: 77px;
    height: 18px;
    overflow: hidden;
    float: left
}

#col_escena_interna_left .paginador ul {
    list-style: none;
}

#col_escena_interna_left .paginador ul li {
    display: block;
    padding: 1px;
    float: left;
    text-transform: uppercase;
    color: #FFF;
    font-size: 10px;
    background: #000000;
}

#col_escena_interna_left .paginador ul li a {
    display: block;
    color: #FFF;
    padding: 1px 5px 1px 5px;
}

#col_escena_interna_left .paginador ul li a:hover {
    color: #000;
    background: #0079c1;
    text-decoration: none
}

#col_escena_interna_left .paginador ul li.active {
    color: #000;
    background: #FFFFFF;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
}

#col_escena_interna_left .bottom #top {
    width: 611px;
    height: 1%;
    overflow: hidden;
    float: left;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/bg_sheet_contenido_top.jpg) top no-repeat #FFF;
    padding: 15px 25px 0 25px
}

#col_escena_interna_left .bottom #top .content {
    width: 611px;
    height: 1%;
    overflow: hidden;
    float: left;
}

#col_escena_interna_left .bottom #top .content p {
    margin: 0 0 15px 0;
    line-height: 20px
}

#col_escena_interna_left .bottom #top .content h3 {
    margin: 0 0 15px 0;
}

#col_escena_interna_left .bottom #top_resultados {
    width: 611px;
    height: 1%;
    overflow: hidden;
    float: left;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/bg_sheet_contenido_top.jpg) top no-repeat #FFF;
    padding: 35px 25px 0 25px
}

#col_escena_interna_left .bottom #top_resultados .content {
    width: 611px;
    height: 1%;
    overflow: hidden;
    float: left;
}

#col_escena_interna_left .bottom #top_resultados .content p {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    line-height: 15px;
    border-bottom: 1px solid #ccc
}

#col_escena_interna_left .bottom #top_resultados .content h3 {
    margin: 0;
}

#col_escena_interna_left .bottom #top .content .cntr_image {
    width: 270px;
    height: 1%;
    overflow: hidden;
    float: left;
    margin: 0 14px 0px 0
}

#col_escena_interna_left .bottom #top .content .cntr_image img {
    width: 268px;
    height: 203px;
    border: 1px solid #ccc;
    overflow: hidden
}

#col_escena_interna_left .bottom #top .content .cntr_image .txt_piedefoto {
    width: 260px;
    height: auto;
    padding: 5px;
    background: #0079c1;
    color: #FFF;
    margin: 0
}

#col_escena_interna_left .bottom #top .content #cntr_top_date {
    width: 326px;
    height: 18px;
    overflow: hidden;
    float: left;
}

#col_escena_interna_left .bottom #top .content #cntr_top_date .left {
    width: 245px;
    height: 18px;
    overflow: hidden;
    float: left;
    text-transform: uppercase
}

#col_escena_interna_left .bottom #top .content #cntr_top_date .right {
    width: 80px;
    height: 18px;
    float: left
}

#col_escena_interna_left .bottom #top .cntr_footer_content {
    width: 611px;
    height: 24px;
    overflow: hidden;
    float: left;
    margin: 0 0 25px 0
}

#col_escena_interna_left .bottom #top .cntr_footer_content .left {
    width: 530px;
    height: 24px;
    overflow: hidden;
    float: left;
}

#col_escena_interna_left .bottom #top .cntr_footer_content .left .icon_number_commentarios {
    width: 38px;
    height: 21px;
    overflow: hidden;
    float: left;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/icon_numero_comentarios.gif) no-repeat;
    margin: 0 3px 0 0;
    padding: 3px 0 0 0;
    color: #FFF;
    text-align: center;
    font-size: 12px;
}

#col_escena_interna_left .bottom #top .cntr_footer_content .left .txt_footer_contents {
    padding: 3px 0 0 0;
    font-size: 12px;
    float: left
}

#col_escena_interna_left .bottom #top .cntr_footer_content .right {
    width: 80px;
    height: 18px;
    float: left;
    margin: 6px 0 0 0
}

#col_escena_interna_left .bottom #top #cntr_comentarios {
    height: 1%;
    overflow: hidden;
    float: left
}

#col_escena_interna_left .bottom #top #cntr_comentarios .first_option {
    width: 610px;
    height: 1%;
    overflow: hidden;
    float: left;
    background: #ede9d9;
    margin: 0 0 1px 0
}

#col_escena_interna_left .bottom #top #cntr_comentarios .second_option {
    width: 610px;
    height: 1%;
    overflow: hidden;
    float: left;
    background: #e1ddcd;
    margin: 0 0 1px 0
}

#col_escena_interna_left .bottom #top #cntr_comentarios .top {
    width: 610px;
    height: 10px;
    overflow: hidden;
    float: left;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/rounded_corner_top.gif) no-repeat;
}

#col_escena_interna_left .bottom #top #cntr_comentarios .middle {
    width: 610px;
    height: 1%;
    overflow: hidden;
    float: left;
    margin: 10px 0 0 0
}

#col_escena_interna_left .bottom #top #cntr_comentarios .middle .left {
    width: 70px;
    height: 60px;
    overflow: hidden;
    float: left;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/icon_bottle.gif) top no-repeat
}

#col_escena_interna_left .bottom #top #cntr_comentarios .middle .right {
    width: 520px;
    height: 1%;
    overflow: hidden;
    float: left;
}

#col_escena_interna_left .bottom #top #cntr_comentarios .middle .right p {
    margin: 0 0 5px 0;
    font-style: italic
}

#col_escena_interna_left .bottom #top #cntr_comentarios .middle .right h3 {
    margin: 0 0 5px 0
}

#col_escena_interna_left .bottom #top #cntr_comentarios .bottom {
    width: 610px;
    height: 10px;
    overflow: hidden;
    float: left;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/rounded_corner_bottom.gif) no-repeat
}

#col_escena_interna_left .bottom #bottom {
    width: 661px;
    height: 86px;
    overflow: hidden;
    float: left;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/bg_sheet_contenido_bottom.jpg) bottom no-repeat
}

/* ========================================================================//
 5.3 PRODUCTOS:
 These selectors are only applied to the elements mentioned below.
 ========================================================================//
 */
#bg_producto {
    background: url(/Speedstick/VE/Extreme/images/bg_producto.jpg) no-repeat center top #ded7bb;
}

#cntr_productos_top {
    width: 980px;
    height: 420px;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
}

#cntr_productos_bottom {
    width: 966px;
    height: 283px;
    padding: 391px 0 0 14px;
	_z-index: -1;
}

#cntr_productos_bottom p {
    color: #000;
    margin: 0 0 10px 0
}

#cntr_productos_bottom .box01 {
    width: 330px;
    height: 254px;
    float: left;
    padding: 29px 0 0 0
}

#cntr_productos_bottom .box01 .left {
    width: 141px;
    height: auto;
    float: left;
    margin: 0 9px 0 0
}

#cntr_productos_bottom .box01 .right {
    width: 180px;
    height: 254px;
    float: left;
}

#cntr_productos_bottom .box01 .right .ttl {
    width: 180px;
    height: 35px;
    background: url(/Speedstick/VE/Extreme/images/productos/ttl_como_funciona.gif) no-repeat
}

#cntr_productos_bottom .box01 .right .content {
    width: 172px;
    height: auto;
    margin: 10px 0 0 8px
}

#cntr_productos_bottom .box02 {
    width: 330px;
    height: 254px;
    float: left;
    padding: 29px 0 0 0
}

#cntr_productos_bottom .box02 .left {
    width: 150px;
    height: auto;
    float: left;
}

#cntr_productos_bottom .box02 .right {
    width: 180px;
    height: 254px;
    float: left;
}

#cntr_productos_bottom .box02 .right .ttl {
    width: 180px;
    height: 35px;
    background: url(/Speedstick/VE/Extreme/images/productos/ttl_tips.gif) no-repeat
}

#cntr_productos_bottom .box02 .right .content {
    width: 172px;
    height: auto;
    margin: 10px 0 0 8px;
    color: #000
}

#col_escena_interna_left .bottom #bottom {
    width: 661px;
    height: 86px;
    overflow: hidden;
    float: left;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/bg_sheet_contenido_bottom.jpg) bottom no-repeat
}

#cntr_productos_bottom .box03 {
    width: 300px;
    height: 283px;
    float: left;
    overflow: hidden;
    padding: 29px 0 0 0
}

/* ========================================================================//
 5.4 AUGMENTED REALITY:
 These selectors are only applied to the elements mentioned below.
 ========================================================================//
 */
#bg_augmented {
    background: url(/Speedstick/VE/Extreme/images/bg_augmented.jpg) no-repeat center top #ded7bb;
}

#cntr_augmented_top {
    width: 980px;
    height: 318px;
    float: left
}

#cntr_augmented_bottom {
    width: 966px;
    height: 1%;
    overflow: hidden;
    float: left;
}

#cntr_augmented_bottom p {
    color: #000;
    margin: 0 0 10px 0
}

#cntr_augmented_bottom .content {
    width: 170px;
    height: auto;
    float: left;
    padding: 0 0 0 37px
}

#cntr_augmented_bottom .box01 {
    width: 234px;
    height: 270px;
    float: left;
    margin: 0 10px 0 0
}

#cntr_augmented_bottom .box01 .ttl {
    width: 234px;
    height: 37px;
    float: left;
    background: url(/Speedstick/VE/Extreme/images/augmented/ttl_step01.gif) no-repeat
}

#cntr_augmented_bottom .box01 img {
    width: 234px;
    height: 113px;
    float: left;
}

#cntr_augmented_bottom .box02 {
    width: 234px;
    height: 275px;
    float: left;
    margin: 0 10px 0 0
}

#cntr_augmented_bottom .box02 .ttl {
    width: 234px;
    height: 37px;
    float: left;
    background: url(/Speedstick/VE/Extreme/images/augmented/ttl_step02.gif) no-repeat
}

#cntr_augmented_bottom .box02 img {
    width: 234px;
    height: 155px;
    float: left;
}

#cntr_augmented_bottom .box03 {
    width: 234px;
    height: 270px;
    float: left;
    margin: 0 10px 0 0
}

#cntr_augmented_bottom .box03 .ttl {
    width: 234px;
    height: 37px;
    float: left;
    background: url(/Speedstick/VE/Extreme/images/augmented/ttl_step03.gif) no-repeat
}

#cntr_augmented_bottom .box03 img {
    width: 234px;
    height: 176px;
    float: left;
}

#cntr_augmented_bottom .box04 {
    width: 234px;
    height: 270px;
    float: left;
    margin: 0
}

#cntr_augmented_bottom .box04 .ttl {
    width: 234px;
    height: 37px;
    float: left;
    background: url(/Speedstick/VE/Extreme/images/augmented/ttl_step04.gif) no-repeat
}

#cntr_augmented_bottom .box04 img {
    width: 234px;
    height: 171px;
    float: left;
}

/* ========================================================================//
 x. MODAL:
 These selectors are only applied to the elements mentioned below.
 ========================================================================//
 */
#cntr_form_extrema {
    background: url(/Speedstick/VE/Extreme/images/form_extrema.gif) no-repeat;
    height: 626px;
    width: 381px;
}

#cntr_form_extrema_interna {
    background: url(/Speedstick/VE/Extreme/images/form_interna.gif) no-repeat;
    height: 533px;
    width: 382px;
}

#cntr_form_augmented {
    background: url(/Speedstick/VE/Extreme/images/form_augmented.gif) no-repeat;
    height: 540px;
    padding: 63px 0 0;
    width: 381px;
}

.cntr_modal {
    color: #fff;
    font: 11px Arial, Helvetica, sans-serif;
}

.cntr_modal .clearfix {
    clear: both;
}

.cntr_modal .content {
    padding: 112px 50px 0 22px;
}

.cntr_modal .content_send {
    padding: 250px 60px 0 22px;
}

.cntr_modal .content_send .btn {
    margin: 50px 0 0 90px;
    background: url(/Speedstick/VE/Extreme/images/escenaextrema/btn_cerrar.gif) no-repeat;
    width: 128px;
    height: 28px
}

.cntr_modal .content_send .btn a {
    display: block;
}

.cntr_modal p {
    padding: 0 100px 13px 0;
}

.cntr_modal h5 {
    font-size: 10px;
    font-weight: normal;
    padding: 0 0 3px;
    text-transform: uppercase;
	clear: both;
}

.cntr_modal .left {
	clear: left;
}

.cntr_modal h5.file {
    padding: 0 0 2px;
}

.cntr_modal .block {
    padding: 0 0 7px;
}

.cntr_modal .block_file {
    position: relative;
}

.cntr_modal .fld {
    background: no-repeat #FFFFFF url(/Speedstick/VE/Extreme/images/field.gif);
    border: 0;
    color: #000;
    font: 11px Arial, Helvetica, sans-serif;
    height: 16px;
    padding: 4px 0 0 4px;
    width: 144px;
    vertical-align: middle;
}

.cntr_modal .fld_small {
    width: 63px;
}

.cntr_modal .fld_smallest {
    margin: 0 3px 0 0;
    width: 83px;
    vertical-align: baseline;
    vertical-align: 2px;
}

.cntr_modal .fld_full {
    width: 100%;
}

.cntr_modal .fld_file {
    filter: alpha(opacity=40);
	opacity:0;
	position:absolute;
	right:0;
}

.cntr_modal .dropdown {
    font: 11px Arial, Helvetica, sans-serif;
    height: 20px;
    width: 148px;
}

.cntr_modal textarea {
    background: url(/Speedstick/VE/Extreme/images/field.gif);
    border: 0;
    color: #000;
    font: 11px Arial, Helvetica, sans-serif;
    height: 110px;
    width: 308px;
}

.cntr_modal .btn {
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 28px;
    line-height: 0;
	color: transparent;
	overflow: hidden;
	_padding-left: 1000px;
}

.cntr_modal .btn_file {
    font: 11px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    height: 24px;
    width: 58px;
}

.cntr_modal .left .btn {
    background: url(/Speedstick/VE/Extreme/images/form_buttons.png) no-repeat left top;
    width: 127px;
}

.cntr_modal .right .btn {
    background: url(/Speedstick/VE/Extreme/images/form_buttons.png) no-repeat right top;
    width: 129px;
}

.cntr_modal .buttons {
}

.cntr_modal .buttons .right {
    float: left;
}

.cntr_modal .cntr_error {
    background: url(/Speedstick/VE/Extreme/images/form_error.gif) no-repeat;
    display: none;
    padding: 7px 0 0 70px;
    height: 52px;
}

.cntr_modal .cntr_error p {
    padding: 0;
}

.cntr_modal .cntr_error label {
    color: #000;
}

.cntr_modal input.error, .cntr_modal select.error, .cntr_modal textarea.error {
    border: 1px solid #f00;
}

#btnCerrar {
    width: 100px;
    height: 100px;
}

/* ========================================================================//
 x. OVERRIDES:
 These selectors are only applied to the elements mentioned below.
 ========================================================================//
 */
#ui-datepicker-div {
    font-size: 10px;
    z-index: 10000;
    font-family: Arial, Helvetica, sans-serif
}

/***
 * 
 * 
 * 
 */

.nicEdit-main{
	color:#000;
	background-color:#FFF;
}
 */