@charset "utf-8";
/*
	Empresa:	Goma 3 Estudio Multimedia S.L.(www.goma3.es)
	Autor: 		Christian Schroeder <christian.schroeder@goma3.es>
	Fecha:		27-11-2008
	
	Comentarios
	-----------
	Las reglas de esta página afectan a todas las paginas HTML
	de esta web
	
*/
/* Inicializacion */
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	margin:0;
	padding:0;
	line-height:1.2em;
}

body {
	background-color:#eee; /* gris oscuro */
}

p {
	margin:5px 0;
}

b, strong {
	font-weight:bold;
	color:inherit;
	font-size:inherit;
}

span {
	color:#800202; /* rojo osc. granate */
}

h1 {
	color:#800202; /* rojo osc. granate */
	font-size:3em;
	text-transform:lowercase;
	margin-bottom:20px; /* cambiado padding por margin ¿todo bien? */
	line-height:1em;
}

h2 {
	color:#800202; /* rojo osc. granate */
	font-size:1.5em;
}

h3 {
	color:#800202; /* rojo osc. granate */
	font-size:1.2em;
}

h4 {
	color:#000;
	font-weight:bold;
	font-size:1.6em;
}

h5 {
	color:#000;
	font-size:1.2em;
	font-weight:bold;
}

a {
	color:#800202; /* rojo osc. granate */
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h2 a {
	font-size:inherit;
}

h5 a {
	font-size:inherit;
	font-weight:bold;
}

a img {
	border:0;
}

/* formularios */
input[type=text], textarea {
	border:1px solid #ccc;
}

input[type=submit] {
	background-color:#800202; /* rojo osc. granate */
	background-image:url(../imagenes/iconos/flecha-pq-dcha.gif);
	background-repeat:no-repeat;
	background-position: 5px center;
	cursor:pointer;
	padding:3px;
	padding-right:5px;
	padding-left:12px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.9em;
	border:0;
}

input[type=submit]:hover {
	background-color:#666;
}

/* generales */
div.flecha {
	display:inline-block;
	float:left;
	background-repeat:no-repeat;
	background-position:center left;
}

h1 div.flecha {
	width:16px;
	height:40px;
	background-image:url(../imagenes/iconos/flecha-gd-dcha.gif);
}

#hleft {
	float:left;
	width:600px;
}

#hright {
	float:right;
	width:300px;
}

a.button {
	display:block;
	float:left;
	margin:5px;
	padding:3px 6px;
	width:auto;
	background-color:#800202; /* rojo osc. granate */
	color:#fff;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

a.button:hover {
	background-color:#666; /* gris osc. */
}

a.button div.flecha {
	width:11px;
	height:13px;
	background-image:url(../imagenes/iconos/flecha-pq-dcha.gif);
}

div#main {
	background-color:#fff;
	width:900px;
	margin:auto;
	overflow:hidden;
}

/* usado en clientes y servicios */
div.text#hright {
	padding:10px 30px;
	width:240px
}

/*  cabecera */
div#header {
	clear:both;
	height:115px;	
}

div.logo {
	background-color:#800202; /* rojo osc. granate */
	height:100%;
}

div.logo img {
	margin:17px 50px;
	width:100px;
	height:80px;
}

div#header #hright {
	position:relative;
}

img.title {
	position:absolute;
	top:50px;
	right:30px;
	width:243px;
	height:26px;
}

/* banderas */
div.flags {
	position:absolute;
	right:30px;
	top:10px;
}

a.idioma, a.idioma_seleccionado {
    display: block;
	float:left;
    width: 16px;
    height: 11px;
	background-repeat:no-repeat;
	margin-left:5px;
}

a.idioma {
	background-position:bottom left;
}

a.idioma:hover {
	background-position:top left;
}

a.idioma_seleccionado {
	background-position:top left;
	cursor:default;
}

/*
a.idioma_seleccionado:hover {
	background-position:bottom left;
}
*/

a#espanyol {
	background-image:url(../imagenes/banderas/es.gif);
}

a#ingles {
	background-image:url(../imagenes/banderas/en.gif);
}

a#italiano {
	background-image:url(../imagenes/banderas/it.gif);
}

a#ruso {
	background-image:url(../imagenes/banderas/ru.gif);
}

/* menu */
div#menu {
	clear:both;
	background-color:#666;
	width:100%;
	overflow:hidden;
}

div#menu ul {
	float:left;
	list-style-type:none;
}

div#menu li {
	float:left;
	width:99px;
	display:list-item;
	text-align:center;
	border-left:1px solid #aaa;
}

