html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1
}
a{
	color: #053885;
	text-decoration: none;
}
a:hover{
	color:#036;
	text-decoration: underline;
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}


/* TEXTO DINAMICO */
.texto{
	margin: 15px 30px 10px 10px;
}
.texto img{
	float: left;
	margin: 0 10px 5px 0;
	background: #fff;
	padding: 1px;
	border: 1px solid #999;
}
.texto, .texto span, .texto p{
	font: normal 1.1em Tahoma, Verdana, Arial, Helvetica, sans-serif!important;
	line-height: 1.5em!important;
	color: #444!important;
	text-align: left!important;
}
.texto p{
	padding: 0 0 0.4em 0!important;
	letter-spacing:0.08em;
	word-spacing:0.13em
}
.texto strong, .texto b{
	font-weight: bold!important;
}
.texto em, .texto i{
	font-style: italic!important;
}
.texto h1, .texto h2, .texto h3, .texto h4, .texto h5, .texto h6{
	font: 500 Tahoma, Verdana, Arial, Helvetica, sans-serif!important;
	margin: 1em 0 0.5em!important;
	border-bottom: 1px solid #eee!important;
	background: none!important;
	color: #4D4DBF!important;
	letter-spacing: 0.03em!important;
	text-align: left!important;
	padding: 0!important;
}
.texto h1{
	font-size: 1.4em!important;
	margin: 0 0 0.7em 0!important;
	font-weight: bold!important;
}
.texto h2{
	font-size: 1.3em!important;
	font-weight: bold!important;
}
.texto h3{
	font-size: 1.3em!important;
}
.texto h4{
	font-size: 1.2em!important;
}
.texto h5{
	font-size: 1em!important;
	font-weight: bold!important;
}
.texto h6{
	font-size: 0.9em!important;
	font-weight: bold!important;
	border: 0!important;
}
.texto ul, .texto ol{
	margin: 10px 0 10px 15px!important;
	padding: 0;
}
.texto ul li{
	list-style: disc inside!important;
	line-height: 1.6em!important;
}
.texto ol li{
	list-style: decimal inside!important;
	line-height: 1.6em!important;
}
.texto ol li ol li{
	list-style: lower-alpha inside!important;
	line-height: 1.6em!important;
}
.texto ol li ol li ol li{
	list-style: square inside!important;
	line-height: 1.6em!important;
}

.texto table {
	width: 100%!important;
	border-collapse: collapse!important;
	border: 1px solid #ccc!important;
	margin-top: 1px!important;
	clear: both!important;
}
.texto table caption {
	font: 500 1em Tahoma, Verdana, Arial, Helvetica, sans-serif!important;
	color: #fff!important;
	margin:0!important;
	background: url(img/caption.png) repeat left top!important;
	padding: 0.3em 0.5em!important;
	
}
.texto table a {
	font-weight: bold!important;
}
.texto table tr:hover {
	background: #efefef!important;
}
.texto table th {
	padding: 0.5em!important;
	border-right: 1px solid #cecece!important;
	width: 11em!important;
	border-bottom: 1px solid #cecece!important;
	background: #efefef!important;
	color: #333!important;
	vertical-align: top!important;
	text-align: left!important;
}
.texto table td {
	border: 1px solid #cecece!important;
	border-left: 1px solid #cecece!important;
	padding: 0.2em 0.3em!important;
	padding-left: 5px!important;
	font-size: 1em!important;
}
.texto blockquote {
	margin-left: 15px;
	border: 1px dotted #ddd;
	border-left: 2px solid #ccc;
	padding: 0.3em 0 0.3em 1em;
}

.success, .error{
	font-size: 1.3em;
	text-align: left;
	display:block;
	margin: 20px 0;
	padding: 15px;
}
.success{
	border: 5px solid #9C3;
	color: #090;
	padding-left: 40px;
	background: url(img/check.png) no-repeat left center;
}
.error{
	border: 5px solid #F66;
	color: #C00;
}
.block{
	display: block;	
}
.floatLeft{
	float: left;	
}
.floatRight{
	float: right;	
}
.marginAuto{
	margin: 0 auto!important;
	text-align: center;
	padding: 10px 0 30px 0;
}
.clearBoth{
	clear: both;	
}
.clearLeft{
	clear: left;	
}
.center{
	text-align: center;	
}