@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,800";

body, input, textarea {
    font-family: 'Open Sans';
}

div#logo {
    margin-bottom: 10px;
    padding-top: 12px;
}

#extract li {
    margin-bottom: 10px;
}

a{color:#F68B1E;text-decoration:none}a:hover{color:#F68B1E;text-decoration:underline}

body {
	font-size:14px;
}

/******************************
 * Place
 ******************************/

.dates-place {
    font-size: 13px;
    opacity: 0.9;
    padding: 0 0 0 30px;
    text-align: left;
	color: #3E5F82;
}
.dates-place span {
    opacity: 0.7;
}
.dates-place a {
    background: url('../images/icon-map.png') no-repeat scroll 10px 4px transparent;
    color: #999999;;
    display: block;
    margin-left: -30px;
    padding-left: 30px;
    text-decoration: none;
}
.dates-place a:hover {
    color: inherit;
}

/******************************
 * Countdown
 ******************************/

.countdown
{
	/*margin:20px 0 25px 0;*/
	color: #444444
}

#countdown
{
	display:none;
}

.countdown-box
{
	width:268px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #c6c6c6;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	position:relative;
	margin-left:29px;
	height: 69px;
	/*ojo*/
}

.countdown-box:after
{
	content:'';
	position:absolute;
	top:-1px;
	bottom:-1px;
	left:-26px;
	width:26px;
	background:url('../images/timeleft.png') no-repeat center center;
	
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}

.countdown-box .field
{
	float:left;
	width:67px;
	height:69px;
	background:#f8f8f8 url('../images/countdown-bg.jpg') no-repeat right bottom;
	position:relative;
	overflow:hidden;
}


.countdown-box .field.last
{
	background-position:left bottom;
}

.countdown-box .field.dropshade:before {
    content:"";
    position:absolute;
    z-index:1;
    top:0px;
    bottom:8px;
    left:-41px;
    width:40px;
    -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.5);
       -moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.5);
            box-shadow:0 0 5px 0 rgba(0,0,0,0.5);
    -webkit-border-radius:20px / 100px;
       -moz-border-radius:20px / 100px;
            border-radius:20px / 100px;
}

.webkit .countdown-box .field.dropshade:before {
    -webkit-box-shadow:0 0 7px 1px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 7px 1px rgba(0,0,0,0.4);
            box-shadow:0 0 7px 1px rgba(0,0,0,0.4);
}

.countdown-box .field .name
{
	text-align:center;
	color:#949494;
	font-size:12px;
	line-height:20px;
	-webkit-text-shadow:0 1px 0 rgba(255,255,255,0.4);
	-moz-text-shadow:0 1px 0 rgba(255,255,255,0.4);
	text-shadow:0 1px 0 rgba(255,255,255,0.4);
}

.countdown-box .field .value
{
	position:relative;
	margin:0 0 0 1px;
	height:50px;
	text-align:center;
	font-size:30px;
	line-height:50px;
	overflow:hidden;
	
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.4);
}

.countdown-box .field .value .current
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}

.countdown-box .field .value .next
{
	position:absolute;
	top:-54px;
	left:0px;
	width:100%;
}

.countdown-box .field .value .narrow
{
	letter-spacing:-6px;
	margin-left:-3px;
}

.countdown-box .field .value .shade
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('../images/countdown-shade.png') repeat-x 0 0;
}

/******************************
 * Nav
 ******************************/

#access ul#menu-main{
    width:100%;
    max-width: 1140px;
    margin:0;
    padding:0;
    /*overflow:hidden;*/
    overflow:visible;
}
#access ul#menu-main li{
    height:100%;
    list-style-type:none;
    text-align:left;
    margin:0;
    padding:0;
    margin-right: 1.8%;
    float: left;
    min-height: 1px;
}
        #access ul#menu-main li a{
            display:block;
            font:normal 13px/30px 'Open Sans', Arial, sans-serif;
            text-decoration:none;
            text-transform:uppercase;
            letter-spacing:-0.5px;
            margin:0;
            padding:0;
            padding:0 20px;
            /*
            -moz-border-radius: 3px;
            -khtml-border-radius:3px;
            -webkit-border-radius: 3px;
            */
        }
        #access ul#menu-main li a:link,
        #access ul#menu-main li a:visited{
            color:#444;
            background-color:rgba(0,0,0,0.1);

        }
        #access ul#menu-main li a:hover{
            color:#fff;
            background-color:#221E1F;

           -webkit-transition:all 100ms ease-in-out;  
           -moz-transition:all 100ms ease-in-out;  
           -o-transition:all 100ms ease-in-out;  
           transition:all 100ms ease-in-out;
        }
        #access ul#menu-main li a:active{
            background-color:#111;

           -webkit-transition:all 0ms ease-in-out;  
           -moz-transition:all 0ms ease-in-out;  
           -o-transition:all 0ms ease-in-out;  
           transition:all 0ms ease-in-out;
        }
        #access ul#menu-main li.current_page_item a,
        #access ul#menu-main li.current-menu-item a{
            font:normal 13px/30px 'Open Sans', Arial, sans-serif;
            text-decoration:none;
            
            color:#fff;
            background-color:#221E1F;
        }

