/* CSS Tradend */

/* >>> Comunes */
* {
	margin: 0px;
	padding: 0px;
}
html,body {
	height: 100%;
}
body {
	background-color: #E2D0E2;
	background-image: url(../img/fdSup.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* Error centrado IE */
}
p {
	font-size: 0.9em;
	text-align: justify;
	color: #402F4C;
	padding: 0px;
}
hr {
	width: 450px;
	color: #785791;
}
.centrado {
	text-align: center;
}
/* Comunes <<< */

/* >>> Página Intro */
#seleccionIdioma {
	width: 550px;
	height: 420px;
	text-align: left;
	margin-left:-275px; /* 1/2 del width */
	margin-top:-210px; /* 1/2 del height */
	position:absolute;
	left:50%; 
	top:50%;
	background-color: #FFFFFF;
	border: 1px solid #785791;
}
#seleccionIdioma ul {
	list-style: none;
	margin-top: 65px;
	margin-left: 45px;
}
#seleccionIdioma a {
	text-decoration: none;
	color: #785791;
}
#seleccionIdioma a:hover {
	color: #402F4C;
}
/* Página Intro <<< */

/* >>> Cabecera */
#cabecera {
	width: 780px;
	height: 218px;
	background-color: #FFFFFF;
	background-image: url(../img/sombra.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	text-align: left;	
}
#logo {
	background-image: url(../img/logoCabecera.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	position: absolute;
	width: 148px;
	height: 112px;
	margin-top: 50px;
	margin-left: 59px;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#cabecera img {
	float: right;
}
/* Cabecera <<< */

/* >>> Cuerpo */
#cuerpo {
	width: 780px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.path {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color: #785791;
	padding-top: 16px;
	margin-bottom: 40px;
}
.path a {
	text-decoration: none;
	color: #747373;
}
#menu {
	width: 246px;
	float: left;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 0.95em;
	text-align: left;
	color: #444343;
	padding-top: 60px;
}
#menu ul {
	list-style: none;
	line-height: 35px;
	margin-left: 20px;
}
#menu li {
	background-image: url(../img/bkgLineaMenu.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-right: 6px;
	display: block;
}
#menu li a {
	text-decoration: none;
	color: #444343;
}
#menu li a:hover {
	background-color: #F2E9F2;
}
#menu span {
	background-image: url(../img/bulletMenu.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
}
.slideshow {
	margin-top: 25px;
	margin-left: 4px;
}
#menu_secundario {
	text-indent: -9999px;
	width: 250px;
	height: 30px;
	margin-left: 245px;
}
#menu_secundario li {
	float: left;
	list-style: none;
	line-height: 30px;
	margin-left: 10px;
}
/* botones contacto y presupuesto para cada idioma */
/* español */
.contacto_es a {
	background-image: url(../img/btn_contacto.gif);
	display: block;
	width: 97px;
	height: 30px;
}
.contacto_es a:hover {
	background-position: 0px 30px;
}
.presupuesto_es a {
	background-image: url(../img/btn_presupuesto.gif);
	display: block;
	width: 115px;
	height: 30px;
}
.presupuesto_es a:hover {
	background-position: 0px 30px;
}
/* ingles */
.contacto_en a {
	background-image: url(../img/btn_contacto.gif);
	display: block;
	width: 97px;
	height: 30px;
}
.contacto_en a:hover {
	background-position: 0px 30px;

}
.presupuesto_en a {
	background-image: url(../img/btn_presupuesto.gif);
	display: block;
	width: 115px;
	height: 30px;
}
.presupuesto_en a:hover {
	background-position: 0px 30px;
}
/* aleman */
.contacto_de a {
	background-image: url(../img/btn_contacto.gif);
	display: block;
	width: 97px;
	height: 30px;
}
.contacto_de a:hover {
	background-position: 0px 30px;
}
.presupuesto_de a {
	background-image: url(../img/btn_presupuesto.gif);
	display: block;
	width: 115px;
	height: 30px;
}
.presupuesto_de a:hover {
	background-position: 0px 30px;
}
/* fin botones contacto y presupuesto para cada idioma */
#contenidos {
	width: 518px;
	float: right;
	padding-right: 16px;
	background-color: #FFFFFF;
}
#contenidos p {
	padding-top: 4px;
	padding-left: 16px;
	padding-bottom: 4px;
}
#contenidos ul {
	font-size: 0.85em;
	text-align: justify;
	color: #402F4C;
	padding-right: 45px;
	padding-left: 45px;
}
#contenidos a {
	color: #785791;
}
#contenidos a:hover {
	color: #402F4C;
}
/* Formularios */

/* formulario de contacto y presupuesto clase para los textos de las tablas */
#miFormulario {
	padding: 16px;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
/* formularios */
input {
	background-color: #f8f4f8;
	border: 1px solid #dfcbdf;
}
textarea {
	background-color: #f8f4f8;
	border: 1px solid #dfcbdf;
}
file {
	background-color: #f8f4f8;
	border: 1px solid #dfcbdf;
}
.texto {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

form p label {
	text-align: left;
	float: left; 
	width: 150px;
}
.centrado {
	text-align: center;
}
.minuscula {
	text-transform: lowercase;
}
/* Cuerpo <<< */

/* >>> Pie */
#pie {
	width: 780px;
	height: 102px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../img/bkgPie.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#pie p {
	font-family: "Trebuchet MS";
	font-size: 0.75em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
#pie a {
	color: #5a3178;
}
#pie a:hover {
	color: #FFFFFF;
	background-color: #7b49a1;
	text-decoration: none;
}
/* Pie <<< */