/*
--------------------------
de la Tradicion CSS Styles
--------------------------
Name: Asociacion 786 Theme
Author: Silvio Corigliano
Also refer to user_style.php...
*/ /*[<Silvio>]*/
#frame1 {
	padding-top: 9px;
	background-image: url(images/pix.png);
	background-color: transparent;
}

.search {
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	height: 22px;
	margin-left: 12px;
	/*
	border:#f4f4f4 1px solid;*/
}

#login {
	text-align: left;
	width: 54%;
}

.loginTop {
	height: 20px;
	background-image: url("../../images/bgHead0.png");
	background-position: top;
	background-repeat: no-repeat;
}

.loginBottom {
	height: 20px;
	background-image: url("../../images/bgHead0.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

.loginCenter {
	background-image: url("../../images/bgBody.png");
	background-position: bottom;
	background-repeat: repeat-y;
}

.loginCenter2 {
	background-image: url("../../images/bgBody.png");
	background-position: bottom;
	background-repeat: repeat-y;
	color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 18px;
	text-align: left;
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
}

.loginCenter2 table {
	text-align: left;
	font-size: 12px;
	color: #111;
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
}
.loginCenter2 hr{
	margin:0px;
}
.loginCenter2 table a {
	width: auto;
}

.loginCenter2 a {
	font: bold 11px 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	background: transparent url(images/arrowblue-ov.gif) 100%;
	background-position:left center;
	display: block;
	width: 220px;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	padding: 2px 9px 2px 18px;
	margin: 0px;
	text-decoration: none;
	border-top: 1px solid #dce2e5;
	border-bottom: 1px solid #888;
	border-left: 1px solid #dce2e5;
	border-right: 1px solid #ccc;
}

.loginCenter2 a.archives {
	font: bold 11px 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	background-image: none;
	display: inline;
	padding: 9px;
	margin: 0px;
	text-decoration: none;
	border: 0px;
}

.error {
	color: red;
}

.loginTable {
	background-color: transparent;
	width: 600px;
}

.navBar {
	text-align: center;
	background-image: url("images/bg_top.jpg");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #181818;
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	height: auto;
}

/* Images */
#navcontainer { /* non necessario */
	
}

#navlist {
	padding-left: 0px;
}

#navlist ul img {
	border: 0px;
}

#navlist  ul {
	border: 0px;
	margin: 0px;
	margin-left: 18px;
	padding: 0px;
	list-style-type: none;
	height: auto;
	width: auto;
	border: #ffffff 0px solid;
}

#navlist ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

#navlist  ul li a {
	width: auto;
	padding: 0px;
	border: 0px;
	border: #ffffff 0px solid;
}

/* end CSS Tabs */
#bannHead {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 250px;
	height: 109px;
	background-color: transparent;
}

#header_image {
	float: right;
	background-image: url("images/bgHead.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	border: #ffcc00 1px;
	width: 100%;
	height: 120px;
	padding-top: 12px;
}

/*Search Box*/
.searchbox {
	border: #ffffff 0px solid;
	width: 180px;
	height: 18px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 40px;
	background: url(images/searchbox_bg.png) 0 0 no-repeat;
}

.searchbox:hover {
	background: url(images/searchbox_bg.png) 0 -18px no-repeat;
}

.searchbox:hover input {
	color: #000000;
}

.searchbox input:focus {
	color: #000000;
}

.searchbox input {
	width: 160px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	border: none;
	outline: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 11px;
}

.searchbox button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	background: url(images/search_button.png) 0 0 no-repeat;
	float: left;
	cursor: pointer;
	line-height: 0px;
}

.searchbox button.search-magnifier {
	background: url(images/magnifier_icon.png) 0 0 no-repeat;
}

.searchbox button.search-close {
	background: url(images/close_icon.png) 0 0 no-repeat;
}

.searchbox button.search-loader {
	background: url(images/loader_icon.gif) 0 0 no-repeat;
}

/*[</Silvio>]*/ /* Images */
img {
	border: 0;
}

#img_float_left { /* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right { /* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}

/* General Layout */
.divider {
	margin: 20px 0px 15px 0px;
}

.divider_menu {
	margin: 0px 0px 2px 0px;
	border: 1px dotted;
}

body {
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	/*[<Silvio>]*/
	color: #ffffff;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	background-color: #f4f4f4;
	/*background-image: url("images/bg_pattern.jpg");*/
	/*background-image: url("images/header_bgk.jpg");*/
	background-image: url("images/bgPatern2.gif");
	background-position: left top;
	background-repeat: repeat;
	background-attachment: fixed;
	/*[</Silvio>]*/
}

/* New 0.3.7 */
input,select,option,textarea {
	font-size: 11px;
	text-align: left;
}

/*[<Silvio>]*/
input,select,option,textarea {
	text-align: left;
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f4f4f4;
}

.submitSrch {
	text-align: center;
	background-color: #444444;
	width: 70px;
	color: #fafafa;
	border: #cccccc 1px solid;
}

/*[</Silvio>]*/
#header_image {
	border-color: #666;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
}

#header {
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 4px 12px 4px 12px;
	border-color: #666;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	background-color: #996;
	font-size: 16px;
	font-weight: bold;
}

#maincontent {
	margin: 0;
	padding: 20px;
	line-height: 14px; /* This is new */
}

#sidebar {
	padding: 10px;
}

#sidebar .menu_title  , #sidebar2 .menu_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	width: auto;
	margin: 0px 0px 5px 0px;
	margin-top: 9px;
}

#sidebar .blog_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

#sidebar .blog_box {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	height: auto;
	width: auto;
	border: thin dashed #333333;
	background-color: #FFFFFF;
}

#sidebar .divider {
	margin: 8px 0px 8px 0px;
}

