#contenedor {
	width:1024px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background-color: #000;
}
#cabezote {
	float: left;
	height: 215px;
	width: 100%;
        position: fixed;
        background-color: #ffffff;
        left: 0px;
}
#contCabezote{
    width:1024px;
    margin: 0 auto;
}
#logo {
	float: left;
	height: 115px;
	width: 512px;
	background-image: url(../images/logo-interacciona.jpg);
	background-position: 20px center;
	background-repeat: no-repeat;
}
#cabezote #logo h1 {
	font-size: 12px;
	text-align: left;
	text-indent: -9999px;
}
#twitter-cabezote {
	float: left;
	height: 70px;
	width: 282px;
	text-align: right;
	background-image: url(../images/pajaro-twitter.jpg);
	background-repeat: no-repeat;
	background-position: 180px center;
	padding-right: 50px;
	padding-left: 180px;
	padding-top: 45px;
}
.tweets {
	float: left;
	height: 35px;
	width: 282px;
	text-align: left;
}
.tweets a {
	font-weight: bold;
	color: #B0B758;
	text-decoration: none;
}
.unete-cabezote {
	float: left;
	height: 20px;
	width: 282px;
	text-align: left;
	padding-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
.unete-cabezote a {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
#menu {
	float: left;
	height: 100px;
	width: 1024px;
}
#menu h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	margin:0px;
}
#menu h2 a {
	color: #C5C6C8;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#menu-tendencias {
	float: left;
	height: 20px;
	width: 1004px;
	background-image: url(../images/btn_barraNegra.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#menu-esencia {
	float: left;
	height: 20px;
	width: 1004px;
	background-image: url(../images/btn_barraMorada.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#menu-hacemos {
	float: left;
	height: 20px;
	width: 1004px;
	background-image: url(../images/btn_barraVerde.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#menu-trabajo {
	float: left;
	height: 20px;
	width: 1004px;
	background-image: url(../images/btn_barraNegra.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#menu-contacto {
	float: left;
	height: 20px;
	width: 1004px;
	background-image: url(../images/btn_barraMorada.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#tendencias {
	background-image: url(../images/fondoNegro.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 560px;
	width: 1024px;
}
#trabajos {
	background-image: url(../images/fondoNegro.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 560px;
	width: 1024px;
}
#contacto {
	background-image: url(../images/fondoMoradoContacto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 414px;
	width: 1024px;
}
#contenedor #contacto #datos {
	float: left;
	height: 414px;
	width: 400px;
}
#esencia {
	background-image: url(../images/fondoMorado.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 560px;
	width: 1024px;
}
#hacemos {
	background-image: url(../images/fondoVerde.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 560px;
	width: 1024px;
}
#tendencias #header {
	float: left;
	height: 300px;
	width: 1024px;
}
#tendencias #header #titulo {
	float: left;
	height: 100px;
	width: 540px;
}
#contenedor #tendencias #header #titulo h3 {
	margin: 0px;
	color: #868789;
	font-size: 59px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
}
#contenedor #contacto #datos h3 {
	margin: 0px;
	color: #868789;
	font-size: 59px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
}
#contenedor #contacto #datos p {
	margin: 0px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
}
#contenedor #contacto #formulario {
	float: left;
	height: 380px;
	width: 594px;
	padding-right: 15px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	padding-top: 34px;
	padding-left: 15px;
}
input {
	color: #FFF;
	background-color: #4C2E80;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {
	color: #FFF;
	background-color: #4C2E80;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contenedor #tendencias #header #enlace {
	float: left;
	height: 100px;
	width: 484px;
	background-image: url(../images/recibe-gratis-una-capacitacion.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#contenedor #tendencias #header #enlace p {
	text-align: left;
	text-indent: -9999px;
	height: 100px;
	width: 484px;
	margin: 0px;
}
#contenedor #tendencias #noticias {
	float: left;
	height: 440px;
	width: 994px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	padding-top: 20px;
}
.flechas {
	float: left;
	height: 340px;
	width: 35px;
	padding-top: 100px;
}
#contenedor #tendencias #header #noticias .contenedorNoticias {
	float: left;
	height: 440px;
	width: 212px;
	margin-right: 8px;
	margin-left: 8px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenedor #tendencias #header #noticias .contenedorNoticias h4 {
	margin: 0px;
	color: #C7D233;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}
#contenedor #tendencias #header #noticias .contenedorNoticias p {
	color: #FFF;
}
#contenedor #tendencias #header #noticias .contenedorNoticias p a {
	color: #BFD233;
	font-style: italic;
	text-decoration: none;
}
#esencia #header #titulo {
	float: left;
	height: 100px;
	width: 540px;
}
#esencia #header {
	float: left;
	height: 555px;
	width: 1024px;
}
#contenedor #esencia #header #imagen {
	float: left;
	height: 450px;
	width: 1024px;
}
#contenedor #esencia #header #titulo h3 {
	margin: 0px;
	color: #868789;
	font-size: 59px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
}
#hacemos #header {
	float: left;
	height: 540px;
	width: 1024px;
}
#contenedor #hacemos #header #imagen {
	float: left;
	height: 445px;
	width: 1024px;
}
#hacemos #header #titulo {
	float: left;
	height: 100px;
	width: 540px;
}
#contenedor #hacemos #header #titulo h3 {
	margin: 0px;
	color: #FFF;
	font-size: 59px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
}
#trabajos #header {
	float: left;
	height: 100px;
	width: 1024px;
}
#trabajos #header #titulo {
	float: left;
	height: 100px;
	width: 540px;
}
#contenedor #trabajos #header #titulo h3 {
	margin: 0px;
	color: #868789;
	font-size: 59px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
}
#contenedor #trabajos .contenedorTrabajos {
	float: left;
	height: 460px;
	width: 924px;
}
#contenedor #trabajos .contenedorTrabajos .trabajoespecifico {
	float: left;
	height: 460px;
	width: 924px;
}
#contenedor #trabajos .contenedorTrabajos .trabajoespecifico .imagenTrabajo {
	float: left;
	height: 396px;
	width: 924px;
}
#contenedor #trabajos .contenedorTrabajos .trabajoespecifico .descripcionTrabajo {
	float: left;
	height: 54px;
	width: 924px;
	padding-top: 10px;
	color: #FFF;
	font-size: 14px;
}
p {
	margin: 0px;
}
#contenedor #trabajos .contenedorTrabajos .trabajoespecifico .descripcionTrabajo p a {
	color: #C7D233;
	text-decoration: none;
}
#contContenido{
    float:left;
    margin-top:215px;
}
.SlideItMoo_forward{
    background:url("../images/flecha_derecha.png") no-repeat scroll center center transparent;
    cursor:pointer;
    float:right;
    height:27px;
    width:41px;
    margin:107px auto;
}
.SlideItMoo_back{
    background:url("../images/flecha_izquierda.png") no-repeat scroll center center transparent;
    float:left;
    height:27px;
    margin:107px auto;
    width:41px;
    cursor:pointer;
}
#noticias_inner{
    overflow: hidden;
    float:right;
}
#trabajos_inner{
    overflow: hidden;
    float:right;
}
#trabajos_outer{
    padding: 0 9px;
    float: left;
}

