/* basic tags and classes 
@import url("basic.css");

*/
/* positioning
@import url("position.css");

 */
body {  
    background: #746963 url("images/background.jpg") no-repeat center top;
	margin:60px 0px 0px 0px;
	font-family: palatino,  georgia, verdana, arial, sans-serif;
	background-color:#ffffff;
}
	
html 	{
	scrollbar-face-color: #33CCCC;  
	scrollbar-highlight-color: #9f84b4;
	scrollbar-shadow-color: #9f84b4; 
	scrollbar-3dlight-color: #9f84b4;
	scrollbar-arrow-color: #9f84b4; 
	scrollbar-track-color: #746963;
	}

h1, h2  {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #0066CC;
	}

table {
	font-size: 13px; color: #000000; font-family: verdana, arial, helvetica, sans-serif;
	}

a 	{
	color: #0000FF; text-decoration: none
	}
a:link {
	color:#0000FF;
	}
a:hover {
	color:#9900CC;
	text-decoration: underline overline
	}

.sidetitle {
	border-right: black 0px dashed; border-top: #d4ccc9 1px dashed;
	font-weight: bold;
        background-image: url("images/bg2.jpg");
	margin-bottom: 5px;
        padding-bottom: 2px; 
	border-left: black 0px dashed;
	color: #9f84b4;  padding-top: 2px;
	border-bottom: #d4ccc9 1px dashed; text-align: center;
	letter-spacing: .2em;
	}
	
.box-title {
	border-right: black 0px dashed;
	border-top: #d4ccc9 1px dashed;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-left: black 0px dashed;
	color: #9f84b4;
	padding-top: 2px;
	border-bottom: #d4ccc9 1px dashed;
	text-align: left;
	font-size: 11px;
	}	

.bgcolor1 {
background-color :#AB9B92;
}

.box-title h1 {
   text-transform : uppercase;
   font-weight : bold;
}

div.month-view-mini table th {
        color : white;
        background-color : #560C6B;
}

div.month-view-mini table {
        width : 100%;
        border-color :#CFB6E0;
}

div.month-view-mini table td {
        border-color : #CFB6E0;
}

div.month-view-mini table td a {
        color : inherit;
}

td.day-empty {
        color : inherit;     
        background-color : #CFB6E0;
}

td.day-current {
        color : white;
        background-color : #560C6B;
}

td.day-current a {
        color : white;
}


td.day-normal {
  background-color : #9D87AD;
}

.box-title h1, .box-title h3 {
        font-size : 1.1em;
}


	
.side {
	font-family:verdana, arial, sans-serif;
	color:#333;
	font-size:x-small;
	font-weight:normal;
	line-height:140%;
	padding:2px;				
	}	

	
.sidebody {
	margin-left: 24px; margin-right: 30px
	}

.blogbody {
	margin-left: 30px; margin-right: 30px;
	padding-right: 10px;
	padding-left: 10px;
	}

.header {
	border-right: black 0px dashed; padding-right: 6px;
	border-top: #6d4a44 1px dashed; padding-left: 6px;
	font-weight: bold; font-size: 13px;
	background-image: url("images/bg2.jpg");
	margin-bottom: 3px; padding-bottom: 2px;
	margin-left: 25px; 
	border-left: black 0px dashed; color: #560c6b;
	margin-right: 24px; padding-top: 2px;
	border-bottom: #6d4a44 1px dashed; text-align: right;
	}
	
h3, .title {
	font-family:palatino, georgia, times new roman, serif; 
	font-size: large; 
	color: #560c6b; 
	border-bottom:1px solid #9f84b4;
	margin-bottom:10px;
	font-weight:bold;
	text-align:left;
	}

.description {
		font-family:palatino,  georgia, times new roman, serif;
		color:#768b8e;
		font-size:small;
  		text-transform:none;	
		}
	
#banner {	font-family:palatino,  georgia, verdana, arial, sans-serif;
		color:#f7bb9d;
		font-size:18px;
		font-weight:normal;	
  		padding:15px;
  		text-align:right;
               }

div.user-login {
    text-align : right;
    font-size : .8em;
}

div.user-login input {
    font-size : .8em;
}

#user_login_phpws_username {
    width : 100px;
}

#user_login_phpws_password {
    width : 100px;
}

#search_box input {
    font-size : .8em;
}

.box-content {
    background-color : #ffffff;
}

#menu-links {
    background-color : #9D8E86;
    padding : 4px;
}

div.blog-past-view li {
    list-style-type : none;
}

.titulo{
 color: #00ccff;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 
}

.bg_sombra {
	background-color : #FFEACA;
}


.subtitulo{
 color: #0000ff;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 
}

.errortext {
font-size : 12px; 
  font-family : verdana, Arial, Helvetica, sans-serif; 
  color : red;
  font-weight : bold;
}