#sidebar .calendar {
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 10px;
}

#sidebar .calendar td {
	padding: 2px;
}

/*#sidebar ul{
list-style:none;
width: 99%;
margin: 0px;
margin-bottom:9px;
padding: 0px;

}
#sidebar li{
margin:0px;
padding:4px;
background-color:#fafafa;
border:1px dotted #d4d4d4;
border-top:1px solid #c4c4c4;
border-bottom:1px solid #888;
}
#sidebar li a{
width:100%;
background-color:#fafafa;

}*/ /*///////////////////////////////*/
#sidebar ul {
	width: 100%; /*width of menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li a {
	font: bold 11px 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowblue.gif) 100%;
	background-position: left center;
	background-repeat: no-repeat;
	/* height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 2px 0 2px 18px;
	/*line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	border-top: 1px solid #dce2e5;
	border-bottom: 1px solid #888;
	border-left: 1px solid #dce2e5;
	border-right: 1px solid #ccc;
}

#sidebar li a:link,#sidebar li a:visited {
	color: #235299;
}

#sidebar li a:hover {
	color: #444;
	background: transparent url(images/arrowblue-ov.gif) 100%;
	background-position: left center;
	border-bottom: 1px solid #444;
	border-top: 1px solid #dce2e5;;
	border-left: 1px solid #dce2e5;
	border-right: 1px solid #ccc;
}

#sidebar li a.selected {
	color: #26370A;
	background-position: 100% -64px;
}

/******/
#sidebar2 ul {
	width: 95%; /*width of menu*/
	list-style-type: none;
	margin: 2px;
	margin-bottom: 18px;
	padding: 0;
}

#sidebar2 li a {
	font: bold 11px 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowblue2.gif) 100%;
	background-position: left top;
	background-repeat: no-repeat;
	color: #444;
	/* height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 2px 0 2px 18px;
	/*line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #cacaca;
	border-left: 0px solid #dce2e5;
	border-right: 0px solid #ccc;
}

#sidebar2 li a:link,#sidebar2 li a:visited {
	color: #444;
}

#sidebar2 li a:hover {
	background: #f4f4f4 url(images/arrowblue2-ov.gif) 100%;
	background-position: left top;
	border-bottom: 1px dotted #444;
	border-top: 1px solid #dce2e5;;
	border-left: 0px solid #dce2e5;
	border-right: 0px solid #ccc;
	color: #235299;
}

#sidebar2 li a.selected {
	color: #26370A;
	background-position: 100% -64px;
}

/*///////////////////////////////////*/
#maincontent .blog_subject {
	font-family: 'Times New Roman', Times, serif;
	color: #663;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333; /* margin: 3px 0px 3px 0px; */
}

#maincontent .blog_date {
	font-weight: normal;
	color: #999;
	font-size: 9px;
	margin: 0px 0px 10px 0px;
}

#maincontent .blog_divider {
	font-weight: normal;
	color: #999;
	font-size: 8px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 2px;
}

/* Links */
a:link,a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #933;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #F33;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #33F;
}

/* Typeography */
h1,h2,h3,h4,h5,h6 {
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: normal;
	/* New 0.3.7 */
	margin: 2px 0px 2px 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

/* Title */
h2 {
	color: #663;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0px 3px 0px;
}

/* Date */
h3 {
	color: #999;
	font-size: 10px;
	margin: 4px 0px 3px 0px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	font-weight: bold;
}

.tabla_fotos {
	background-color: #ffffff;
}

hr {
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	border: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#footer {
	text-align: center;
	padding: 3px;
	height: 25px;
	border: 0px;
	border-top: #777777 1px dotted;
	color: #444444;
	background-color: transparent;
	background-image: url(images/bgHead.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#maincontent {
	background-color: #fafafa;
}

.leftColumn {
	background-image: url(images/sideLeft.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: transparent
}

.rightColumn {
	background-color: transparent;
	background-image: url(images/sideRight.png);
	background-position: right;
	background-repeat: repeat-y;
}

.inside7 {
	padding:0px;
	margin:0px;
	border-left: 1px solid #fff; 
	border-right: 1px solid #fff;
	border-top: 1px solid #f1f3f4; 
	border-bottom: 1px solid #f1f3f4; 
	padding-left: 18px;         
	padding-right:18px;   
	color: #181818;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;	
	font-weight: normal;
	text-align:justify;
	font-size: 12px;
	}
.outside7{
	background-color:#f1f3f4;
	margin-top:0px
}
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url(../../images/rounded.png);
	height: 15px; 
	font-size: 2px; 
	}
.top-left, .bottom-left { 
	margin-right: 15px;
	}
.top-right, .bottom-right { 
	margin-left: 15px;
	margin-top: -15px; 
	}
.top-right {
	background-position: 100% 0;
	}
.bottom-left  { 
	background-position: 0 -27px;
	}
.bottom-right { 
	background-position: 100% -27px;
	}
.scrollBox {padding: 5px;background-color: #ffffff;}
.scrollBox td, .scrollBox th { border: 0px solid;border-color:#999;text-align:center;padding:2px;padding-left:3px;padding-right:3px;}
.scrollBox thead{color:#FFF;background-color:#333;}
.scrollBox tr{border-bottom:#ccc 2px dotted;}
.date{border-right:#ccc 2px solid;border-bottom:#ccc 2px solid;	width:72px;}
.date .day{background-color:#fafafa;text-align:center;border:0px}
.date .numberF{font-size:28px;	font-weight:bold;color:#FF4040;text-align:center;padding:3px;border:0px;}
.date .number{	font-size:28px;	font-weight:bold;color:#666;c4c4c4;text-align:center;padding:3px;border:0px;}
.date .month{	font-size:16px;	font-weight:bold;color:#fff;background-color:#666;text-align:center;}