@charset "utf-8";
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #18B1DB;
	margin: 0px;
	padding: 0px;
	background-image: url(img/ptl/fondo.jpg);
	background-repeat:  repeat-x;
}
.fondoabajo {
	background-image: url(img/ptl/fondoabajo.jpg);
	background-repeat:  repeat-x;
	background-position: left bottom;
	height: 230px;
}
.fuenteblanca {
	color: #FFFFFF;
}
.bordegris {
	border: 1px solid #CCCCCC;
}
.titulosmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.fuenteazul {
	color: #0467AB;
}
.encoger {
	margin: 0px;
	padding: 0px;
}

a.menu:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.bordeabajo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
}


a.menu:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #0099FF;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}


a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
}


a.menu:active {
}
