html{
    min-width: 890px;
}
/*DECLARACIONES FONT FACE - MEDIA QUERIES */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
  /*       url('fonts/OpenSans-Regular-webfont.woff') format('woff'),*/
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
/*         url('fonts/OpenSans-Italic-webfont.woff') format('woff'),*/
         url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
/*         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),*/
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
/*         url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),*/
         url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
 /*        url('fonts/OpenSans-Bold-webfont.woff') format('woff'),*/
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
   /*      url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),*/
         url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*RESET PERSONAL*/
ul{
    padding: 0; 
    margin:0;
}
h2{
    font-family: 'OpenSansSemibold';
}

/*ESTILOS*/
article.cym_info, article.cym_info_servicios{
    font-family: 'OpenSansRegular';
    color: #4c4c4c;
    float: left;
    font-size: 13px;
}
article.cym_info_inner, article.cym_info_inner_side{
    font-family: 'OpenSansRegular';
    color: #4c4c4c;
    float: left;
    font-size: 13px;
}
article.cym_info_inner a, article.cym_info_inner_side a{
    color:#4c4c4c;
	text-decoration:none;
	
}
article.cym_info_inner a:hover, article.cym_info_inner_side a:hover{
    color:red;
	
}

#adobe_logos{
    margin-top: 10px;
    margin-bottom: 30px;
}
#bar_nav_cym{
    width: 860px;
    height: 5px;
    margin: 0 auto;
    background: #3E9FDC;
    box-shadow: -1px 3px 4px rgba(102, 102, 102, 0.50);
    float: left;
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    -ms-transition: background 1s;
}
#bar_nav_cym_triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3E9FDC;
    position: relative;
    top:90px;
    left: 120px;
    transition: left 1s, border-top 1s;
    -webkit-transition: left 1s, border-top 1s;
    -moz-transition: left 1s, border-top 1s;
    -o-transition: left 1s, border-top 1s;
    -ms-transition: left 1s, border-top 1s;
}
.box_drop{

   position: absolute;
color: #5A595E;
opacity: 0.98;
font-family: 'OpenSansRegular';
background-color: white;
display: none;
padding: 10px;
font-size: 12px;
z-index: 10;
transition: display 3s;
-moz-transition: display 3s;
-o-transition: display 3s;
-ms-transition: display 3s;
-webkit-transition: display 3s;
	
}

.box_help{
   background-size: 19px;
	width: 100px;
	font-size: 14px;
	float: left;
	padding-left: 10px;
	color: white;
	cursor: pointer;/*
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	z-index: 5;
}
#box_head{
    width: 860px;
    margin: 0 auto;
    font-family: 'OpenSansBold';
}
.box_hidden{
    display: none;
}
#box_info{
    display: inline-block;
	/*min-height:480px;*/
}
#box_info_active{
    width: 100%;
    height: 250px;
    float: left;
}
#box_slide{
    width: 860px;
    margin: 0 auto ;
}
#chat{
	margin: -4px 0px 0px -150px;
	width: 240px;
	position: fixed;
	left: -112px;
	top: 159px;
	box-shadow: 2px 2px 2px gray;
	
	 transition: left 1s;
    -moz-transition: left 1s;
    -o-transition: left 1s;
    -ms-transition: left 1s;
    -webkit-transition: left 1s;

}
#contacto{
    width: 320px;
	position: fixed;
	height: 100%;
	padding: 13px;
	margin: 0;
	
	right:-349px;
	top: 0;
	
	
	 transition: right 1s;
    -moz-transition: right 1s;
    -o-transition: right 1s;
    -ms-transition: right 1s;
    -webkit-transition: right 1s;
}
#contacto_button{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	position: fixed;
	right: -46px;
	top: 200px;
}
#chat_button{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	position: fixed;
	left: -46px;
	top: 200px;
}
#chat_iniciar{
    color: white;
    background: #464646;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    border: 1px solid gray;
}

#container_head{
    width: 100%;
    height: 140px;
    background: #333333;
}
#cym_info_servicios_studios h5{
    color: #009DDF;
    font-size: 13px;
}
#cym_info_servicios_software h5{
    color: #008c35;
    font-size: 13px;
}
#cym_info_servicios_training h5{
    color: #E10019;
    font-size: 13px;
}
#cym_group{
    width:860px;
    margin:36px auto;
    min-height: 340px;
}
#cym_group_inner{
    width:860px;
    margin:0 auto;
  /*  min-height: 600px;*/
}
#cym_group .cym_group_logos{
    width: 33.1%;
    height: 65px;
    float: left;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
}
.cym_group_logos img{
    position: relative;
    z-index: -1;
}
.cym_info{
    padding-right: 20px;
    width: 42%;
    height: 250px;
}
.cym_info h3{
    color: white;
    font-family: 'Abel', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 100;
}
.cym_info footer a{
    color: white;
    text-decoration: none;
    }
