﻿@charset "utf-8";
* {
	color: #000;
	list-style-type: none;
}
html,body {
	margin: 0;
	padding: 0;
	background-color: #46A4EA;
}
a {
	color: #000;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.borde {
	border: 1px solid #CCC;
}
.img {
	border: 0;
}
.p12 {
	font-size: 12px;
	line-height: 22px;
}
.p14 {
	font-size: 14px;
	line-height: 24px;
}
.pbold {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
}
.title {
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	color: #000;
	padding-left: 30px;
}
.white {
	color: #FFF;
}