body {
	font-size: 14px;
	left:10px;
	vertical-align: text-top;
	overflow: auto;
	line-height: 20pt;
	margin-top: 25px;
	font-family: Verdana,Serif;
}

tr {
	font-family: Verdana,Serif;
	font-size: 14px;
}

td {
	font-family: Verdana,Serif;
	font-size: 14px;
}

h1 {
 font-size: 17px;
 margin-top: 10px;
 margin-bottom: 10px;
}

h2 {
 font-size: 16px;
 margin-top: 10px;
 margin-bottom: 10px;
}

h3 {
 font-size: 14px;
 margin-top: 10px;
 margin-bottom: 10px;
}


#principal {
	position: absolute;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	height: 100%;
	width: 95%
	}

#logo {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}

#busqueda {
	position: relative;
	left: 10px;
	top: 0px;
	float: left;
}

#central {
	position: absolute;
	width:100%;
	top: 30px;
	left: 0px;
	margin-top: 15px;
	}

#col_izquierda {
	margin-top: 15px;
	border: 2px;
	width: 26%;
	float: left;
	top: 0px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #bababa;
	background: #efefef;

}

#contenido {
	margin-top:0px;
	width: 70%;
	left: 0px;
	top: 0px;
	padding: 5px;
	margin-right: 0px;
	float: right;
}

#pie {
	position: relative;
	width: 100%;
	text-align:right;
	float: left;
	margin-top: 12px;
	bottom: 3px;

}

a,a:visited,a:active {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
    color: #FFF;
	background: #F00;

}

.snapleft {
border: 1px solid #bababa;
float: left;
margin: 6px 10px 4px 0px;
}
.snapleft img {
width: 169px;
height: 169px;
}

.minisnapleft {
border: 1px solid #bababa;
float: left;
margin: 6px 10px 4px 0px;
vertical-align: top;
}
.minisnapleft img {
width: 45px;
height: 45px;
}



