/* CSS for Save the Children Nicaragua */
/* Author: Daniel Alexander Gordon Vega */
/* Email: alexgordon25@gmail.com */
/* v1.0 | 20090916 */

/* RESET CSS -------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}

.button{
	background: #008242 no-repeat;
	border:none;
	color: #fff;
	font-family: tahoma;
	font-size: 9px;
	font-weight:bold;
	text-transform:uppercase;
	padding:2px;}



.button:hover, .button:focus, .button:active{
	background: #008242 no-repeat;
	border:none;
	color: #9a9a9a;
	font-family: tahoma;
	font-size: 9px;
	font-weight:bold;
	text-transform:uppercase;
	padding:2px;}

a.register{
	background: url(../images/button.png) left bottom no-repeat;
	color: #fbfbfb;
	font-family: tahoma;
	font-size: 9px;
	font-weight:bold;
	padding:4px 12px;
	margin-left:10px;
	text-transform:uppercase;

}

a.register:hover, a.register:active, a.register:focus {
	background: url(../images/button.png) left bottom no-repeat;
	color: #666;
	font-family: tahoma;
	font-size: 9px;
	font-weight:bold;
	padding:4px 12px;
	margin-left:10px;
	text-decoration:none;

}

body {
	line-height: 1;}
ol, ul {
	list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {
	border-collapse: collapse;
	border-spacing: 0;}
/* TEXT CSS -------------------------------------------------------------*/
body {font: 12px Arial;color:#58595B;}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0; }
h1 {
	font-size:20px;
	color:#A70900;
	font-family:Tahoma;
}
h2 {font-size: 18px;}
h3 {
	font-size: 14px;
	color:#008242;
	font-family:Tahoma;
	font-weight:normal;
	padding-bottom:14px;
	}
h4 {
	font-size:16px;
	color:#310a0f;
	font-family:Tahoma;
	font-weight:normal;
	padding-bottom:0px;
	text-transform:uppercase;
}
h5 {font-size: 12px;}

h6 {font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-transform:uppercase;}

ol {list-style: decimal;}
ul {list-style: disc;}
li {margin-left: 30px;
	}

td.contentheading {
	color: #008242;
	font-size:16px;
	font-weight: bold;
	padding:0px 0 5px;
	border-bottom: 2px solid #E1E1E1;	
}




p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {margin-bottom: 0px;}

/* LAYOUT CSS -------------------------------------------------------------*/
html {
	background: #C0C0C0 url(../images/bkg.jpg) 0 0 repeat-x;}
	
	/* Aqui van declarados los enlaces del sitio */
/* Begin Links */
a{
	color: #008242;
	text-decoration:none;
	font-weight: normal;}
	
a:hover, a:active, a:focus {
	color: #4e4e4e;
	text-decoration:none;
	font-weight: normal;}

a.credits{
	color: #ebebeb;
	text-decoration:none;
	font-weight: normal;}
	
a.credits:hover, a.credits:active, a.credits:focus {
	color: #C06918;
	text-decoration:none;
	font-weight: normal;}


a.gallery {
	color: #719C01;
	text-decoration:none;
	font-weight: bold;
	margin: 25px;}
	
a.gallery:hover, a.gallery:active, a.gallery:focus {
	color: #719C01;
	text-decoration:none;
	font-weight: bold;
	margin: 25px;}



a.contentpagetitle {
	color: #719C01;
	text-decoration:none;
	font-weight: bold;}

a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus {
	color: #719C01;
	text-decoration:none;
	font-weight: bold;}
	
a.buttom-menu {
	color: #fbfbfb;
	text-decoration:none;
	font-weight:bold;
	margin:5px;
	font-size:10px;
	font-family: Tahoma, Geneva, sans-serif;
	}
	
a.buttom-menu:hover, a.buttom-menu:active, a.buttom-menu:focus {
	color: #A70900;
	text-decoration:none;
	font-weight: bold;
	margin:5px;
	font-size:10px;
	font-family: Tahoma, Geneva, sans-serif;
	}

a.main-menu {
	color: #333;
	text-decoration:none;
	font-weight:bold;
	margin:50px;}
	
a.main-menu:hover, a.main-menu:active, a.main-menu:focus {
	color: #333;
	text-decoration:underline;
	font-weight: bold;
	margin:50px;}
	
.inputbox {
	padding: 2px 5px;
	background: #fafafa;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #008242;
}	

input.button_search {
	background: url(../images/go.png) 0 0 repeat-x;
	color:#fbfbfb;
	border:none;
	font-size:9px;
	font-weight: bold;
	font-family:Tahoma;
	text-transform:uppercase;
	padding: 7px 2px;
	margin: 0 5px;
	}
	
input.button_search:hover, input.button_search:focus, input.button_search:active {
	background: url(../images/go-hover.png) 0 0 repeat-x;
	border:none;
	color:#fbfbfb;
	padding: 7px 2px;
	margin: 0 5px;
	}
	
.moduletable_visit {
	margin-top:35px;

}

a.mainlevel-nav{
	color: #719C01;
	padding: 15px;}

a.mainlevel{
	color: #fff;
	font-size:11px;
	font-family:tahoma;
	padding:0 5px;
	}

a.mainlevel:hover, a.mainlevel:focus, a.mainlevel:active {
	color: #C06918;
	font-size:11px;
	font-family:tahoma;
	padding:0 5px;
	text-decoration:underline;
	}

a.mainlevel_menu{
	color: #fbfbfb;
	font-size:11px;
	font-family:tahoma;
	}

a.mainlevel_menu:hover, a.mainlevel_menu:focus, a.mainlevel_menu:active {
	color: #A70900;
	font-size:11px;
	font-family:tahoma;
	text-decoration:underline;
	}


.moduletable_news{
	padding-top:25px;}

.moduletable_cart{
	padding-top:25px;
	text-align:center;}

.moduletable_menu td{
	padding: 50px 0 0;

}

.moduletable_search{
	display:block;
	float: right;
	margin-top:15px;
}

.moduletable_search .button{
	background: url(../images/gox.png) no-repeat;
	padding:6px 3px;
	border: hidden;
	color: #fbfbfb;
	font-family: tahoma;
	font-size: 9px;
	font-weight:bold;
	text-transform:uppercase;
}

.moduletable_search .button:hover{
	padding: 0 10px 0 0;
	background: url(../images/gox-hover.png) no-repeat;
	padding:6px 3px;
	color:#fbfbfb;	
	border:none;
}

a.sublevel-nav{
	color: #719C01;
	padding: 30px;}

	
/* Ends Links */

body {
	background:  url(../images/bkg-button.png) bottom right repeat-x;}
#page {
	display:block;
	margin:0 auto;
	width:770px;
	height:auto;
	background:#fff;}
	
#html {
	display:block;
	margin:0 auto;
	width:770px;
	height:auto;
	background:#fff;}
	
#header {
	display:block;
	float:left;	
	margin:0 auto;
	background: url(../images/header.jpg) 0 0 repeat-x;
	width:770px;
	height:321px;}

#top {
	background: url(../images/top-bkg.jpg) 0 0 repeat-x;
	height:133px;}
	