/*REGISTER*/

    #access ul#menu-main li#menu-item-317 a:link,
    #access ul#menu-main li#menu-item-317 a:visited{
        color:#ffffff;
        background-color:#76AADA;
    }
    #access ul#menu-main li#menu-item-317 a:hover{
        /*color:#fff;
        background-color:rgba(120,200,0,0.9);*/
        color:#ffffff;
        background-color:#00386B;
        }
        #access ul#menu-main li#menu-item-317 a:active{
            background-color:#00386B;
            /*color:#fff;
            background-color:rgba(120,200,0,0.9);*/
    }
     #access ul#menu-main li#menu-item-317.current_page_item a,
        #access ul#menu-main li#menu-item-317.current-menu-item a{
            color:#fff;
            background-color:#00386B;
        }
/*END REGISTER*/


.nivoSlider {
    position:relative;
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}


#extract h2 {
    color: rgba(0, 0, 0, 0.8);
    font: 18px/21px 'Open Sans',Arial,sans-serif;
    letter-spacing: -1px;
    margin-bottom: 10px;
    text-transform: uppercase;
	border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}

#header, #galery, #extract, #registration, #location, #contact, #credits {
	margin-bottom: 25px;
}

#footer {
    background: none repeat scroll 0 0 #221E1F;
	/*background: none repeat scroll 0 0 #f0f1f3;*/
    color: #999999;
    min-height: 200px;
	clear: both;
	padding-top:30px;
	
}

#footer h3, #footer h3 a {
    color: #999999;
    font-size: 10px;
    line-height: 10px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#footer h3 a {
    text-decoration: underline;
}
/*********************************************************************
 ** Speakers Block
 *********************************************************************/

ul.speakers
{
	list-style-type:none;
	padding:0;
	margin:0;
}

.container-col-w-sidebar ul.speakers
{
	margin-right:-40px !important;
}

ul.speakers:after
{
	content:'';
	overflow:hidden;
	clear:both;
	float:none;
	display:block;
	height:0;
}

ul.speakers li
{
	float:left;
	margin:0 25px 40px 0;
	width:210px;
	cursor:default;
	padding:0 !important;
	background:none !important;
}

.container-col-w-sidebar ul.speakers li
{
	width:287px;
	margin-right:40px;
}

ul.speakers li .pic
{
	display:block;
	text-decoration:none;
	padding:14px;
	min-height:77px;
	background: #f6f6f6;
  background: -moz-linear-gradient(top, #ffffff, #eaeaea);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
  background: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background: linear-gradient(top, #ffffff, #eaeaea);
  border:1px solid #d1d1d1;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6);
	position:relative;
	top:0px;
}

ul.speakers li .pic:hover
{
	
}

ul.speakers li .pic:after
{
	content:'.';
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}

ul.speakers li .pic img
{
	display:block;
	float:left;
	margin-right:15px;
	border:1px solid #fff;
	-webkit-box-shadow:0 0 0 1px rgba(175,205,228,0.4);
	-moz-box-shadow:0 0 0 1px rgba(175,205,228,0.4);
	box-shadow:0 0 0 1px rgba(175,205,228,0.4);
	
	max-width:75px;
	max-height:75px;
}

ul.speakers li .name
{
	line-height:15px;
	font-size:12px;
	color:#919191;
}

ul.speakers li .text
{
	background:url('../images/speakers-border.png') no-repeat -1px top;
	margin:10px 0 0 0;
	padding:20px 0 0 20px;
}

ul.speakers li .text p
{
	margin:0 0 5px 0;
}

ul.speakers li .text span
{
	color:#9f9f9f;
}

ul.speakers li:hover .name
{

}

ul.speakers li:hover .pic
{
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6), 0 -1px 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6), 0 -1px 5px 1px rgba(0,0,0,0.15);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.6), 0 -1px 5px 1px rgba(0,0,0,0.15);
}

