/* ----- Estilos genéricos ----- */
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('/imgs/backgrounds/foto_prueba.jpg');
	margin: 100px 0;
	width: 100%;
	font-size: x-small;
	font-family: Geneva, Arial, sans-serif;
}
body#contacto, body#web {
	background-image: url('/imgs/backgrounds/foto01.jpg');
}
body#print, body#empleo {
	background-image: url('/imgs/backgrounds/foto03.jpg');
}
body#noticia, body#consultoria {
	background-image: url('/imgs/backgrounds/foto02.jpg');
}
body#filosofia {
	background-image: url('/imgs/backgrounds/foto04.jpg');
}
body#amigos {
	background-image: url('/imgs/backgrounds/foto05.jpg');
}
body#equipo,body#noticias, body#clientes {
	background-image: url('/imgs/backgrounds/foto06.jpg');
}
ul {
	list-style-type: none;
}
a {
	color: #C93;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 1.2em;
	margin-bottom: 15px;
}
h3 {
	position: absolute;
	top:  -10000px;
}
h4 {
	font-size: 1.3em;
	color: #7e6501;
	margin-bottom: 3px;
}
img {
	border:  0;
}
/* ----- Main wrapper ------ */
#main_wrapper {
	background: url('../imgs/fndo_general.png') repeat;
	padding: 20px 65px;

}
/* ----- Twitterito ----- */
div#twitterito {
	font-size: 22px;
	background: transparent;
	width: 815px;
	color: #66662b;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #ada49f;
	margin-bottom: 50px;
}
div#twitterito div.alt {
	display: none;
}
div#twitterito p {
	display: inline;
	text-transform: uppercase;
	width: 815px;
}
.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}

/* ----- Header ----- */
#header {
	width: 815px;
	border-bottom: 1px solid #ada49f;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
h1 {
	width: 103px; height: 38px;
}
h1 a {
	display: block;
	width: 103px; height: 38px;
	background: url("../imgs/logo_movet.png");
}
h1 span {
	position: absolute;
	top: -10000px;
}
a.area_privada {
	float: right;
	margin-top: -13px;
	font-size: 1.1em;
	font-weight: bold;
}

/* ----- Section titles ----- */
h2 {
	width: 200px;
	height: 30px;
	float: left;
}
h2 span {
	position: absolute;
	top:  -10000px;
}
h2.movet {
	background-image: url('../imgs/title_movet.png');
}
h2.portfolio {
	background-image: url('../imgs/title_portfolio.png');
}
h2.contacto {
	background-image: url('../imgs/title_contacto.png');
}
h2.empleo {
	background-image: url('../imgs/title_empleo.png');
}
h2.noticias {
	background-image: url('../imgs/title_noticias.png');
}

/* ----- Main Menu ----- */
#main_menu {
	width: 200px;
	float: left;
	margin-right: 20px;
}
#main_menu li a {
	display: block;
	height: 27px;
	margin-bottom: 5px;
	background:  url('../imgs/main_menu.gif') no-repeat;
	position: relative;
}
#main_menu li a span {
	position: absolute;
	top:  -10000px;
}

#main_menu li.movet a {
	width: 108px;
}
#main_menu li.movet a:hover {
	background-position: -250px 0;
}
#main_menu li.portfolio a {
	width: 163px;
	background-position: 0 -27px;
}
#main_menu li.portfolio a:hover {
	background-position: -250px -27px;
}
#main_menu li.contacto a {
	width: 156px;
	background-position: 0 -54px;
}
#main_menu li.contacto a:hover {
	background-position: -250px -54px;
}
#main_menu li.empleo a {
	width: 121px;
	background-position: 0 -81px;
}
#main_menu li.empleo a:hover {
	background-position: -250px -81px;
}
#main_menu li.noticias a {
	width: 137px;
	background-position: 0 -108px;
}
#main_menu li.noticias a:hover {
	background-position: -250px -108px;
}
/* ----- Content ----- */
#content {
	width: 630px;
	float: left;
}
/* ----- Submenu generic styles  ----- */
#sub_menu {
	border-bottom: 1px solid #ada49f;
	margin-top: 50px;
	height: 35px;
	width: 815px;
	margin-bottom: 50px;
}
#sub_menu ul {
	padding-top: 10px;
	padding-left: 220px;
}
#sub_menu ul li {
	float: left;
	height: 20px;
}
#sub_menu ul li a {
	display: block;
	float: left;
	height: 20px;
}
#sub_menu ul li span {
	position: absolute;
	top:  -10000px;
}

/* ----- Movet Submenu ----- */
li.filosofia a {
	width: 113px;
	background: url('../imgs/bton_filosofia_off.png') no-repeat;
	margin-right: 25px;
}
li.filosofia.activo {
	width: 113px;
	background: url('../imgs/bton_filosofia_active.png') no-repeat;
	margin-right: 25px;
}
li.equipo.activo {
	width: 84px;
	background:  url('../imgs/bton_equipo_active.png') no-repeat;
	margin-right: 20px;
}
li.equipo a {
	width: 84px;
	background:  url('../imgs/bton_equipo_off.png') no-repeat;
	margin-right: 20px;
}
li.amigos.activo {
	width: 84px;
	background: url('../imgs/bton_amigos_active.png') no-repeat;
}
li.amigos a {
	width: 84px;
	background: url('../imgs/bton_amigos_off.png') no-repeat;
}

