/* CSS Document */

body{
	background-color: #005300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	margin-bottom: 20px;
}

.headmenu
{
	color: #ffffff;
	font-size: 11px;
	padding: 4px;
	background-image: url('images/fondo_botones.jpg');
}

.headmenu a
{
	color: #FFFFFF;
	font-size: 11px;
	padding: 4px;

}
.headmenu a:hover
{
	color: #dddddd;
	text-decoration: none;

}

.TopMenuL {
	background-repeat: no-repeat;
	width: 2px;
	background-position: center center;
	height: 5px;
	padding-top: 5px;
	background-image: url(images/sep_menu_sup.gif);	
}

a{
	color:#000000;
	text-decoration: none;
}
a:hover{
	color: #c19a00;
	text-decoration: none;
}

input,select,textarea{
	background-color: #E2DFB2;
	border: 1px solid #BEBD8D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
input:focus,select:focus,textarea:focus{
	background-color: #ECE9CC;
}
input.formButton{
	background-color: #CAC57D;
	border-bottom: 1px solid #B8B04B;
	border-right: 1px solid #B8B04B;
	border-top: 1px solid #D9D4A0;
	border-left: 1px solid #D9D4A0;
	font-weight: bold;
}

/**
 * Declaraciones del Tema
 */
.topBar{
	background: url(images/bgtop.jpg) repeat-x top;
	height: 10px;
}
.logoBar{
	background-color: #FFFFFF;
	height: 52px;
	border: 0px;
	border-top: 2px solid #E7E2BA;
	border-bottom: 2px solid #E7E2BA;
	vertical-align: middle;
	text-align: center;
}
#logoContainer{
	width: 900px;
	padding: 0px;
	margin: 0 auto;
}
#logo{
	width: 180px;
	float: left;
	margin: 0px;
}
#linksLogo{
	width: 200px;
	float: right;
	height: 52px;
	text-align: left;
}
#arrows{
	width: auto;
	height: 52px;
	text-align: right;
}
.bodyContainer{
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	border-left: 2px solid #C6D381;
	border-right: 2px solid #C6D381;
}
.navlinks{
	width: 175px;
	border: 0;

	height: 175px;
	background: url(images/bgnavlinks.png) repeat-y;
	text-align: center;
	vertical-align: middle;
}
.imagescomp{
	width: auto;
	margin: 0 auto;
}
.footPage{
	height: 22px;
	text-align: center;
	border: 0px;
	border-top: 2px solid #ced046;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.footPage a{
	color: #BABC8D;
	text-decoration: none;
}

.mainContent{
	background-color: #ffffff;
}

/* Modifico el tamaño y color título página */
.contentTitle{
	padding: 3px;
	font-weight: bold;
	font-size: 12px;
	background-color: #ced046;
	color: #000000;
	border-bottom: 2px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	border-top: 2px solid #ffffff;
}
.contentBody{
	color: #333333;
	padding: 30px;
}

/* Bloques */
.leftBlocks{
	border-right: 0px solid #ffffff;
	background-color: #dcdbc6;
}
.rightBlocks{
	border-left: 2px solid #FFFFFF;
	background-color: #5F5D44;
	color: #CBCBA9;
}

/* Modifico el tamaño y color título bloque izda */
.lTitle{
	background-color: #8f5203;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 2px solid #ced046;
	border-top: 2px solid #ffffff;
}
.rTitle{
	background-color: #B0A46A;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #ECE9D8;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
.lContent{
	color: #FEFFEF;
	padding: 4px;
}

/**
 * Declaraciones de XOOPS
 */
.outer{
	width: 100%;
	border: 0px;
}
.even{
	padding: 4px;
}
.odd{

	padding: 4px;
}
tr.even td{
	padding: 4px;
}
tr.odd td{
	background-color: #8D8D6B;
	padding: 4px;
}
.head{
	font-weight: bold;
	padding: 4px;
}
tr.head td{
	padding: 4px;
	font-weight: bold;
	background-color: #858563;
}
th{
	background-color: #8D8D6B;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #C4BA85;
}

div.xoopsCode { overflow: auto; width: 380px; background-color: transparent; border: 1px dashed #C4BA85; font-family: "Courier New",Courier,monospace; padding: 6px 6px 6px 6px;}
div.xoopsQuote { overflow: auto; font-size: 11px; width: 380px; background-color: transparent; border: 1px dashed #C4BA85; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 0px 6px 6px 6px;}

div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}

/* Articulos */
.item {margin-bottom: 15px;  padding: 0px; padding-bottom: 10px; width: 100%;}
.itemHead { 
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #181818;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D9DABB;
}
.itemTitle a {color: #005300; font-weight: bold; background-color: transparent; text-decoration: none;}
.itemTitle a:hover{ text-decoration:underline; }
.itemInfo {
	text-align: left;
	padding: 3px;
	font-size: 10px;
	font-style: normal; 
}
.itemInfo a{ font-weight: bold; }
.itemPoster {font-size: 90%; }
.itemPostDate {font-size: 90%;}
.itemStats {font-size: 10px; font-style:normal;}
.itemBody {padding: 3px; text-align: justify; }
.itemText {
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1.5em;
	font-size: 11px;
	background: url(images/bgheadnew.gif) repeat-x bottom;
	padding: 0px;
	padding-bottom: 10px;
}
.itemText img{ margin: 5px; }
.itemText:first-letter {font-size: 133%; font-weight: bold;}
.itemFoot {text-align: left; padding: 0px; font-size: 10px; }
.itemFoot a{ font-weight: bold; }
.itemAdminLink {font-size: 90%; }
.itemPermaLink {font-size: 90%;}

.newsText{
	border-bottom: 1px solid #BFBF8D;
	padding: 0px 0px 8px 0px;
}
.newsTitle{
	padding: 8px 0px 0px 0px;
}

.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat { background-color: #D9DABB; font-size: 10px; color: #7F7E5F; font-weight:bold; border: 1px solid #C4BA85; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #FFFFFF; font-weight:bold; font-size: 11px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg { margin: 2px; }
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption { font-weight: bold; font-style: normal; }