#header-shadow {
	display:block;
	float:left;	
	margin:0 auto;
	background: url(../images/header-shaddow.jpg) 0 0 repeat-x;
	width:770px;
	height:24px;}
	
#top-menu{
	display:block;	
	float:left;
	width:600px;
	color: #fbfbfb;
	height:26px;
	margin: 106px 0 0 160px;
	}	

#imgheader {
	display:block;
	float:left;	
	margin:0 auto;
	background: url(../images/header.jpg) 0 0 repeat-x;
	width:614px;
	height:244px;}
	

#mainmenu {
	margin:0 auto;
	background: url(../images/menu-bkg.jpg);
	display:block;
	float:left;
	height:45px;
	width:758px;}

#content {
	display:block;
	clear:both;
	margin:0 auto;
	background:#fff;
	width:100%;}

#center {
	float:left;
	display:block;
	width:490px;
	margin-left:20px;
	padding:20px 0 0 0;
}

#right, #left {
	float:left;
	display:block;
	width:223px;
	padding:20px 0 0 20px;

}

.moduletable_visita h3{
	font-size: 13px;
    font-weight: bold;
    padding: 25px 0 10px;
	text-align: center;
}

#footer {
	display:block;
	clear:both;
	margin:0 auto;
	background: url(../images/footer.jpg) 0 0 repeat-x;
	width:100%;
	height:71px;}
	
#copy {
	display:block;
	margin:0 auto;
	width:770px;
	height:60px;
	font-family:Tahoma;
	font-size:10px;
	color: #fbfbfb;	}
	
#rights {
	display:block;
	float:left;
	margin:0 auto;
	width:365px;
	height:25px;
	margin:20px 20px 0px 0px;
	}
	