.cym_info footer{
 
    color: white;

    border-radius: 3px;
    height: 23px;
    vertical-align: middle;
    padding-left: 30px;
    width: 60%;
}
.cym_info footer h5{
    font-family: 'OpenSansItalic';
    font-size: 15px;
    font-weight: 100;
    display: inline;
}
.cym_info_servicios{
    width: 52%;
    padding-left: 30px;
    padding-top: 66px;
    height: 190px;
}
.cym_info_servicios p{
    column-count:2;
    -webkit-column-count:2;
    -moz-column-count:2;
    -o-column-count:2;
    -ms-column-count:2;
}
.cym_info_inner{
    padding-right: 20px;
    width: 64%;
   
}
.cym_info_inner h3{
    color: white;
    font-family: 'Abel', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 100;
}
.cym_info_inner header{
    background-color: #E10019;
    width: 70%;
    padding-left: 10px;
}
.cym_info_inner p{
    /*padding-left: 30px;*/
}
.cym_info_inner img{
    /*width: 100%;
    margin-left: 30px;*/
}
.cym_info_inner footer{
 
    color: white;
    border-radius: 3px;
    height: 23px;
    vertical-align: middle;
    padding-left: 30px;
    width: 60%;
}
.cym_info_inner footer h5{
    font-family: 'OpenSansItalic';
    font-size: 15px;
    font-weight: 100;
    display: inline;
}
.cym_info_inner_side header{
    background-color: #E10019;
    width: 100%;
    padding-left: 10px;
}
.cym_info_inner_side h3{
    color: white;
    font-family: 'Abel', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 100;
}
.cym_info_inner_side{
    width: 30%;
    padding-left: 30px;
  /*  height: 190px;*/
}
.cym_info_inner_side p{
    column-count:2;
    -webkit-column-count:2;
    -moz-column-count:2;
    -o-column-count:2;
    -ms-column-count:2;
}
.drop {
    height: 20px;
}
.follow_text{
    color: #E10019;
    float: right;
    font-size: 14px;
    font-style: italic;
    font-weight: lighter;
    margin-top: 7px;
}   

#footer{
    width: 100%;
    height: 155px;
    background: #333333;
}
#footer footer{
    color: #DDDDDD;
    font-family: 'OpenSansRegular';
    font-size: 12px;
    float: right;
}
#footer #shadow{
    background: url('../img/shadow_box.png');
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 20px;
}
#footer_box{
    width: 860px;
    margin: 0 auto;
}
#footer_left{
    float: left;
}
#footer_page{
    width: 100%;
    float: left;
}
.footer_social{
    text-align: right;;
    color: #E10019;
    font-size: 16px;
    font-weight: bold;
     font-family: 'OpenSansRegular';
     margin-bottom: 30px;
     vertical-align: middle;
     margin-top: 10px;
}
#head_help{
    height: 20px;
    float: right; 
    margin-right: 30px;
	font-family: 'OpenSansRegular';
	/*font-weight: bold;*/
	position:relative;
	z-index:20; 
}

.hover_cym_studios{
    color: white;
    text-decoration: none;
}
.hover_cym_software{
   color: white; 
   text-decoration: none;
}
.hover_cym_training{
   color: white; 
   text-decoration: none; 
}
.hover_cym_studios:hover{
    color: #009DDF;
}
.hover_cym_software:hover{
   color: #008c35; 
}
.hover_cym_training:hover{
   color: #E10019; 
}
#info_box_cym_studios header{
    background-color: #009DDF;
    width: 45%;
    padding-left: 10px;
}
#info_box_cym_studios footer{
    background-color: #009DDF;
}
#info_box_cym_software header{
    background-color: #008c35;
    width: 70%;
    padding-left: 10px;
}
#info_box_cym_software footer{

    background-color: #008c35;
}
#info_box_cym_training header{
    background-color: #E10019;
    width: 70%;
    padding-left: 10px;
}
#info_box_cym_training footer{
    background-color: #E10019;
}
#info_box_cym_tienda header{
    background-color: #E10019;
    width: 70%;
    padding-left: 10px;
}
#info_box_cym_tienda footer{
    background-color: #E10019;
}
.input_help{
    border: 1px solid gray;
    border-radius: 6px;
    width: 100%;
}
.input_help_contacto{
    border: 1px solid gray;
    border-radius: 6px;
    width: 62%;
}
#logo_main{
    padding-top: 20px;
    padding-bottom: 35px;
}