/*********************************************************************
 ** Programa
 *********************************************************************/
 
 h1 {
    color: rgba(0, 0, 0, 0.3);
    font: 32px/36px 'Open Sans',Arial,sans-serif;
    letter-spacing: -1px;
    margin-bottom: 20px;
	font-weight: bolder;
}
 
h2 {
   color: rgba(0, 0, 0, 0.8);
   font: 18px/21px 'Open Sans',Arial,sans-serif;
   letter-spacing: -1px;
   margin-bottom: 20px;
   text-transform: uppercase;
   font-weight: bold;
}

table {
    border: medium none;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 22px;
    text-align: left;
    width: 98%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    padding: 0.7em 1.25em;
	text-align: left;
}

tr.odd {
    background-color: rgba(255, 255, 255, 0.6);
}

tr.even {
    background-color: rgba(163, 214, 245, 0.6);
}

tr {
    border: 1px solid #FFFFFF;
}


.igsv-table .col-1/*, .igsv-table .col-3, .igsv-table .col-4 */{
    text-align: center;
    white-space: nowrap;    
 }
 
.igsv-table .col-2 {
    width: 100%;
}

.igsv-table .break {
    background-color: #E0E0E0;
}

/*********************************************************************
 ** Resgistración
 *********************************************************************/
 
#ss-form input.span8, #ss-form textarea.span8, #ss-form .uneditable-input.span8 {
  width: 620px;
}

#ss-form input.span4, #ss-form textarea.span4, #ss-form .uneditable-input.span4 {
    width: 300px;
}
 
 
 .ss-required-asterisk { 
	color: #B94A48;
 }
 
 /*********************************************************************
 ** Material
 *********************************************************************/
 .material-table td {
    padding: 10px;
 }
 
.material-table .col-2 {
    
    padding-left: 0;
    line-height: 20px;
 }
 
 .material-table .col-3 {
    font-style: italic;
 }
 
 /*********************************************************************
 ** Contacto
 *********************************************************************/
 
 /*#contact > h1 {
    margin-bottom:35px;
 }*/
 
 .contacto {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    overflow: hidden; 
 }
 
 .contacto .banda {
    float: left;
    background-color: #76AADA;
    width: 15px;
    height: 173px;
    margin-right: 10px;
 }
 .contacto h4 {
    padding-bottom: 10px;
    padding-top: 10px;
    background: url(../images/ctm.png) no-repeat top right;
 }
 
 /**
 * Construccion
 */
 div.dummy-material {
    height: 420px;
 }
 
 div.dummy {
    height: 420px;
    background: url(../images/construccion.jpg) no-repeat center center;
 }
 
  /*********************************************************************
 ** Créditos
 *********************************************************************/
 
 ul.creditos {
    font-weight: bold;
    list-style-type: none;
    margin: 0;
 }
 
  ul.creditos > li {
    font-weight: bold;
    list-style-type: none;
    margin-bottom: 10px;
 }
 
  ul.creditos ul {
    font-weight: normal;
 }
 
 
 
 .lightroom_gallery {
    font-size: 12px;
 }
 
  /*********************************************************************
 ** Videos
 *********************************************************************/

#apertura {
   background: url(../../videos/apertura.jpg) no-repeat center center;
}
 
#virtualizacion_ctm {
   background: url(../../videos/virtualizacion_ctm.jpg) no-repeat center center;
}
 
#virtualizacion_ac {
   background: url(../../videos/virtualizacion_ac.jpg) no-repeat center center;
}
 
#bpm {
   background: url(../../videos/bpm.jpg) no-repeat center center;
}

#fews {
   background: url(../../videos/fews.jpg) no-repeat center center;
}
 
#genexus {
   background: url(../../videos/genexus.jpg) no-repeat center center;
}

#ades {
   background: url(../../videos/ades.jpg) no-repeat center center;
}

#datacenter {
   background: url(../../videos/datacenter.jpg) no-repeat center center;
}

#byod {
   background: url(../../videos/byod.jpg) no-repeat center center;
}

#nube {
   background: url(../../videos/nube.jpg) no-repeat center center;
}

#ocs {
   background: url(../../videos/ocs.jpg) no-repeat center center;
}

#cierre {
   background: url(../../videos/cierre.jpg) no-repeat center center;
}