/*********************************************************

			Hoja de estilo: Global
			Autor: Alexis Domínguez Pizarro 		// 		www.naturedigital.es					

*********************************************************/

/* =Global
-------------------------------------------------------------------------------------------*/
body {
	background-image: url(../gfx/fondo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Verdana, Geneva, sans-serif;
	color: #631000;
}
strong {
	font-weight:bold;
}
 a {
	color: #631000;
	text-decoration: none;
}
 a:hover {
	color: #631000;
	text-decoration: underline;
}
img.estilo {
	border:1px solid #EAEEF1;
	padding:5px;
	margin:0 12px 0 0;
	}
img, div, p { 
behavior: url(iepngfix.htc) 
}


/* Cuerpo
-------------------------------------------------------------------------------------------*/
div#caja {
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}

p {
	font-size:12px;
}
h1{
	font-size:16px;
	font-weight:bold;
}
h2{
	font-size:14px;
	font-weight:bold;
	margin:10px 0 0 0;
}

/* Cabecera
-------------------------------------------------------------------------------------------*/
div#cabecera p#logo {
	background-image:url(../gfx/logo_ts.png);
	background-repeat:no-repeat;
	width: 236px;
	height:143px;
	margin: 0;
	float:left;
	text-indent: -9999px;
}
div#cabecera p#logistica {
	background-image:url(../gfx/principal.png);
	background-repeat:no-repeat;
	width: 102px;
	height: 143px;
	float:left;
	margin:0;
}
div#cabecera p#organigrama {
	background-image:url(../gfx/organigrama.png);
	background-repeat:no-repeat;
	width: 117px;
	height: 143px;
	float:left;
	margin: 0 ;
	text-indent: -9999px;
}
div#cabecera p#medios {
	background-image:url(../gfx/medios.png);
	background-repeat:no-repeat;
	width: 160px;
	height: 143px;
	float:left;
	margin: 0;
	text-indent: -9999px;
}
div#cabecera a#logistica {
	position:relative;
	top:80px;
	left:25px;
	width:70px;
	height:17px;
	display:block;
	text-indent: -9999px;
}
div#cabecera a#organigrama {
	position:relative;
	top:80px;
	left:15px;
	width:90px;
	height:17px;
	display:block;
	text-indent: -9999px;
}
div#cabecera a#medios {
	position:relative;
	top:80px;
	left:15px;
	width:115px;
	height:17px;
	display:block;
	text-indent: -9999px;
}

/* Cuerpo
-------------------------------------------------------------------------------------------*/
div#caja p {
	font-family: Verdana;
	background-color: #fff;
	color: #631000;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 12px;
	margin: 10px 0 0 0;
}
div#caja h1 {
	font-family: Verdana;
	font-weight:bolder;
	background-color: #fff;
	color: #631000;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 16px;
	margin: 0 0 10px 0;
}
div#google{
	margin:20px 0 0 0;
}
div#caja ul {
	font-family: Verdana;
	background-color: #fff;
	color: #631000;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 12px;
	margin: 5px 0 15px 0;
}
div#caja li {
	list-style-type:disc;
	margin:0 0 5px 14px;
} 
/* Pie
-------------------------------------------------------------------------------------------*/
div#pie {
	background-image:url(../gfx/pie.png);
	background-repeat:no-repeat;
}
div#pie ul {
	font-family: Verdana;
	color: #fff;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 10px;
	margin: 0;
}
div#pie ul#uno {
	float:left;
	margin: 14px 0 0 38px;
}
#uno li {
	float:left;
	padding-right:6px;
}
#uno li+li{
	border-left: 1px solid #fff;
	padding-left:6px;
}
div#pie ul#dos {
	float:left;
	margin:8px 0 0 185px;
}
div#pie a {
	color: #fff;
	text-decoration: none;
}
div#pie a:hover {
	color: #fff;
	text-decoration: underline;
}