div#menu li a {
	display:block;
	padding:15px 0;
	color:#666;
	background-image:url(../imagenes/layout/fondo-item-menu.jpg);
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:0.8em;
}

div#menu li a#special {
	padding:9px 0;
}

div#menu li a:hover {
	color:#999;
}

div#menu li a.selec {
	color:#fff;
	background-image:url(../imagenes/layout/fondo-item-menu-selec.jpg);
}

/* introducción */
div.intro {
	clear:both;
	overflow:hidden;
	position:relative;
}

img.intro {
	width:600px;
	height:360px;
}

div.list-news#hright {
	padding:10px 30px;
	width:240px
}

div.list-news-item {
	padding:10px 0;
	border-bottom:1px dashed #ccc; 
}

p.publication-date {
	color:#666;
}
div.list-news a.button {
	margin:20px 0 10px 0;
}

/* presentacion */
div.present {
	clear:both;
	overflow:hidden;
}

div.present-item {
	float:left;
	margin:10px;
	margin-right:0;
	width:395px;
	padding:20px;
	background-image:url(../imagenes/layout/fondo-item-present.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

img.equipo {
	float:left;
	margin-right:10px;
	margin-bottom:60px;
}

/* Antiguo listado de los profesionales del equipo humano 090114 */
ul.equipo {
	float:left;
	margin-left:20px;
	list-style-type:none;
}

ul.equipo li {
	margin:10px 0;
}

/* nuevo parrafo del equipo */

p.equipo {
	margin-left:10px;
	margin-bottom:30px;
}


.present-item a.button {
	clear:both;
	width:100px;
	margin-left:0;
}

/* final */
div.end {
	clear:both;
 	background-color:#666;
	overflow:hidden;
	margin-top:30px;
}

div.end #hleft {
	width:550px;
	padding:20px;
	padding-left:30px;
}

div.end #hright {
	padding:35px 0;
}

div.end img {
	float:left;
	width:84px;
	height:84px;
	margin-right:20px;
}

div.end p {
	color:#bbb;
	font-size:1.1em;
	margin-top:10px;
	margin-bottom:0;
}

div.end p.telefono {
	margin-top:0;
	font-size:1.8em;
}

div.end span.titulo {
	color:#bbb;
	font-size:1.1em;
	font-weight:bold;
}

div.end span {
	font-size:0.8em;
	color:#bbb;
}

div.end ul {
	border-left:1px dashed #999;
	list-style:none;
	padding:0;
	padding-left:35px;
}

div.end ul a {
	color:#fff;
	font-size:1.1em;
	text-decoration:none;
}

div.end ul a:hover {
	color:#bbb;
	text-decoration:underline;
}

div.end li {
	color:#fff;
	font-size:1.1em;
}


/* pie de pagina */
div#footer {
	clear:both;
}

div#footer #first {
	color:#800202; /* rojo osc. granate */
	border-right:1px solid #666;
}

div#footer div {
	float:left;
	margin:10px 0;
	padding:0 10px;
}

/* solo inicio */
a.more {
	text-decoration:none;
}

a.more:hover {
	color:#666;
}



/* sólo errores y warnings */
div.error, div.warning {
	margin:20px;
}

div.error {
	overflow:auto;
}

p.message {
	font-size:1.2em;
}

div.error h1 {
	padding-bottom:0;
	margin-bottom:5px;
}

div.error h2, div.error h3 {
	margin:10 0;
}

div.warning h2 {
	margin-bottom:2px;
}

/* sólo clientes */
ul.clientes {
	margin-top:10px;
	list-style:none;
}

ul.clientes li a {
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
}

/* solo contacto */
div#map {
	width:600px;
	height:400px;
}

div#directions {
	position:absolute;right:0;
	z-index:10;
	height:390px;
	width:290px;
	overflow:auto;
	background-color:#fff;
	visibility:hidden;
}

div#directions table {
	clear:both;
}

div#directions a.button {
	float:right;
}

input.tiny {
	padding:1px 5px;
	margin-left:3px;
}

form.contact {
	margin-top:15px;
}

form.contact p {
	margin:0;
}

form.contact p.input_text {
	margin-bottom:10px;
}

form.contact input[type=text], form.contact textarea {
	width:100%;
}

form.contact textarea {
	height:122px;
}

form.contact p.submit {
	text-align:left;
}

form.contact span.note {
	color:#666;
}
/* errores formularios */
form ul {
	position:relative;
	bottom:10px;
	list-style-type:none;
}

form ul.errors li {
	color:#f00;
}
