@charset "utf-8";


/* css reset */
html {-webkit-text-size-adjust: none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;	padding:0;}
body {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10pt; background:#fff; color:#000;}


/* global */
.page-width {width:850px; margin:0 auto; margin-top:20px;}
.cleaner {font-size: 0; width: 100%; height: 0; margin: 0 0 0; clear: both;}
.show {display: none;}
.left {float: left;}
.right {float: right;}
label {display:block; margin-bottom:4px;}
textarea {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; padding:6px; font-size:10px; color:#666; border:1px solid #CCC;}
.text-field {width:200px; padding:6px; margin-bottom:3px;font-size:11px; color: #666; border:1px solid #CCC;}
.submit-button {width:100px; margin-top:5px; padding:3px; margin-bottom:5px;}
.title-not-bold {font-weight:normal;}

#header {
width:100%;
height:150px;
background: #5B0002 url(../img/bg.jpg) repeat-x;
}

#sombra {
	width:100%;
	height:9px;
	background: url(../img/sombra.jpg) repeat-x;

}
/* link */

a {
		color:#FFF;
		text-decoration:none;
		
	}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
	
h1 {
	font-size:22pt;
	font-weight:normal;
	color:#5B0002;
	}
/* thumbs */
.thumb {background:url("../img/thumb-shadow.png") top no-repeat; text-transform:uppercase; padding:3px; width:160px; height:160px; display:block; font-size:17px; margin:2px; float:left; color:#000;}
.thumb:hover {background-position:bottom;}
.thumb a {text-decoration:none;}
.thumb strong {display: block;}

#da-logo {background: #fff url("../img/da-logo.png") center no-repeat; display:block; width:160px; height:160px;}

.image-thumb {width:160px; height:160px; display:block; float:left;}
.blog-thumb {display:block; color:#000; line-height:12px;}



/* about dropdown */
#about {background:url(../img/bg.jpg) repeat-x; height:150px; color:#fff; display:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10pt;}
.about-width {width:1020px; margin:0 auto;}
#about-da-logo {background:url("../img/about-da-logo.jpg") center left no-repeat; width:72px; height:90px; float:left; margin-top:40px; margin-left:50px; border-right:1px solid #808080; padding-right:110px;}

#about-middle {float:left; margin-top:47px; margin-left:20px;}

#about-logos {background:url("../img/about-logos.jpg") no-repeat; width:137px; height:45px; float:right; margin-top:180px; margin-right:80px;}
.about-button-container {width:1020px; margin:0 auto;}
#about-button {background:url("../img/about-button.png") bottom no-repeat; display:block; width:73px; height:36px; float:right;}
#about-button:hover {background-position: top;}
#close-button {background:url("../img/close-button.png") top no-repeat; display:block; width:73px; height:36px; float:right; display:none;}
#close-button:hover {background-position: bottom;}


/* FOOTER */
.footer { 
	width:960px; 
	height:70px; 
	margin-top:10px; 
	float:left; 
	margin-bottom:40px;  
	font-size:10pt; 
	color:#666; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.footer a {color:#000;}
.footer a:hover {color:#CC6600;}