/*------------------------------------------------------------------------
# WFPAISA
# ------------------------------------------------------------------------
# Copyright wfpaisa.co.cc/terminiosycondiciones
-------------------------------------------------------------------------*/

/* TIPOGRAFIA COMPLEMENTARIA
--------------------------------------------------------- */

/* titulos*/
h1 {font-size:140%; margin:12px 0px;}
h2 {font-size:130%; margin:13px 0px;}
h3 {font-size:110%; margin:13px 0px;}
h4 {font-size:90%; margin:14px 0px;}
h5 {font-size:70%; margin:5px 0px;}
h6 {font-size:60%; margin:5px 0px;}


/* links */
a:link {color: #FF9C00; text-decoration:none}
a:hover {color: #c45800;}
a:visited {color: #FF9C00; text-decoration:none}

ul{ padding:5px 0 5px 35px; list-style:none; }
ul li{ background:url(li-ico.gif) left 3px no-repeat; padding:0 0 12px 13px; text-align:justify; }
#b1 ul li, #d1 ul li, #sidebar ul li{ background:none; padding:0px; margin:0px; text-align:left;}
ol{ list-style:decimal; padding:5px 0 5px 40px;}

p.img_caption{ font-size:90%; margin:0px; padding:4px 0 8px 0;}
p{ text-align:justify}
p.descripcion_categoria {
	color:#9B9B9B;
	background: #FCFCFC;
	border-left: 2px solid #CCCCCC;
	font: 1em/1.2 "Century Gothic","Trebuchet MS", Arial,Helvetica,sans-serif;
	/*font: 1em/1.2 "Courier News", monospace;*/
	margin: 5px 0 15px;
	padding: 10px 15px;
}
span.bold_red {
color: #ff0000;
font-weight: bold;
}
span.bold_naranja {
color:#FF9C00;
font-weight: bold;
}
span.red {
color: #ff0000;
}
span.naranja {
color:#FF9C00;
}

pre, .code {
	background: #d5edec;
	border-left: 5px solid #CCCCCC;
	font: 1em/1.5 "Courier News", monospace;
	margin: 5px 0 15px;
	padding: 10px 15px;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	background: url(so-q.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

blockquote span.close {
	background: url(sc-q.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}

blockquote.testimonial {
	padding: 0 0 10px;
	border-bottom: 1px solid #E7E8E6;
}

blockquote.testimonial span.author {
	background: url(icon-author.gif) no-repeat 5px center;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 20px;
}

/* Drropcap */
.dropcap {
	color: #4B4B4B;
	display: block;
	float: left;
	font: 50px/40px Georgia, Times, serif;
	padding: 4px 8px 0 0;
}

/* parrafos, Tips, Error, Message, Hightlight*/
p{ margin:12px 0px; line-height:1.2em;}

p.error {
	background: url(icon-error.gif) no-repeat top left;
	color: #CC0000;
	padding-left: 25px;
}

p.message {
	background: url(icon-info.gif) no-repeat top left;
	color: #2C79B3;
	padding-left: 25px;
}

a.message {
	background: url(icon-info.gif) no-repeat top left;
	color: #2C79B3;
	padding-left: 25px;
}

p.tips {
	background: url(icon-tips.gif) no-repeat top left;
	color: #E58C00;
	padding-left: 25px;
}

.highlight {
	background: #d5edec;
	font-weight: bold;
	padding: 1px 5px;
}

/* Note Style */
p.stickynote {
	background: url(sticky-bg.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px 0px 10px 50px;
}

p.download {
	background: url(download-bg.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px 0px 10px 50px;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(icon-checklist.gif) no-repeat 0 4px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* Check list (star) */
ul.stars {
	list-style: none;
}

ul.stars li {
	background: url(icon-star.gif) no-repeat 0 4px;
	margin-left: 15px;
	padding: 2px 0 2px 20px;
}

/* List arrow */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(icon-arrow.gif) no-repeat 3px 4px;
	margin-left: 15px;
	padding: 2px 0 2px 20px;
}

/* Inline Underlist*/
ul.none-padding {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.none-padding li {
	margin: 0;
	padding: 0;
	background: none;
}

/* List video */
a.video {
	background: url(icon-video.gif) no-repeat 0px 2px;
	padding: 0 0 0 20px;
}

/* List Feed RSS */
a.rss {
	background: url(icon-rss.png) no-repeat 0px 2px;
	padding: 0 0 0 15px;
}

/* List link */
a.link {
	background: url(icon-link.png) no-repeat 0px 3px;
	padding: 0 0 0 20px;
}

/* Bignumber */
.bignumber {
	background: url(ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 20px/normal Arial, sans-serif;
	margin-right: 8px;
	padding: 6px 7px;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	font-weight: bold;
	margin-left: 15px;
	padding-left: 15px;
	background: url(icon-author.gif) no-repeat 0px 2px;
}

div.bubble1 div {
	background: url(bub1-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble1 div div {
	background: url(bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 10px 15px 20px;
	width: auto;
}

div.bubble2 div {
	background: url(bub2-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble2 div div {
	background: url(bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 10px 15px 25px;
	width: auto;
}

div.bubble3 div {
	background: url(bub3-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble3 div div {
	background: url(bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

div.bubble4 div {
	background: url(bub4-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble4 div div {
	background: url(bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

/* Box style */
.box-grey,
.box-hilite {
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	margin: 20px 0 0 0;
	padding: 10px;
}

.box-hilite {
	border: 1px solid #006699;
	background: #E7F4FA;
}

/* Legend */
.legend-title {
	background: #dcdddf;
	display: block;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -13px;
}

.legend {
	border: 1px solid #CCCCCC;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

.legend-hilite {
	border: 1px solid #006699;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

/* Highslide */
.highslide-header {
	border-bottom: 1px solid #CCCCCC;
}

.highslide-header li {
	background: none;
}

.highslide-body {
	padding: 10px 0 !important;
}

.highslide {
	margin: 0;
}

.highslide img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.highslide:hover img {
	border: 1px solid #ABABAB !important;
}



/*tablas*/
table.color{ width:90%; border-top:1px solid #E8E8E8; border-right:1px solid #E8E8E8; border-collapse:collapse;}

table.color td{	color:#9B9B9B; 	border-bottom:1px solid #E8E8E8; border-left:1px solid #E8E8E8; padding:.3em 1em; }
table.color tr.odd td{background:#FCFCFC	}
table.color tr.odd .column1{background:#F7F7F7;	}	
table.color .column1{background:#FCFCFC;}
table.color td {color:#999999; border-bottom:1px solid #E8E8E8; border-left:1px solid #E8E8E8; 	padding:.3em 1em; line-height:1.2em; }
table.color th {font-weight:normal; color: #9B9B9B; text-align:left; border-bottom: 1px solid #E8E8E8; border-left:1px solid #E8E8E8; padding:.3em 1em;	}							
table.color thead th {background:#FCFCFC; text-align:center; font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif; color:#A0A0A0}	
table.color tfoot th {text-align:center; background:#F7F7F7;}
table.color tfoot th strong {font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif; margin:.5em .5em .5em 0; color:#AAAAAA;	}
table.color tfoot th em {color:#FF9C00;	font-weight: bold; font-size: 1.1em; font-style: normal;}	

table.colorbottom td{ border-bottom:1px solid #E8E8E8; padding:.3em 1em; }
#c2 table  img{ border:none; padding0px;}