/* Start of CMSMS style sheet 'Chibi Collection' */
/*
init style
*/

* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

h6{
   clear:both;
}

/*
default link styles
*/

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;
}

a:hover {
   text-decoration: none;
   background-color: #C3D4DF;
   color: #385C72;
}

/*
basic layout 
*/
body {
   background-color: #99FF00;
   background-image: url(img/estampado.jpg);
   color: #333;
}

div#pagewrapper {
   border: 1px solid black;
   max-width: 80em;
   min-width: 60em;
   color: black;
}

/*
header
*/

div#header {
   margin-left: 105px;
   height: 152px;
   background: #346633;           
}

div#header h1 a {
   background: #346633 url(img/banner2.jpg) no-repeat 0 0px; 
   display: block;
   height: 152px;
   text-indent: -999em;
   text-decoration:none;
}

div#langbar {
   float: right;
   width: 45px;
   display: inline;
   margin-left: 0;
}

/*
content
*/

div#main {
   margin: 1.5em auto 0 0;
   background-color: #transparent;
}

div#navigation {
   float: left;
   width: 100px;
   display: inline;
   margin-left: 0;
}

div#content {
   background-color: #FFFFFF;
   margin-left: 105px;
   padding: 15px 0 0 0;
}

div#contentoptions {
	float: right;
	margin-right:5px;
	width: 190px;
	display:inline;
}

div#mainfooter {
   clear: both;
   color: #fff;
   background-color: #346633;
}

div#mainfooter p {
   font-size: 0.8em;
   padding: 1.5em;
   text-align: center;
   margin: 0;
}

div#mainfooter p a {
   color: #fff;
}

/* TEXT */
p {
   font-size: 1em;
   margin: 0 1.5em 1.5em 1.5em; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

div.errormessage {
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
   padding: 20px;
}

div.errormessage {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
   padding: 20px;
}

div.custombox {
margin: 10px;
width: 380px;
float: left;
display: inline;
}

div.customtitle {
margin: 10px;
width: 760px;
float: left;
display: inline;
}

/* END TEXT */

/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Chibi Collection' */

