ul {list-style: none;}

/* ----------------------------------------------------------------
    Basic Document Styles
-----------------------------------------------------------------*/
body {margin: 0 auto;
	line-height: 1;
	color: #777;
	font: 16px/20px "Open Sans", Helvetica, Arial, sans-serif;
}
/* ----------------------------------------------------------------
    Basic Layout Styles
-----------------------------------------------------------------*/
#wrapper { margin: 0px auto; position: relative; background-color: #FFF; box-shadow: 0 0 10px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1); height:30px;}
.container { width: 1020px; margin: 0 auto; position: relative; }


/* ----------------------------------------------------------------
    Top Bar
-----------------------------------------------------------------*/
#top-bar {   position: relative;  background-color: #333;  height: 40px;}
#top-menu { position: relative;  float: left;  height: 40px;}
#top-menu li { float: left;margin-left: 10px;height: 40px;text-shadow: 1px 1px 1px #FFF;}
#top-menu li:first-child { margin-left: 0; }
#top-menu li a,#top-menu li span {
    display: block;
    float: left;
    position: relative;
    line-height: 20px;
    margin-top: 10px;
    color: #777;
}

#top-menu li span { color: #333; }
#top-menu li a:hover {
    color: #57B3DF;
    border-bottom: 1px dotted #57B3DF;
}
#top-menu li span {
    margin-right: 10px;
    font-size: 14px;
}
#top-menu li:first-child span { display: none; }
#top-menu li.top-menu-em a {
    position: relative;
    top: -1px;
    padding: 1px 6px;
    background-color: #333;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#top-menu li.top-menu-em a:hover {
    color: #FFF;
    border-bottom: none;
}
#top-social {
    position: relative;
    float: right;
    height: 40px;
    margin: 0 -30px 0 40px;
}
#top-social ul, #top-menu ul { margin: 0; }
#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
}
#top-social li,
#top-social li a,
#top-social li .ts-text {
    float: left;
    width: auto;
    overflow: hidden;
}
#top-social li a {
    width: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.icon-contacto{ background: url("images/icons/social/ir-uctemuco.png") no-repeat center center;}
#top-menu li.ts-uctemuco a { background-color: none; }
#top-menu li.ts-uctemuco .ts-icon { background: url("images/icons/social/ir-uctemuco.png") no-repeat center center; }
#top-social li .ts-icon { float: left; }
#top-social li.ts-facebook a { background-color: #333; }
#top-social li.ts-facebook .ts-icon { background: url("images/icons/social/facebook.png") no-repeat center center; }
#top-social li.ts-twitter a { background-color: #333; }
#top-social li.ts-twitter .ts-icon { background: url("images/icons/social/twitter.png") no-repeat center center; }
#top-social li.ts-gplus a { background-color: #333; }
#top-social li.ts-gplus .ts-icon { background: url("images/icons/social/youtube.png") no-repeat center center; }
#top-social li.ts-dribbble a { background-color: #333; }
#top-social li.ts-dribbble .ts-icon { background: url("images/icons/social/flickr.png") no-repeat center center; }

/* ----------------------------------------------------------------
    Top Bar Style 2
-----------------------------------------------------------------*/
#top-bar.top-bar2 #top-menu { float: right; }
#top-bar.top-bar2 #top-social {
    float: left;
    margin: 0 40px 0 -30px;
}
#top-search {
    position: absolute;
    width: 180px;
    top: 50%;
    left: auto;
    right: 0;
    margin-top: -20px;
}
#top-search form { margin: 0; }
#top-search input {
    width: 131px;
    background-image: url("images/icons/search.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 38px;
    color: #999;
}
#header #top-search { width: 260px; }
#header #top-search input { width: 211px; }






