html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 980px;
	margin: 0 auto;
}
.thetable {
	width: 980px;
	display: table;
	margin: 0 auto;
	padding: 0;
}
.tablerow {
}
#UserContent {
	padding-left: 10px;
	width: 723px;
	float: left;
	border-top: #999 solid 1px;
}
#editUserContent {
	width: 723px;
	min-width: 723px;
	float: left;
}
.SL {
	width: 247px;
	min-width: 247px;
	min-height: 300px;
	height:100%;
	padding: 0;
	display: table-cell;
	float: left;
	
}
.SC {
	width: 472px;
	max-width: 472px;
	padding-right: 10px;
	text-align: justify;
	display: table-cell;
	float: left;
	border-right: #999 solid 1px;
	min-height: 350px;
}
.SC > img:first-child {
	border-bottom: #999 dotted 2px;
	padding: 30px 0 6px 0;
}
* html .SC img {
	border-bottom: #999 dotted 2px;
	padding: 30px 0 6px 0;
}
.SR {
	width: 225px;
	display: table-cell;
	float: right;
	text-align: center;
}
.SR img {
	margin: 15px 0 15px 0px;
}
.SR table img {
	margin: 0;
}

/* HEADERS TEMPLATES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.header {
	width: 980px;
	height:195px;
	clear: both;
}
.headerLink ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.headerLink li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.headerLink li a {
	width: 326px;
	height: 195px;
	display: block;
	text-decoration: none;
}
.headerLink li span {
	visibility: hidden;
}
.headerFoto {
	width: 980px;
	height:323px;
	clear: both;
}


.navHeader {
	height: 28px;
}
.navHeader div {
	width: 634px;
	float: left;
}
#menuHeader {
	width: 346px;
	float: right;
}
#menuHeader a {
	width: 82px;
	height: 28px;
	display: block;
	float: right;
	text-indent: -9999px;
	margin: 0 5px;
	cursor: pointer;
}
/*div.headerHr {
	background: #fdbe0f;
}
hr.header {
	width: 733px;
	height : 2px;
	margin: 3px 0 0 247px;
	padding: 0;
	border: 0px;
	background: #999999;
	color: #999999;
}*/


/* FOOTER +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Footer {
	clear: both;
	height: 192px;
	padding: 20px 10px 0 257px;
	position:relative;
	border-right: #999 solid 1px;
	width: 472px;
	min-width:472px;
	float:left;
}
* html .Footer {
	width:486px;
} 
.Footer p.border {
	border-bottom: #999 dotted 2px;
	padding-bottom: 10px;
}
#Footer p {
	padding: 8px 0px;
	margin: 0px;
}
#Footer a {
	color:#666;
	text-decoration: underline;
}
/* General Links */

a:link {
	text-decoration : none;
	border: 0px;
}
a:active {
	text-decoration : none;
	border: 0px;
}
a:visited {
	text-decoration : none;
	border: 0px;
}
a:hover {
	text-decoration : underline;
	border: 0px;
}
img {
	padding: 0px;
	margin: 0px;
	border: none;
}
input {
	font-family: 'Verdana';
	color: #2f2928;
	font-size: 11px;
}
textarea {
	font-family: 'Verdana';
	color: #2f2928;
	font-size: 12px;
}
select {
	font-family: 'Verdana';
	color: #2f2928;
	font-size: 11px;
}
h1, h2, h3 {
	font-family: 'Verdana';
}
h4 {
	font-family: 'Verdana'
}

