/*=== Setup ===*/
body{
	color: #555555;
	background-color: #FFF;
	background-image: url(default/bgr3.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a{
	color: #1f6a66;
}
input,select,textarea{
	border: #e6e6e6 1px solid;
}
h2{
	color: #DC6800;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
h2 a{
	color: #DC6800
}
h3{
	color: #262625;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
h4{
	color: #444444;
}



/*=== Intro ===*/
p.intro {
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
	}	

p.intro a {
	color:#FFFFFF;
	
}
p.intro a:hover {
	color:#222222;
}
p.introfirma {
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	font-style: italic;
	margin-top: 10px;
	}	


/*=== Buttons ===*/

.btn-rounded a{
	background: url(default/btn-rounded.gif) no-repeat left;
	color: #ffffff;
}
.btn-rounded a span{
	background: url(default/btn-rounded.gif) no-repeat right;
}
.btn {
	background:url(default/btn.gif) repeat-x;
	border:1px solid #147874;
	color:#FFF;
}

/*=== Navigation ===*/
/*- Nav1 -*/

#nav1{
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	background-repeat: repeat-x;
	background-color: #FFF;
}
#nav1 li a{
	color: #0E7774;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEDEDE;
}
#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a{
	color: #FFF;
	background-color: #0E7774;
	background-image: url(default/btn-rounded.gif);
}
#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
}
/*- Nav2 -*/
.nav2 li a, .widget li a{
	color: #555555;
}
.nav2 li a:hover, .widget li a:hover{
	color: #1f6a66;
}

/*=== Right Column ===*/
#rightcol h3, #rightcol h3 a{
	color: #ffffff;
}
#rightcol h3 span{
	background-color: #DC6800;
}
#rightcol .widget ul, #rightcol .textwidget 
{
	background-color: #FFF;
}

/*=== Sub Columns ===*/
.col1 a{
	color: #555555;
}
.col3 h2{
	color: #464646;
}
.col5 img{
	border: 10px solid #FFF;
	background-image: url(default/sombra_foto.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 7px;
	margin-left: 5px;
}


	

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box .top,.box .bot{
	background: url(default/box-top.gif) no-repeat top;
}
.box .bot{
	background: url(default/box-bot.gif) no-repeat top
}
.box .spacer{
	background: #ffffff;
}
/*- Box2 -*/
.box2 .top,.box2 .bot{
	background: url(default/box2-top.gif) no-repeat top;
}
.box2 .bot{
	background: url(default/box2-bot.gif) no-repeat top
}
.box2 .spacer{
	background-color: #EDEDED;
}
/*- Box3 -*/
.box3 .top,.box3 .bot{
	background: url(default/box3-top.gif) no-repeat top;
}
.box3 .bot{
	background: url(default/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #f0eee1;
}
/*- Box4 -*/
.box4{
	color: #333;
}
.box4 .top,.box4 .bot{
}
.box4 .bot{
	background: url(default/box4-bot.gif) no-repeat top
}
.box4 .spacer{
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
}
/*- Box5 -*/
.box5 .top,.box5 .bot{
	background-color: #CCC;
	background-image: url(default/box5-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.box5 .bot{
	background: url(default/box5-bot.gif) no-repeat top;
	
}
.box5 .spacer{
	background: url(default/box5-bgr.gif) repeat-y top;

}
/*- Box6 -*/
.box6 .top,.box6 .bot{
	background: url(default/box6-top.gif) no-repeat top;
}
.box6 .bot{
	background: url(default/box6-bot.gif) no-repeat top
}
.box6 .spacer{
	background: #dc6800;
}

/*- Date -*/
.date{
	color: #898989;
}

/*=== Styling Forms ===*/
/*- Search -*/
#search input.keyword{
	color: #333;
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #fcfcfa;
	height: 12px;
}

/*- Form1 Setup -*/
.btn-general{
	background: #147874;
	color: #ffffff;
}
.btn-general a { 
	color: #ffffff;
}
.btn-arr a{
	background: #bdbbac;
	color: #ffffff;
}

/*=== Footer ===*/
#footer{
	background: url(default/footer-bgr.gif) no-repeat top;
	color: #949387;
}
#footer a{
	color: #949387;
}

/*=== Posts ===*/
.post img {
	border:8px solid #E1E1E1;
}
.post li a:hover{
	color: #1f6a66;
}
.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#777777;
	background-color: #F1F1F1;
	background-image: url(default/ico-quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

/*=== Widget styling ===*/
.widget #recentcomments li a{
	color: #1f6a66;
}
.widget #recentcomments li a:hover{
	color: #1f6a66;
}
.widget #searchform, .widget #calendar_wrap{
	background: #f0eee1;
}
.widget #wp-calendar caption {
	color:#333333;
}
.widget #wp-calendar thead th {
	color:#333333;
}
.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(default/ico-quote.gif) no-repeat top left;
}