.main_title{
    color: #E10019;
    float: left;
    font-size: 20px;
    font-weight: lighter;
    margin: 0;

}

#menu #menu_main, #menu_footer{
    font-family: 'OpenSansRegular';
    float: right;
}

#menu #menu_main li, #menu_footer li{
    list-style: none;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
#menu #menu_main li{
    font-size: 12px;
}

#menu_footer{
    position: relative;
    z-index: 3;
    margin-top: 5px;
}
#menu_footer li, #menu_main li{
    font-size: 12px;
    color: white;
}
.menu_help li{
    float: left;
    position: relative;
    list-style: none;
}


.menu_help li:first-child {
    margin-right: 40px;
}

#menu #menu_main li:nth-child(12) a, #menu_footer li:nth-child(12) a{
    text-decoration: none;
    color: #3E9FDC;
}
#minibar_nav{
    width: 470px;
    margin: 0 auto;
}
#minibar_nav_tienda{
    width: 520px;
    margin: 0 auto;
}
#nav_img{
    position: relative;
    left: 20px;
    transition: left 1s;
    -moz-transition: left 1s;
    -o-transition: left 1s;
    -webkit-transition: left 1s;
    -ms-transition: left 1s;

}
#nav_img_tienda{
    position: relative;
    left:-15px;
    transition: left 1s;
    -moz-transition: left 1s;
    -o-transition: left 1s;
    -webkit-transition: left 1s;
    -ms-transition: left 1s;

}
#newsletter{
    color: white;
    font-size: 13px;
   font-family: 'OpenSansRegular';
    margin-top: 10px;
    
}
.producto {
    width: 90%;
    margin: 20px auto;
    cursor: pointer;
    display: inline-block;
    float: left;
}
.producto div{
    font-family: 'OpenSansRegular';
    font-size: 14px;
    /*border: 1px solid red;*/
    width: 100%;
    border: 1px solid rgba(68,68,68,0.1);
    box-shadow: 3px 3px 5px rgba(68,68,68,0.3);
	margin-top: 10px;
}
.producto_desc{
    display: none;
    box-shadow: 1px 2px 2px #CECCCC;
    width: 200px;
    height: 130px;
    position: absolute;
    margin: -30px 0px 0px 60px;
    padding: 20px 10px 0px;
    font-family: 'OpenSansRegular';
    font-size: 12px;
    line-height: 120%;
	background: url("../img/img_shopcart.png") no-repeat, #EEE;
    background-position: 180px 115px;
}   
.producto_desc div{
     text-align: left;
}

