html, body {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
}
body {
	background-position: top;
	background-repeat: repeat-x;
}
#contenedor {
	width: 990px;
	margin: auto;
	border: 1px solid #3065A8;
	border-top: 0;
}
#cab {
	height: 150px;
	background-image: url(img/cab3.jpg);
	background-color: #ccc;
}
#menutop {
	height: 20px;
	background-image: url(img/bgmenu.gif);
}
#menutop ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
	height: 20px;
	width: 984px;
	margin-left: auto;
	margin-right: auto;
}
#menutop ul li {
	float: left;
	background-color: blue;
}
#menutop ul li a {
	background-color: blue;
	width: 193px;
	height: 18px;
	padding-top: 2px;
	display: block;
	text-align: center;	
	background-image: url(img/bgmenu.gif);
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	border-left: 1px solid #fff;
}
#menutop ul li a:hover {
	background-color: red;
	background-image: url(img/bgmenu_on.gif);
	
}
#contenido {
	width: 750px;
	padding: 10px;
	min-height: 200px;
	float: left;
	background-image: url(img/bgcontent.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 15px;
}
#lat {
	width: 220px;
	float: left;
	min-height: 200px;
	background-image: url(img/bgcontent.gif);
	background-position: top right;
	background-repeat: repeat-x;
	padding-top: 25px;
	text-align: center;
}
#pie {
	border-top: 1px solid #3065a8;
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
	text-align: center;
	height: 140px;
}
h2 {
	color: #dd4735;
	border-bottom: 1px solid #3065a8;
}
#tipotar {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 17px;
	margin-left: 2px;
	border-bottom: 2px solid #C23525;
}
#tipotar li {
	float: left;
}
#tipotar li a {
	width: 112px;
	display: block;
	text-align: center;
	height: 15px;
	padding-top: 2px;
	text-decoration: none;
	background-image: url(img/bgtipotar.gif);
	margin-left: 5px;
	color: #fff;
	font-weight: bold;
}
#tipotar li a.selected, #tipotar li a.mselected {
	background-image: url(img/bgtipotar_on.gif);
}
#tipotar li a.mselected, #tipotar li a.mnoselected {
	width: auto;
	*width: 55px;
	padding-left: 8px;
	padding-right: 5px;
	font-size: 8pt;
	font-weight: normal;
}
#cajatar table {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt;
	border-collapse: collapse;
	margin-top: 15px;
}
#cajatar table tr td {
	text-align: center;
	border: 1px solid #ccc;
}
#cajatar table.mtarifas tr td {
	text-align: center;
	border: 0;
	color: #0079DD;
}
#cajatar table tr td table tr td {
	border: 0;
}
#cajatar table tr th {
	text-align: center;
	color: #0062B0;
	border: 1px solid #ccc;
	text-transform: capitalize;
}
a {
	color: #0062B0;
}
input {
	border: 1px solid #0062B0;
	height: 17px;
}
textarea {
	border: 1px solid #0062B0;
}
.centrado {
	text-align: center;
}
.pmini {
	color: #E70E00;
	font-weight: bold;
}
.cajaofi {
	width: 300px;
	text-align: center;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #095891;
}
.cajaofi h3 {
	color: #DD4735;
}
#cajatar .minicajita {
	width: 158px;
	float: left;
	text-align: center;
	height: 130px;
	margin-bottom: 10px;
}
#cajatar .minicajita h3 {
	color: #dd4735;
	margin: 0;
	padding-bottom: 5px;
}
#cajatar .minicajita p {
	margin: 0;
	padding: 0;
}
#cajatar .minicajita p.mastipo {
	margin: 0;
	padding: 0;
	padding-top: 3px;
}
#cajatar .minicajita img {
	width: 100px;
	height: 63px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#presucar {
	width: 380px;
	height: 225px;
	margin-left: 40px;
	float: left;
}
#pie .colpie {
	width: 330px;
	float: left;
}
#pie .colpie ul {
	margin: 0;
	padding: 0;
	margin-left: 25px;
	text-align: left;
	list-style-type: none;
}