/* ----- Portfolio Submenu ----- */
li.clientes a {
	width: 102px;
	background: url('../imgs/bton_clientes_off.png') no-repeat;
	margin-right: 25px;
}
li.clientes.activo {
	width: 102px;
	background: url('../imgs/bton_clientes_active.png') no-repeat;
	margin-right: 25px;
}
li.web a {
	width: 53px;
	background: url('../imgs/bton_web_off.png') no-repeat;
	margin-right: 25px;
}
li.web.activo {
	width: 53px;
	background: url('../imgs/bton_web_active.png') no-repeat;
	margin-right: 25px;
}
li.print a {
	width: 64px;
	background: url('../imgs/bton_print_off.png') no-repeat;
	margin-right: 25px;
}
li.print.activo {
	width: 64px;
	background: url('../imgs/bton_print_active.png') no-repeat;
	margin-right: 25px;
}
li.consultoria a {
	width: 152px;
	background: url('../imgs/bton_consultoria_off.png') no-repeat;
	margin-right: 25px;
}
li.consultoria.activo {
	width: 152px;
	background: url('../imgs/bton_consultoria_active.png') no-repeat;
	margin-right: 25px;
}

/* ----- Portada ----- */

.column {
	width: 285px;
	float: left;
	margin-right: 30px;
}
.column img.border {
	border: 10px solid #FFF;
	margin-bottom: 20px;
}
.column a {
	font-size: 1.2em;
	font-weight: bold;
}
div.noticias a.titular {
	font-size: 1.4em;
}
div.noticias a {
	font-size: 1em;
}
.column strong {
	display: block;
	color: #666;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1.2em;
}

/* ----- Amigos ----- */
ul.amigos {
	margin-bottom: 20px;
}
ul.amigos li {
	font-size: 1.2em;
}
ul.amigos li a {
	font-size: .8em;
	padding-left: 5px;
	font-weight: normal;
	color: #555;
}

/* ----- Equipo ----- */
div.member{
	height: 330px;
	/*width: 300px;*/
}
div.member a {
	font-size: .9em;
	font-weight: normal;
	color: #555;
	margin-bottom: 10px;
	display: block;
	width: auto
}
div.member strong {
	font-size: 1.1em;
	margin-top: 0px;
	color: #000;
}

/* ----- Portfolio ----- */
p.ancho {
	width: 600px;
}
ul.clientes li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.cliente {
	width: 600px;
	height: 110px;
	border-bottom: 1px solid #ada49f;
	margin-bottom: 10px;
}
div.cliente img {
	float: left;
	margin-right: 20px;
}
div.cliente p {
	width: 450px;
	float: left;
	margin-top: 35px;
}
div.trabajo {
	width: 190px;
	height: 400px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.trabajo strong {
	font-size: 1.1em;
	color: #555;
}
div.trabajo p {
	margin-top: 10px;
	font-size: 1.1em;
}
img.captura {
	display: block;
	margin-bottom: 20px;
}
ul.thumbnails li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ----- Contacto ----- */
div#mapa {
	border: 1px solid #999;
	width: 598px;
	clear: both;
	margin-bottom: 20px;
}
a.vergrande {
	float: right;
}
div.vcard {
	font-size: 1.2em;
}
div.vcard div {
	width: 200px;
	float: left;
}
span.street-address, span.tel {
	display: block;
}
a.email {
	display: block;
	margin-bottom: 20px;
	width: 100px;
}

/* ----- Empleo ----- */
h4.titulo_empleo {
	font-size: 1.2em;
	color: #000;
	text-transform: uppercase;
}
div.aviso {
	border-bottom: 1px dotted #999;
	padding-top: 10px;
}
div.aviso h5 {
	font-size: 1.2em;
	color: #7E6501;
}
div.aviso strong {
	font-size: 1.2em;
	font-weight: normal;
	color: #666;
	display: block;
	margin-bottom: 10px;
}
form.empleo {
	margin-top: 10px;
}
form.empleo span {
	display: block;
	margin-bottom: 5px;
}
form.empleo label {
	display: block;
	width: 100px;
	float: left;
	font-size: 1.2em;
}
form.empleo input {
	width: 170px;
	padding: 3px;
	background-color: #CCC;
	border: none;
}
form.empleo input#cv {
	width: 50px;
}
form.empleo textarea {
	width: 175px;
	height: 40px;
	background-color: #CCC;
	border: none;
	overflow: auto;
}
form.empleo button {
	border: none;
	background: transparent;
	float: right;
	font-size: 1em;
}

/* ----- Noticias ----- */
div.noticia {
	width: 600px;
	margin-bottom: 30px;
}
div.goback {
	border-bottom: 1px solid #d3cfc6;
	font-size: 1.1em;
	padding: 0 0 3px 0;
	margin-bottom: 20px;
}
div.noticia p {
	font-size: 1.2em;
	line-height: 1.35em;
}
div.noticia h4.titular_grande {
	font-size: 2.4em;
	color: #7f7c78;
}
div.noticia p img {
	float: right;
	margin-left: 20px;
	border: 10px solid #FFF;
}
div.noticia strong {
	font-size: 1.2em;
	font-weight: normal;
	color: #666;
	display: block;
	margin-bottom: 5px;
}
ul.paginacion {
	width: 600px;
	margin-bottom: 40px;
}
ul.paginacion li {
	display: inline;
	font-size: 1.1em;
}
ul.paginacion li a {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	color: #000;
	text-align: center;
}
ul.paginacion li a:hover {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}
ul.paginacion li a.actual {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background-color: #000;
}

/* ----- Footer ----- */
div#footer {
	width: 815px;
	margin-top: 30px;
	padding-top: 5px;
	clear: both;
	border-top: 1px dotted #ada49f;
	font-size: .9em;

}

.conf{
	margin-top:50px;
	margin-bottom:50px;
	color:#339900;
}


