html, body {
	height: 100%;
	width: 100%;
}

body {
	font-size: 0.78em;
	background-color: #008e9f;
}


#hdr-wraper, #menu-wraper, #content-wraper, #ftr-wraper {
	width: 100%;
}

#container {
	min-height: 100%;
	position: relative;
}

#hdr-wraper {
	height: 80px;
	padding-top: 10px;
	background: #008e9f url(../imagenes/bg-hdr.png) no-repeat center 5px;
}

#header {
    width: 920px;
    padding-right: 20px;
	padding-left: 20px;
    padding-top: 12px;
    margin: 0px auto;
	height: 68px;
	color: white;
    -moz-border-radius-topleft: 14px;
    -webkit-border-top-left-radius: 14px;
    -moz-border-radius-topright:14px;
    -webkit-border-top-right-radius: 14px;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
	background: #00a0b4 url(../imagenes/deg-dark.png) repeat-x 0px -96px;
}

/*--------*/

body#identity #header h2,
body#web #header h2,
body#print #header h2,
body#academics #header h2 {

	position: relative;
	display: block;
	width: 500px;
	height: 50px;
	top: -47px;
	left: 420px;
	text-indent: -999999px;
}

body#identity #header h2 {
	background: url(../imagenes/title-design.png) no-repeat right bottom;
	
}

body#web #header h2 {
	background: url(../imagenes/title-web.png) no-repeat right bottom;
	
}

body#print #header h2 {
	background: url(../imagenes/title-print.png) no-repeat right bottom;
	
}

body#academics #header h2 {
	background: url(../imagenes/title-academics.png) no-repeat right bottom;
	
}

/*--------*/

#menu-wraper {
	height: 50px;
	background: #27aabc url(../imagenes/deg-menu.png) repeat-x 0 top;}

#menu {
	height: 40px;
	width: 960px;
	margin: 0px auto;
	color: white;
    -moz-border-radius-bottomleft: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -moz-border-radius-bottomright:14px;
    -webkit-border-bottom-right-radius: 14px;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	background: #29bcd0 url(../imagenes/deg-menu2.png) repeat-x 0 bottom;
}

#content-wraper {
	background: #7ecedc url(../imagenes/bg-content.png) no-repeat center 10px;
	padding-top: 10px;
	
}

#content {
	width: 960px;
	margin: 0px auto;
	padding-bottom: 450px;
	color: #575460;
	padding-top: 20px;
    -moz-border-radius-topleft: 14px;
    -webkit-border-top-left-radius: 14px;
    -moz-border-radius-topright:14px;
    -webkit-border-top-right-radius: 14px;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
	background: #fff;
}



#ftr-wraper {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 420px;
	padding-bottom: 16px;
	background: #008e9f;
}

#footer {
	height: 390px;
	width: 960px;
	margin: 0px auto;
	color: #b2f1f0;
    -moz-border-radius-bottomleft: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -moz-border-radius-bottomright:14px;
    -webkit-border-bottom-right-radius: 14px;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	background: #00a0b4 url(../imagenes/deg-dark.png) repeat-x 0 top;
}


#footer h2 {
	color: #fff;
}


#ftr-sombra {
	margin: 0px auto;
	width: 960px;
	height: 30px;
	background: url(../imagenes/ftr-sombra.png) no-repeat center top}

/* ---------- */

.blank {
	clear: both;
}

.flt-izq {
	float: left;
}

.flt-der {
	float: right;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;

}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #f15d2e;

}

h1 a {
	display: block;
	height: 50px;
	width: 155px;
	background: url(../imagenes/logo-tzek.png) no-repeat;
	text-indent: -999999px;
}

p {
	line-height: 135%;
	padding-bottom: 1.8em;
}

/* ---------- */

#col-print01 {
	width: 429px;
	float: left;
}

#col-print02 {
	width: 281px;
	float: right;
}


#col-print01 img, #col-print02 img {
	margin-bottom: 6px;
}

.bf02margin {
	margin-top: 5px;
}

.h5margin {
	padding-bottom: 19px;
}

/* ---------- */


#div4img-udlap, #div4img-ferrexpress, #div4img-novum, #div4img-luxis, #div4img-triy, #div4img-catalog,
#div4img-ciriaweb, #div4img-ambifa, #div4img-amigos, #div4img-franciscana, #div4img-intour, #div4img-redtic,
#div4img-taller, #div4img-movitalk {
	/*width: 241px;*/
	width: 210px;
	height: 360px;
	padding: 20px;
	color: #fff;
	float: right;	
    -moz-border-radius-topright: 14px;
    -webkit-border-top-right-radius: 14px;
    -moz-border-radius-bottomright:14px;
    -webkit-border-bottom-right-radius: 14px;
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
	background: url(../imagenes/deg-dark.png) repeat-x 0 0px;

}
#div4img-udlap {
	background-color: #0098a2;
	
}

#div4img-ferrexpress {
	background-color: #016a94;
}

#div4img-novum {
	background-color: #df6000;
}


#div4img-luxis {
	background-color: #702e68;
}

#div4img-triy {
	background-color: #87cf5c;
}

#div4img-franciscana {
	background-color: #2c1c0d;
}

#div4img-catalog {
	background-color: #7A1600;
}

#div4img-ciriaweb {
	background-color: #ff5b00;
}

#div4img-amigos {
	background-color: #cf003e;
}

#div4img-ambifa {
	background-color: #a36400;
}

#div4img-intour {
	background-color: #79118e;
}

#div4img-redtic {
	background-color: #1d1060;
}

#div4img-taller {
	background-color: #4c005b;
}

#div4img-movitalk {
	background-color: #99cc66;
}





/* ---------- */

