/*
Theme Name: MaiteBrown
Theme URL: http://4visuals.org
Description: Theme wordpress para MaitePerroni.es
Author: Eva Martinez
Author URI: http://4visuals.org
Tags: Brown, white
*/

/*GENERAL*/
HTML{
 
	SCROLLBAR-FACE-COLOR: #d4c8bb;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	 SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
body{
	margin: 0px;
	color: #a69684;
	font-family: tahoma;
	font-size: 11px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
table{
	font-size: 11px;
}
/*LINKS*/
a{
	color: #b29779;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #bb9365;
	text-decoration: none;
}
/*FORMULARIO SUPERIOR*/
.maitemb1{
	background-image: url(images/header/maitemb1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maitemb2{
	background-image: url(images/header/maitemb2.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*BOXES1 STYLE*/
.boxes1{
	background-image: url(images/sidebar/bgtr.png);
	border: 1px solid #c9bbae;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/*EFECTO "DESTACADO" ETC*/
.destacado{
	background-color: #dbcebe;
	padding: 10px;
	margin: 4px;
	border: 1px solid #e2d6cd; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.destacado:hover{
	background-color: #e9e2d9;
	color: #c8b8a9;
}
/*IMAGE LINKS*/
.images1 a img{
	background-color: #bfaf9e;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px;
	opacity:.70;
	filter: alpha(opacity=70);
 	-moz-opacity: 0.7;
	border: 0px;
}
.images1 a img:hover{
	background-color: #ece8e5;
	opacity:.90;
	filter: alpha(opacity=90);
 	-moz-opacity: 0.9;
}
/*NEWS*/
.news_title{
	background-image: url(images/content/news/up.jpg);
	background-repeat: no-repeat;
	font-family: georgia;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #d4c8bb;
	text-shadow: #ffffff 1px 1px 1px;
}
.news_title a{
	color: #d4c8bb;
	text-decoration: none;
}
.news_title a:hover{
	color: #c4b9ac;
	text-decoration: none;
}
.news_body{
	background-image: url(images/content/news/bg.jpg);
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 20px;
	color: #fefefe;
}
.news_body a img{
	background-color: #bfaf9e;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px;
	opacity:.70;
	filter: alpha(opacity=70);
 	-moz-opacity: 0.7;
	border: 0px;
}
.news_body a img:hover{
	background-color: #ece8e5;
	opacity:.90;
	filter: alpha(opacity=90);
 	-moz-opacity: 0.9;
}
.news_body img{
	background-color: #bfaf9e;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px;
	opacity:.70;
	filter: alpha(opacity=70);
 	-moz-opacity: 0.7;
	border: 0px;
}
.news_body img:hover{
	background-color: #ece8e5;
	opacity:.90;
	filter: alpha(opacity=90);
 	-moz-opacity: 0.9;
}


img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}