﻿body {
	background:#292929;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial;
	
}
#principal {
	width: 1005px;
	margin: 0px auto;
}
#cabecera {
	height: 207px;
	overflow: hidden;
	background: url('images/fond02.jpg') repeat-x;
}
.cab01 {
	background: url('images/logotcm04 giro.gif') no-repeat center center;
	width: 259px;
	height: 100%;
}
.cab02 {
	width: 508px;
	height: 207px
}
.cab03 {
	background: url('images/ventana_dcha01.jpg') no-repeat center center;
	width: 238px;
	height: 100%;
}
.bot {
	width: 100%;
	height: 90px;
	background-image: url('images/carretera.jpg')
}
#cuerpo {
	width: 100%;

}
#contenido {
	width: 100%;
}
#bot_izq {
	/*position: relative;
	left: 0px;
	top: 75px;*/
	float:left;
	overflow: hidden;
	/*height: 100%;*/
	width: 157px;
	padding-top: 75px;
	background: url('images/soporte_comp.gif') no-repeat left 110px;
}
#mapa_google .central {
	width:438px;
	/*height: 100%;*/
	margin: 40px 25px 15px;
}
#mapa_google .del {
	width: 165px;
	height: 100%
	
}
#centro {
	width: 848px;
	height: 573px
}
#pie {
	height: 137px;
}
.cont_pie {
	padding: 40px 60px 0px 175px;
	text-align: center;
	color: #03FFFF;
}
.dis {
	padding: 55px 10px 0px ;
	font-size: 8px ;
	color: #03ffff;
	text-align: right;
}
/*  ----- Alineacion -----*/
.izq {
	float: left;
}
.dcha {
	float: right;
}