.btn-website a, .btn-website a:visited {
	display: block;
	width: 194px;
	height: 15px;
	padding: 5px 3px 8px 8px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-decoration: none;
	color: #e6e6e6;
	background: #604f4a url(../imagenes/deg-menu.png) repeat-x;
}


.btn-website a:hover {
	background-color: #800;
    color: white;

}



/* ---------- */


#slider-2cols {
	width: 168px;
	margin-top: 19px;
	margin-right: 19px;
	float: left;
	background-color: #fff; /*pink;*/
}

#slider-2cols2 {
	width: 168px;
	margin-top: 19px;
	float: left;
	background-color: #fff; /*pink;*/
}


#slider-4cols {
	width: 355px;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #fff; /*pink;*/
	float: left;
}

#slider-3cols {
	width: 230px;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
}

#slider-3cols2 {
	width: 230px;
	margin-top: 20px;
	float: left;
}


#slider-2cols img, #slider-2cols2 img, #slider-4cols img, #slider-3cols img, #slider-3cols2 img {
	margin-bottom: 6px;
}

/* ---------- */

#col-print02 p {
	padding: 14px;
	color: #706a6f;
	background-color: #e6e6e6;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    margin-bottom: 17px;
}

/*--------------*/

#ftr-cols {
	width: 293px;
	float: left;
	margin-left: 20px;
	margin-top: 16px;
	min-height: 240px;
}


#social-col {
	margin-left: 20px;
	float: left;
	width: 389px;
	height: 108px;
}

p.btn-cv a, p.btn-cv a:visited, p.btn-email a, p.btn-email a:visited, p.btn-blog a, p.btn-blog a:visited  {
	display: block;
	width: 293px;
	height: 60px;
	text-indent: -99999px;
}

p.btn-cv a, p.btn-cv a:visited {
	background: url(../imagenes/btn-cv.png) no-repeat 0 0;	
}

p.btn-cv a:hover, p.btn-cv a:focus {
	background: url(../imagenes/btn-cv.png) no-repeat 0 -60px;	
}

p.btn-cv a:active {
	background: url(../imagenes/btn-cv.png) no-repeat 0 -120px;	
}

p.btn-email a, p.btn-email a:visited {
	background: url(../imagenes/btn-email.png) no-repeat 0 0;	
}

p.btn-email a:hover, p.btn-email a:focus {
	background: url(../imagenes/btn-email.png) no-repeat 0 -60px;	
}

p.btn-email a:active {
	background: url(../imagenes/btn-email.png) no-repeat 0 -120px;	
}

p.btn-blog a, p.btn-blog a:visited {
	background: url(../imagenes/btn-blog.png) no-repeat 0 0;	
}

p.btn-blog a:hover, p.btn-blog a:focus {
	background: url(../imagenes/btn-blog.png) no-repeat 0 -60px;	
}

p.btn-blog a:active {
	background: url(../imagenes/btn-blog.png) no-repeat 0 -120px;	
}


ul#socialmedia li  {
	float: left;
	list-style-type: none;

}

ul#socialmedia li a {
	display: block;
	width: 45px;
	height: 45px;
	margin-right: 5px;
	text-indent: -99999px;
	background-image: url(../imagenes/btn-sociales.png);
}

ul#socialmedia li.twitter a, ul#socialmedia li.twitter a:visited  {
	background-position: 0 0;
}

ul#socialmedia li.twitter a:hover, ul#socialmedia li.twitter a:focus  {
	background-position: 0 -44px;
}

ul#socialmedia li.twitter a:active {
	background-position: 0 -88px;
}

ul#socialmedia li.facebook a, ul#socialmedia li.facebook a:visited  {
	background-position: -45px 0;
}

ul#socialmedia li.facebook a:hover, ul#socialmedia li.facebook a:focus  {
	background-position: -45px -44px;
}

ul#socialmedia li.facebook a:active {
	background-position: -45px -88px;
}


ul#socialmedia li.slideshare a, ul#socialmedia li.slideshare a:visited  {
	background-position: -90px 0;
}

ul#socialmedia li.slideshare a:hover, ul#socialmedia li.slideshare a:focus  {
	background-position: -90px -44px;
}

ul#socialmedia li.slideshare a:active {
	background-position: -90px -88px;
}


ul#socialmedia li.flickr a, ul#socialmedia li.flickr a:visited  {
	background-position: -135px 0;
}

ul#socialmedia li.flickr a:hover, ul#socialmedia li.flickr a:focus  {
	background-position: -135px -44px;
}

ul#socialmedia li.flickr a:active {
	background-position: -135px -88px;
}


ul#socialmedia li.academia a, ul#socialmedia li.academia a:visited  {
	background-position: -179px 0;
}

ul#socialmedia li.academia a:hover, ul#socialmedia li.academia a:focus  {
	background-position: -179px -44px;
}

ul#socialmedia li.academia a:active {
	background-position: -180px -88px;
}




/* ----------------- */


h2.why, h2.need, h2.blog, h2.touch {
	display: block;
	height: 24px;
	text-indent: -99999px;
}


h2.why {
	width: 120px;
	background: url(../imagenes/why-tzek.png) no-repeat;
}

h2.need {
	width: 150px;
	background: url(../imagenes/need-design.png) no-repeat;
}

h2.blog {
	background: url(../imagenes/goto-blog.png) no-repeat;
}

h2.touch {
	background: url(../imagenes/keep-in-touch.png) no-repeat;
}

p.copy {
	font-size: 0.7em;
	margin-top: 30px;
}

p.copy a,  p.copy a:visited {
	color: #feffc7;
	
}
 
p.copy a:hover {
	color: #fdff52;
}

