﻿@charset 'UTF-8';

body {
	font: 72%/1.25em verdana, tahoma, arial, sans-serif;
	background: #fff;
	color: #333;
}


h1,h2,h3 {
	font-family: georgia, times new roman, serif;
	font-weight: normal;
	margin-bottom: 1.6em;
}

h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

h3.date {
	margin-top: 0;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: #696;
}

h4 {
	font-family: georgia, times new roman, serif;
}

h2 span.subtitulo { font-size: .9em; }


p {
	font-size: .85em;
}

.debugger {
	color: #900;
	border: 2px solid #f00;
	font-weight: bold;
	width: 740px;
	margin: 1em auto;
	padding: .5em;
	}


/*/////////////////////////////////
// 	CLASSES
///////////////////////////////////*/

.break { clear: both; }

.floatLeft	 { float: left; 	}
.floatCenter { display: block; text-align: center; margin: 0 auto; 	}

.textRight	 { text-align: right; }
.textLeft	 { text-align: left; }
.textCenter	 { text-align: center; }
.textJustify  { text-align: justify; }

.imgLeft      { float: left; margin: 0 1em 1em -10px; }
.imgRight     { float: right; }
.imgCenter     { margin: 1em auto; clear: both; display: block; }

.mini 	{ width: 10%; }
.short 	{ width: 25%; }
.medium 	{ width: 45%; }
.large	{ width: 65%; }

.hidden {
	display: none;
	}