/* CSS Document */

body{
	background-color:#CFCFCF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	margin:0;
	padding:0;
}

img {
	border:0;
}



h1, h2, h3, h5, h6 {
	color: #3B8CCE;

}

h1 { font-size:18px; }

h2 { font-size: 16px;}

h3 { font-size:14px; }
h4 { font-size:12px; }

h5 { font-size:10px; }


p {

	font-size:12px;
	color:#333333;

}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #3B8CCE;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}



/*Joomla css defniiciones*/
div.componentheading {
  padding-left: 0px;
  font-size:1.6em;
}


h2, .contentheading {
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #666666;
	font-weight:bold;
	text-align: left;
	width: 100%;
}


/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

div.moduletable {
	border:1px solid #CCC;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
}

div.moduletable h3{
	margin:0 0 10px 0;
	padding:0;
	display:block;
	line-height:20px;
	text-transform:uppercase;
	background:#CCC;
	color:#FFFFFF;
	font-size:11px;

	text-align:center;
}