/* SL +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SL h2 {
	font-size: 13px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}
.SL ul {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.SL li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}


/* SR +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SR h2 {
	font-size: 13px;
	padding: 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: solid 1px #e7e2d6;
}
.SR ul {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.SR li {
	padding: 0px 0px 0px 8px;
	margin: 0px;
	list-style-type: none;
	background: url(../Images/SRIco.png) no-repeat left top;
}


/* Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#menu {
	padding: 7px 0px;
	position: absolute;
	top: 30px;
	left: 220px;
}
#menu ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#menu li {
	float: left;
	display: block;
	list-style: none;
	font-size: 10px;
	font-weight: bold;
}
#menu li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
}
#menu a span {
	padding: 0px;
	display: block;
	float: left;
}
#menu a:hover span {
}
#menu a:hover {
	background-position: 0% -29px;
	text-decoration: underline;
}
#menu a:hover span {
	background-position: 100% -29px;
}
DIV#menu ul li a {
	z-index: 100;
}
DIV#menu ul li a:hover {
	z-index: 100
}
DIV#menu ul li:hover {
	z-index: 100
}
DIV#menu ul li.over {
	z-index: 100
}
DIV#menu ul li li {
	clear: left;
	padding: 0px;
	display: inline;
	margin: 0px;
	border: none;
}
DIV#menu ul li {
	position: relative
}
DIV#menu ul li ul {
	padding: 2px 0px;
	display: none;
	z-index: 150;
	left: 0px;
	margin: 0px;
	width: 150px;
	position: absolute;
	top: 100%;
	background:url(../Images/MenuUlUl.png) no-repeat left top;
}
DIV#menu ul li:hover ul {
	display: block
}
DIV#menu ul li.over ul {
	display: block
}
#menu li li a {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: normal;
	width: 130px;
	padding: 2px 6px;
	border-right: none;
}


/* BreadCrumb  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.BreadCrumb {
	font-size: 11px;
	margin: 0px 0px 25px 0px;
	padding: 5px 0px 13px 0px;
}
.BreadCrumb ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.BreadCrumb li {
	background: url(../Images/trail_arrow.gif) no-repeat left center;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
	display: inline;
}
.BreadCrumb li a {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.BreadCrumbGreater {
	padding:4px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SC h1 {
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: normal;
	padding: 5px 0px;
	margin: 0px 0px 5px 0px;
}
.SC h2 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333333;
}
.SC h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0px;
	margin: 0px 0px 3px 0px;
	color:#000;
}
/* PostItem */

.SC .PostItem {
	display: block;
	clear: both;
}

/* Articles ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Articles {
}

/* Featured ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Featured {
	margin: 20px 0px;
}
.Featured h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 20pxl
}

/* RecentArticles +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.RecentArticles {
	margin: 20px 0px;
}
.RecentArticles h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

/* Categories ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Categories {
}

/* Blogs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Blogs {
}

/* Authors ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/**/ * html .Authors {
	height: 150px;
} /**/
.Authors {
	min-height: 150px;
}
/* Pages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Pages {
}
/* News +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.News {
}
/* RecentNews +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentNews h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.RecentNews h3 {
	font-size: 13px;
	font-weight: bold;
}
.RecentNews .Post {
	padding: 5px 0px;
}
.RecentNews .Post .PostInfo {
	margin: 0px;
}
/* SearchResults  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SearchResults {
}
.SearchResults h1 {
	font: bold 20px Geneva, Arial, Helvetica, sans-serif;
	color: #4B4B4B;
}
.SearchResults .Post {
	overflow: auto;
	padding-bottom: 5px;
	clear: both;
}
/* Post ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Post {
	margin-bottom: 20px;
}
/* Post Author  */

.Post .PostAuthorDetails {
	padding: 10px 0px;
	margin: 0px;
}
.Post .PostAuthorDetails big {
	font-size: 11px;
	letter-spacing: -1px;
	font-weight: bold;
}
.Post .PostAuthorDetails p {
	font-size: 10px;
	padding: 4px 0px;
	margin: 0px;
}
.Post .PostAuthorDetails img {
	margin: 0px 10px 0px 0px;
	padding: 1px;
}
/* Post Head */

.Post .PostHead {
}
.Post .PostHead h1 {
	padding: 5px 0px;
	margin: 0px;
}
.ContentPost .ContentPostHead h1 {
	visibility: hidden;
	display: none;
}
.Post .PostHead h2 {
	padding: 5px 0px;
	margin: 0px;
}
/* Post Info/Details */