.producto_desc::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #EEE;
    content: " ";
    height: 0;
    position: absolute;
    left: 0;
    top: 150px;
	margin-left: 5px;
}
.producto_desc b{
    text-align:left;
    font-size: 13px;
    font-family: 'OpenSansSemibold';
    color: #E10019;

}
.producto_desc span a{
    text-align:left;
    text-decoration: underline;
    font-size: 12px;
    font-family: 'OpenSansSemibold';
    color: #E10019;
    font-style: italic;

}
.productos_store{
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
#productos_menu li{
    list-style: none;
    float: left;
    width: 25%;
    margin: 0px 30px;
}
#productos_menu li:hover .producto_desc{
    display: block;
}
#sedes_box p{
    width: 100%;
    height: 70px;
    column-count:2;
    -moz-column-count:2;
    -webkit-column-count:2;
    -ms-column-count:2;
    -o-column-count:2;
}
#select_box{
    margin-top: 10px;
    margin-bottom: 12px;
}
.select_buscador_tienda{
    margin-top: 5px;
    margin-bottom: 5px;
	width:100%;
}
#shadow_store{
    background: url('../img/shadow_box.png');
    width: 100%;
    height: 19px;
   /* margin-top: 40px;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: left;
    opacity: 0.05;
}
#slide{
    background-image: url("../img/degrade.png");
	background-color: #00b2b2;
    background-size: 100% 100%;
    box-shadow: 3px 3px 4px rgba(102,102, 102, 0.65);
    width: 100%;
    height: 380px;
}
.social_box{
    width: 100%;
    height: 100px;
    padding:5px;
    background: linear-gradient(top, #FFF, #E9E9E9);
    background: -moz-linear-gradient(top, #FFF,  #E9E9E9);
    background: -webkit-linear-gradient(top, #FFF,  #E9E9E9);
    background: -ms-linear-gradient(top, #FFF,  #E9E9E9);
    background: -o-linear-gradient(top, #FFF,  #E9E9E9);

    position: relative;
    

}
.social_box:before{
   border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #E9E9E9;
    content: " ";
    height: 0;
    position: absolute;
    right: 15px;
    top: 110px;
}
#social_network{
    float: right;
    margin-top: 30px;
    margin-bottom: 10px;
}
.social_title{
font-family: 'OpenSansRegular';
    width: 103%;
    height: 30px;
    clear: both;
    border-bottom: 1px solid #CBCBCB;
}
#social_network a{
    margin-right: 10px;
}
#submenu_box{
    background: #E9E9E9;
    height: 42px;
}
#submenu{
    width: 550px;
    margin: 0 auto;
    padding: 7px 7px 0px;
}
#submenu_tienda{
    width: 520px;
    margin: 0 auto;
    padding: 7px 7px 0px;
}
#submenu li, #submenu_tienda li{
    display: inline-block;
}
#submenu li a, #submenu_tienda li a{
    display: inline-block;
    margin: 0px 16px;
    font-family: 'OpenSansRegular';
    color: #545454;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
}

.title_contacto{

    width: 100px;
    float: left;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}
.title_store{
    color: #E10019;
    background: url("../img/store_nav.png");
    background-repeat: no-repeat;
    background-position: 0px 36px;
    height: 45px;
    margin-top:-20px;
}
#menu_home img{
	width:100%;
	}
#shadow_page {
width: 100%;
height: 100%;
position: fixed;
background-color: rgba(0, 0, 0, 0.6);
z-index: 4;
left: 0;
top: 0;
display: none;
}
.title_contacto{
width: 175px;
float: left;
clear: both;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 0px;
padding-right:20px;
text-align: right;
}
.box_drop input {
box-shadow: none;
margin-top: 5px;
margin-bottom: 5px;
}
.input_help_contacto {
border: 1px solid gray;
border-radius: 3px;
width: 33%;
}
.select_box {
margin-top: 5px;
margin-bottom: 2px;
}
.formulario{

font-family: 'OpenSansRegular';
color: #4C4C4C;
font-size: 13px;

}
.title_right{
	width:50%;
}

/*/////// */


@media screen and (max-width:870px) {
	
	#cym_group{
		width:100%;
		min-height: 380px;
	}
	.cym_info{
		width:40%;
	}
	#bar_nav_cym{
		width:100%;
	}
	#cym_group .cym_group_logos{
		width:auto;
		padding-left: 31px;
	}
  
    #box_head{
        width: 100%;
    }
    #shadow_slide{
        width: 100%;
    }
    #menu_box {
        width: 100%;
    }
    #footer_box {
        width: 100%;
    }
    #menu #menu_main li:nth-child(12) input {
        width: 130px;
    }

    .cym_info_inner_side {
        width: 30%;
        padding-left: 0px;
    }
    .cym_info_inner {
        padding-left: 2px;
    }
    #menu_footer_content {
        width: 100%;
    }
    #cym_software_inner {
        width: 100%;
    }
	

		#cym_group_inner{
			width: 100%;}
    /*   /////////////////  */

    #Stage{
        width: 100%;
    }
	#box_slide {
		width: 100%;
	}
	#contacto {
		height: 600px;
	}
}

/* thumbs */

#content li.left dl dd div.thumb {
	display: block;
	float: left;
	background: transparent;
	margin: 0px 14px 0px 0px;
}

#content li.left dl dd div.thumb a img {
	width: 130px;
	height: 69px;
	border: 1px solid #000;
	background-color:#95A24A;
	padding:2px;
}

#content li.left dl dd div.thumb a:hover img {
	width: 130px;
	height: 69px;
    border: 1px solid #364654;
	background-color:#95A24A;
	padding:2px;
}

#thumb {
margin-top:20px;
margin-left:3px;
}
#clear {
margin-top:20px;
margin-left:20px;
}
#thumb div.thumb {
	display: block;
	float: left;
	margin: 0px 0px 10px 0px;
	padding:2px;
	background-color:fff;
}

#thumb div.thumb a img {
	border: 1px solid #fff;
	background: #f8f8f8 url('../img/bg_thumb.jpg') repeat top left;
	padding:5px;
}

#thumb div.thumb a:hover img {
    border: 1px solid #ccc;
	background: #fff url('../img/bg_thumb.jpg') repeat top left;
	padding:5px;
}
.red {
color:#BC0000;
}
