/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F75900;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
#contenedor {
	padding: 15px;
	float: left;
	width: 730px;
	border: 1px solid #C8C8C8;
	margin-top: 20px;
}
#banner {
	font-family: Tahoma;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #F75900;
	height: 30px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.h2 {
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
.h3 {
	font-family: Tahoma;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}
#header {
	height: 100px;
	width: 730px;
}
#central {
	float: left;
	width: 485px;
	margin-right: 10px;
	margin-top: 15px;
	border: 1px solid #E4E4E4;
	padding: 15px;
}
#ruta {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	float: left;
	width: 715px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-left: 15px;
	padding-bottom: 5px;
}
.mensajes {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}


#lateral {
	background-color: #EFEFEF;
	padding: 10px;
	float: right;
	width: 180px;
	border: 1px solid #E4E4E4;
	margin-top: 15px;
}
.table_mayor {

	padding: 15px;
	width: 730px;
	border: 1px solid #C8C8C8;
	margin-top: 20 px;
	margin-bottom: 10px;
}