.Post .PostInfo {
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
	font-size: 10px;
	font-weight: bold;
}
.Post .PostInfo li {
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;
}
.Post .PostInfo a {
	text-decoration: underline;
}
.Post .PostInfo .Author {
	border-right: solid 1px #999;
	padding: 0px 5px 0px 0px;
}
.Post .PostInfo .Time {
	border-right: solid 1px #999;
	padding: 0px 5px 0px 5px;
}
.Post .PostInfo .Categ {
	border-right: solid 1px #999;
	padding: 0px 5px 0px 5px;
}
.Post .PostInfo .Rating {
	padding: 0px 0px 0px 5px;
}
/* Post Content */

.Post .PostContent {
	margin: 0px;
	padding: 10px 0px;
	font-size: 12px;
	line-height: 17px;
	color:#333;
}
.Post .PostContent img {
	float: left;
	margin-right: 10px;
	border: none;
	padding: 0;
}
.Post .PostContent p {
	font-size: 12px;
	line-height: 17px;
}
/* Post Content -Single Page */

.Post .PostContentSingle {
	margin: 0px;
	padding: 10px 0px;
	font-size: 12px;
	line-height: 17px;
}
.Post .PostContentSingle img {
}
.Post .PostContentSingle h1 {
	padding: 10px 0px;
	margin: 0px 0px 5px 0px;
}
.Post .PostContentSingle p {
	font-size: 12px;
	line-height: 17px;
}
/* Post Bottom - Printer Version +  Full story + Visit Site */