#credits {
	display:block;
	float:left;
	margin:0 auto;
	width:365px;
	height:25px;
	margin:20px 0px 0px 20px;
	}
	
.search_search {
	margin: 12px 0px;
	float: right;
	display: block;
	margin: 10px 0px;
	}

/* CATALOGO CSS -------------------------------------------------------------*/

.catalogo td {
	border-bottom:1px solid #DDDDDD;

}

.catalogo td.productos {
	border-bottom:0px;

}

span.footer {
	color:#fff;}

a.footer {
	color:#fff;}

a.footer:hover, a.footer:active {
	color:#fff;}

#menu-producto {
	margin-left: 20px;

}

ul.menu {
	border: 1px solid #fff;
	width: 140px;
	padding: 10px;
}
ul.menu li {margin-left: 13px;
	color: #6B6B6B;}

#menu-producto tr {
	border: 1px solid #ddd;}


/* JOOMLA CSS -------------------------------------------------------------*/
.article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-top:5px;
	margin-bottom:10px;
	display: block;
	background: #ECECEC;}
.article-meta {
	padding: 5px;
	width: 80%;
	float: left;}
.createby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;}
.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;}
.modifydate {
	width: 100%;
	float: left;}
div.buttonheading {
	float: right;
	width: 15%;}
.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;}
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption{
	color:#666666;
	font-size:10px;}
.article-section {
	color:#666666;
	font-size:12px;}
a.readon, a.readon:link {
	float: right;
	padding: 5px 5px 5px 14px;
	border: 1px solid #ccc;
	display: block;
	background: #ececec url(../images/arrow.png) no-repeat 5px 9px;
	font-weight: bold;
	text-transform: uppercase;}
a.readon:hover, a.readon:active, a.readon:focus {}

.atomic {display:none;} 

ul.pagination {
	margin:15px auto 0;
	padding:10px 0;
	text-align:center;
}
ul.pagination li {
	margin:0;
	padding:0!important;
	display:inline;
	background:none!important;
}
ul.pagination a,
ul.pagination li span {
	padding:2px 5px;
	font-size:10px;
	background:none!important;
	text-transform:uppercase;
	border:1px solid #e8e8e8;
}
	
/* SYSTEM CSS -------------------------------------------------------------*/
/* editor */
.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img
{	border:0
}

form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}

form.editor fieldset {
border:solid 1px #ccc;
padding:20px;
margin:10px 0;
}

form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}

form.editor .publishing .radio label span {
float:left;
width:14em;
}

form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;
}

.save {
text-align:right;
padding:10px 0;
}

/* user */
form.user {
margin:10px 0;
}

form.user label {
width:40%;
float:left;
}

/* article index */
table.contenttoc {
border:solid 1px #ccc;
padding:10px;
margin:10px;
}

.pagenavcounter {
font-weight:bold;
}

table.newsfeed {
border:solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #EEE;
padding:5px;
}

table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:5px;
}

table.newsfeeds,table.weblinks,table.category {
border:solid 1px #eee;
font-size:1em;
margin:20px 0;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 10px 10px 0;
	width: 100%;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #ECECEC;}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC;}

table.weblinks img {
	padding:0 4px;}

table.weblinks td#num {
	font-weight:bold;
	font-family:Arial;
	color:#333;}
table.weblinks	#title a {
	font-weight:bold;}
table.weblinks td#title {
	width:100%;}

ul#weblinks {
	margin-top:20px;}
ul#weblinks li.folder {
	background: url(../images/folder.png) 0 0 no-repeat;
	padding-left:32px;
	padding-top:5px;
	height:32px;
	list-style:none;
	font-size:150%;
	margin:20px;}


/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images_general/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

div.moduletable-nav {
	font-size: 100%;
	margin: 0;
	background: #000;
}


.systemtitle {font-size:14px;color:#666;text-align:center;text-transform:uppercase;}
#system-message {
	margin:10px 0 20px 0;
	padding: 0 !important;
	background:#600001;
	border:solid 0px;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#600001;padding:0 }
#system-message dd ul { 
	color: #36f; 
	margin-bottom: 10px; 
	list-style: none; 
	padding: 0px; 
	border-top: 3px solid #36f; 
	border-bottom: 3px solid #36f;}
/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { background: #F2E3ED}
/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { color: #93246F; background: #F2E3ED ; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;margin:0}
/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice {  }
#system-message dd.notice ul { color: #36f; background: #d8f0ff; border-top: 3px solid #36f; border-bottom: 3px solid #36f;}