/*

# ------------------------------------------------------------------------
# JA Raite template for Joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------

*/

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	background: #F2F2F2;
	border-left: 5px solid #666666;
	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(../images/so-q.gif) no-repeat left top;
	padding: 2px 0 2px 25px;
}

blockquote span.close {
	background: url(../images/sc-q.gif) no-repeat bottom right;
	padding: 2px 25px 2px 0;
}

/* Dropcap */
.dropcap {
	color: #C55901;
	display: block;
	float: left;
	font: 60px/58px Georgia, Times, serif;
	padding: 0 10px 0 0;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	background: url(../images/icon-error.png) no-repeat 0px 0px;
	color: #CC0000;
	padding-left: 25px;
}

p.message {
	background: url(../images/icon-info.png) no-repeat 0px 0px;
	color: #00AFF0;
	padding-left: 25px;
}

p.tips {
	background: url(../images/icon-tips.png) no-repeat 0px 0px;
	color: #F99412;
	padding-left: 25px;
}

p.rss {
	background: url(../images/icon-feed.png) no-repeat 0px 5px;
	padding: 3px 0 3px 25px;
}

.highlight {
	color: #D33615;
	font-weight: bold;
	padding: 1px 5px;
}

/* Note Style */
p.stickynote {
	background: url(../images/icon-sticky.png) no-repeat left top #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 15px 10px 15px 60px;
}

p.download {
	background: url(../images/icon-download.png) no-repeat left top #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 15px 10px 15px 60px;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(../images/icon-checklist.gif) no-repeat 0 4px !important;
	margin-left: 15px !important;
	padding: 0 0 0 25px !important;
}

/* Check list arrow */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(../images/icon-arrow.gif) no-repeat 3px 5px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* Check list star */
ul.star {
	list-style: none;
}

ul.star li {
	background: url(../images/icon-star.gif) no-repeat 3px 0px;
	margin-left: 15px;
	padding: 0 0 0 25px;
}

/* Bignumber */
.bignumber {
	background: url(../images/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: 10px;
	padding-left: 0px;
}

div.bubble1 div {
	background: url(../images/bub1-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/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(../images/bub2-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/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(../images/bub3-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/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(../images/bub4-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

/* Legend */
.legend-title {
	background: #FFFFFF;
	color: #555555;
	display: block;
	font-size: 100%;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -10px;
}

.legend {
	border: 1px solid #CCCCCC;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}


div.ja-innerdiv {
/*border-bottom: 1px dotted #cccccc;*/
	padding: 10px 0;
}

.ja-innerdiv img {float: left;  margin-right: 10px; padding:3px;	border: 1px solid #CCC;}
div.article-content img {float: left;margin: 0!important;padding: 0px! important;}


div.ja-innerdiv h4 {
	font-size: 100%;
	margin: 0;
}

div.ja-innerdiv span {
	font-size: 92%;
	color: #999999;
}

li.ja-firstitem {
	padding-left: 0 !important;
}

/* ADD BY DUCHH */

div.moduletable_follow h3{
	margin: 0 0 10px;
	padding: 8px 0;
	font-size: 125%;
	border-top: 8px solid #666666;
	border-bottom: 1px solid #dddddd;
	text-transform: uppercase;
}


div.moduletable_follow{ margin: 0 0 30px; padding: 0; }

/* mis */
div.moduletable_follow ul{ margin: 10px 0 0; }

div.moduletable_follow li{ margin: 0; padding-left: 20px; background-position: 10px 7px; }

div.moduletable_follow li a{ }

div.moduletable_follow img {
	border: none;
}

.ja-box-ct img{
	
	margin-right: 0px;
}

.titulo {		
	line-height:19px;/*espacio entre lineas Daniel Del castillo*/													/* LINKS */
	font-size:17px;
	color:#a41c28; 
	font-weight:bold;
	text-align:left;
		}
		

.encuesta{
width: 224px;
padding: 0px 0px 18px 8px;
margin-right: 0px;
	
	}
	
#ja-col  h3{
margin: 0px 0px 0px 8px;
padding: 4px 0px 0px 25px;
background: url(../images/barraencuesta.jpg) no-repeat top left;
height: 19px;
color:#FFF;


}
	
.piedepagina {
	color:#1f2c56;
	text-align: center; 
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}	
.ja-box-ct    {
	/*background-color:#e1e8ee; */
	/*width:256px;*/
	padding: 0px 0px 0px 0px;
	
}

div#acymailing_module_formAcymailing1, #acymailing_module_formAcymailing1 div{
padding: 0px 0px 0px 6px;
margin: 0px 22px 0px 8px;
}



.moduleItemTitle{
	color:#a41c28;
	font-size: 120%;
	font-weight:bold;
	
	}
	
.moduleItemIntrotext{
	
	font-size:13px;
	width:220px;
	float:right;
	
	}
		
div.ultimocuadro {
padding: 0px 0px 15px 0px;

}			
	.moduleItemReadMore{
	
	color:#3d8bb2;
	float:right; 
	}
	
	
.k2ItemsBlock  li{
	
	background: url(../images/punteadssa.png)   no-repeat;
	padding: 5px 0px 0px 0px;
	width: 296px;
	
	}
.k2ItemsBlock  {
	
	float: left;
	padding: 0px;
	width:100%
	
	}
	
.k2Avatar   {
	background-color:transparent;
	padding:5px;
float: left;
	}


	
	




table.ja-box-ct { 

	 background-color:#f5f1ee;
  border-top: 0px; 
 border-right:1px solid #D3D2D0;
	  border-bottom: 1px solid #D3D2D0;
	   border-left:1px solid#D3D2D0;
}.article-content p.img_caption {background: #0e4e9d none repeat scroll 0 0;clear: both;color: white;margin:0 0 10px !important;padding: 5px;font-size: 14px;}