.Post .PostBottom {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.Post .PostBottom li {
	padding: 2px 0px;
	margin: 0px 5px 0px 0px;
	list-style-type: none;
	display: inline;
	font-size: 10px;
}
.Post .PostBottom li a {
	text-decoration: underline;
}
.Post .PostBottom li a:visited {
	text-decoration: underline;
}
.Post .PostBottom li a:hover {
	text-decoration: underline;
}
.Post .PostBottom .FullStory {
	background: url(../Images/icon_FullStory.png) no-repeat left center;
	padding-left: 17px;
}
.Post .PostBottom .VisitSite {
	background: url(../Images/icon_VisitSite.png) no-repeat left center;
	padding-left: 17px;
}
.Post .PostBottom .PrinterVersion {
	background: url(../Images/icon_PrinterVersion.png) no-repeat left center;
	padding-left: 17px;
}
.Post .PostBottom .EditArticle {
	background: url(../Images/icon_EditArticle.png) no-repeat left center;
	padding-left: 17px;
}
/* Article More Related Info */

.Post .PostMore {
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
.Post .PostMore h1 {
	font-size: 23px;
	padding: 5px 0px;
	margin: 0px;
}
/* Article Comments */

.Post .PostMore h2 {
	font-size: 14px;
	border-bottom: dashed 1px #cfcfcf;
}
.Post .PostMore .Comment, .Post .PostMore .CommentAlt {
	padding: 5px 10px 10px 10px;
}
.Post .PostMore .Comment .Title, .Post .PostMore .CommentAlt .Title {
	font-size: 12px;
	padding: 4px 3px;
	padding-left:40px;
	margin: 0px;
}
.Post .PostMore .Comment .Details, .Post .PostMore .CommentAlt .Details {
	font-size: 9px;
	padding: 0px 3px;
	padding-left:40px;
	margin: 0px;
	color: #7E8996;
}
.Post .PostMore .Comment .Reply, .Post .PostMore .CommentAlt .Reply {
	float: right;
	font-size: 9px;
	padding-top:4px;
	color: #7E8996;
	clear: both;
}
.Post .PostMore .Comment .Content, .Post .PostMore .CommentAlt .Content {
	font-size: 11px;
	padding: 10px 0px 0px 5px;
	margin: 0px;
}
/* Article Submit Comments*/

.PostSubmitComments {
	font-size: 10px;
}

.menuSuperior{
	float:right;
	width:252px;
	margin: 0 auto;
	top:0;
	position:absolute;
	clear:right;
}
/* Search Header  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.search form {
	margin: 0;
	margin-top: 5px;
	padding: 0;
}
.search img {
	margin: 0 6px;
	float: left;
}
.search p {
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 3px 10px;
	margin: 0;
}
.search p a {
	color: #000000;
}
/*\ IE/Win IE 6 o inferior \ para acomodar boton search */ * html .search div.input {
	margin: -1px 6px 0 6px;
} /* */
.search div.input {
	margin: 0 6px 0 6px;
}
.search div.input {
	*margin: -1px 6px 0 6px;
	padding: 0;
	width: 210px;
	height: 20px;
	display: block;
	float: left;
}
.search .input input {
	font: bold 12px Arial, Helvetica, sans-serif;
	border: #000000 solid 1px;
	padding: 1px 2px;
	width: 200px;
	height: 16px;
}
.search .searcharrow {
	width: 22px;
	float: left;
	padding: 0 3px;
}
.navHeader .search .arrow {
	width: 22px;
	height: 22px;
	display: block;
	background: url(/content/content_images/btn_ir.gif) no-repeat;
}
/* Category Left ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.Cat {
	position: relative;
	margin:auto;
	height:100%;
	width:247px;
}
/**/ * html .CatTop {
	left: -10px;
} /**/
.CatTop {
	height: 10px;
	left: 0;
	top: 0;
	bottom:0;
	position: absolute;
	background-color:#FDBE0F;
}
.Cat h2 {
	padding-top: 0px;
}
.Cat ul {
	padding: 0px;
	margin: 0px;
}
.Cat li {
	padding: 0px;
	margin: 0px;
	background: none;
}
.Cat li a {
	display: block;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	font-size: 11px;
}
.Cat li a:visited {
	display: block;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	font-size: 11px;
}
.Cat li a:hover {
	display: block;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	font-size: 11px;
}
/* Site Menu Left ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.SiteMenu {
	position: relative;
	padding: 10px;
}
/**/ * html .SiteMenuTop {
	left: -10px;
	height: 5px;
} /**/
.SiteMenuTop {
	height: 5px;
	left: 0px;
	top: 0px;
	width: 200px;
	position: absolute;
}
.SiteMenu ul {
	padding: 0px;
	margin: 0px;
}
.SiteMenu li {
	padding: 2px 0px;
	font-size: 11px;
}
/* Block Area ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Block h2 {
	padding-top: 0px;
}
.Block a {
}
.Block a:visited {
}
.Block a:hover {
}
/**/ * html .BlockTop {
	left: -10px;
} /* */
.BlockTop {
	position: relative;
}
.imagesRight1{
background:url(/content/content_images/oro1.jpg) no-repeat right;
height:164px;
margin-right:5px;
margin-bottom:20px;
}
.imagesRight2{
background:url(/content/content_images/oro2.jpg) no-repeat right;
height:164px;
margin-right:5px;
margin-bottom:20px;
}
.imagesRight3{
background:url(/content/content_images/oro3.jpg) no-repeat right;
height:164px;
margin-right:5px;
margin-bottom:20px;
}
/* Column Right +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.ColumnRigh{
	position:relative;
	width:230px;
	height:auto;
}

/* Recent Blogs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentBlogs {
	position: relative;
	width:100%;
	height:100%;
}
.RecentBlogs h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}
.RecentBlogs big {
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 0px 1px 0px;
	margin: 0px
}
.RecentBlogs small {
	display: block;
	margin-bottom: 5px;
	padding: 3px 0px;
	font-size: 9px;
}
.RecentBlogs small a {
	text-decoration: underline;
}
.RecentBlogs a {
}
.ArticleOptions {
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
}
.PopularArticles {
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
}
.FavoriteArticles {
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
}
.ArticleHistory {
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
}
.ArticlesToRead {
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
}
.PopularAuthors {
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
}
/* Article Navigation +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/**/ * html .ArtNav {
	height: 15px;
} /**/
.ArtNav {
	font-size: 11px;
	line-height: 13px;
	padding-right:10px;
	margin-bottom: 40px;
	min-height: 15px;
	width: 472px;
}
.ArtNav strong {
	letter-spacing: -1px;
}
.ArtNavLeft {
	float: left
}
.ArtNavRight {
	float: right
}
/* Paging +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Paging {
	text-align: right;
	padding: 6px;
	margin: 5px 0px;
	font-size: 10px;
	line-height: 15px;
}
.Paging strong {
	letter-spacing: -1px;
}
/* Category Top ( Only on the Category page) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Category {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	position: relative;
}
.Category h1 {
	font-size: 25px;
}
.Category .Desc {
	font-size: 11px;
	line-height: 16px;
}
.Category .rss {
	position: absolute;
	right: 0px;
	top: 15px;
}
.Category .SubCategory ul {
	padding: 15px 0px 5px 0px;
	margin: 0px;
}
.Category .SubCategory li {
	padding: 3px 0px 3px 20px;
	margin: 0px;
	font-size: 12px;
	list-style-type: none;
}
.Category .SubCategory ul {
	width: 38em;
}
.Category .SubCategory ul li {
	float: left;
	width: 15em;  /* accommodate the widest item */
}
/* stop the floating after the list */

.Category .SubCategory br {
	clear: left;
}
/* separate the list from what follows it */

.Category .SubCategory {
	margin-bottom: 1em;
}
/* Authors A-Z - ( Only on the Author page) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.AZ {
	padding: 0px;
	margin: 15px 0px;
	position: relative;
	font-size: 10px;
	font-weight: bold;
}
.AZ ol {
	padding: 10px;
	margin: 0px;
}
.AZ ul {
	padding: 10px;
	margin: 0px;
}
.AZ li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}
.AZ a {
	padding: 0px 3px;
	margin-right: 1px;
}
.AZ a:visited {
	padding: 1px 3px;
}
.AZ a:hover {
	padding: 1px 3px;
}
/* ListAuthors ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ListAuthors {
}
.ListAuthors ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.ListAuthors li {
	line-height: 16px;
}
/* PageForms +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.PageForms {
	font-size: 10px;
}
.PageForms h1 {
	text-transform: uppercase;
}
.PageForms form {
}
.PageForms td {
	padding: 10px;
}
.PageForms th {
	padding: 10px 2px 10px 10px;
	text-align: left;
	font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #4B4B4B;
}
.PageForms td table td {
	padding: 3px;
	font-size: 11px;
}
.PageForms td table td input {
	padding: 3px;
}
.PageForms td table td input.keyfield {
	border: inset 1px #ccc;
	padding: 3px;
}
.PageForms td table td textarea {
	border: inset 1px #ccc;
	padding: 5px;
}
.PageForms td table td select {
	border: inset 1px #ccc;
	padding: 2px;
}
.PageForms .Button {
	font-size: 10px;
	padding: 2px 5px;
	font-weight: bold;
}
.PageForms .Required {
	color:#FF0000;
}
.PageForms tr td {
	padding: 10px;
}
.PageForms tr td table tr td {
	padding: 3px;
	font-size: 11px;
}
.PageForms tr td table tr td table tr td {
	padding: 0px;
	font-size: 11px;
}
/* Site Message +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Message {
	color: #ff4e00;
	background: url('../Images/warning.gif') #FFFFCC no-repeat 5px center;
	font-size: 11px;
	padding: 5px 5px 5px 25px;
	line-height: 16px;
	border: 1px solid #FFCC66;
	margin-left: 5px;
}
.ErrorMessage {
	color: #FF0000;
	background: url(../Images/exclamation.png) no-repeat left center;
	font-size: 11px;
}
.SuccessMessage {
	color: #FF0000;
	background: url(../Images/success.png) no-repeat left center;
	font-size: 11px;
}
/* Author Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#tabnav {
	height: 26px;
	margin: 0px 0px 10px 0px;
	padding-left: 6px;
	background: url(../Images/tab_bottom.gif) repeat-x bottom;
}
#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
}
#tabnav .navlinks {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	float: right;
}
.tablink {
	float: left;
}
#tabnav .tablink a:link, #tabnav .tablink a:visited {
	float: left;
	line-height: 14px;
	padding: 5px 10px;
	margin: 0px 4px 0px 0px;
	text-decoration: none;
}
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active {
}
#tabnav a:hover {
}
/* ViewAll ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.ViewAll {
	background: url(../Images/ViewAllIco.png) no-repeat left center;
	padding-left: 15px;
	font-size: 10px;
	font-weight: bold;
}
/* Paging +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.Paging {
	text-align: right;
	padding: 5px;
	margin: 5px 0px;
	font-size: 10px;
	line-height: 15px;
}
.Paging strong {
	letter-spacing: -1px;
}
.Paging a {
	display: inline;
	padding: 2px 5px;
	font-weight: bold;
}
.Paging a:visited {
	display: inline;
	padding: 2px 5px;
}
.Paging a:hover {
	display: inline;
	padding: 2px 5px;
	text-decoration: none;
}
.PagingDisabled {
	display: inline;
	padding: 2px 5px;
	font-weight: bold;
}
.PagingCurrentPageNumber {
	display: inline;
	font-weight: bold;
	padding: 2px 5px;
	font-weight: bold;
}
/* Spread the Word */

.SpreadTheWord {
}
.SpreadTheWord ul {
	padding: 0px;
	margin: 0px;
}
.SpreadTheWord li {
	padding: 0px 2px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	font-size: 11px;
	line-height: 16px;
}
/* Summary Article Attachment */

.AttachmentList {
	padding: 0;
}
.AttachmentList ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0px;
	list-style-type: none;
	padding-left: 20px;
}
.AttachmentList ul li {
	padding: 3px;
}
.AttachmentList ul li a {
	font-size: 10px;
	display: block;
	padding-left: 20px;
}
.AttachmentHeading {
	font-size: 11px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Teaser Image Styles */

.FeatureImageSpan {
	font-size: 9px;
	margin: 5px;
}
.FeatureImageCaption {
	padding-left: 3px;
	padding-right: 3px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.lineaDer{
	width:20px;
	height:auto;
	background:url(/content/content_images/linea_der.gif) repeat-y top;
}

/* TITULOS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#LayoutColumn2 > H1[class]:first-child {
	font:Verdana, Arial, Helvetica, sans-serif bold;
	font-size: 30px;
	color: #4d4d4d;
	margin: 0px;
	margin: 20px 0;
	padding: 0px;
	display: block;
	text-indent: -9999em;
	width: 481px;
	height: 83px;
	border-bottom: #999 dotted 2px;
}
* html #LayoutColumn2 H1 {
	font:Verdana, Arial, Helvetica, sans-serif bold;
	font-size: 30px;
	color: #4d4d4d;
	margin: 0px;
	margin: 20px 0;
	padding: 0px;
	display: block;
	text-indent: -9999em;
	width: 481px;
	height: 30px;
	border-bottom: #999 dotted 2px;
}
h1.index {background: url(/content/content_images/t_index.gif) no-repeat;}
h1.educ {background: url(/content/content_images/t_educacion.gif) no-repeat;}
h1.oro {background: url(/content/content_images/t_oro.gif) no-repeat;}
h1.numistica {background: url(/content/content_images/t_numismatica.gif) no-repeat;}
h1.sala {background: url(/content/content_images/t_sala_temp.gif) no-repeat;}
h1.info {background: url(/content/content_images/t_infogeneral.gif) no-repeat;}

/* HOME +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.artIndex {
	width: 472px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: justify;
	border-bottom: #999 dotted 2px;
	margin-top: 20px;
	padding-bottom: 5px;
	overflow: auto;
}
.artIndex img.left {
	float: left;
	padding: 0 15px 10px 0 !important;
	border: none !important;
}
.artIndex img.right {
	float: right;
	padding: 0 0 10px 15px !important;
	border: none !important;
}
.artIndex h2 {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #4D4D4D;
	margin: 0;
	padding: 0;
}
.artIndex a {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #4B4B4B;
}
.artIndex a:hover {
	color: #FF0000;
}
