*{
	margin:0;
	padding:0;
}
body {
	color: #4D4640;
	background-color: #B8CEC4;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica,  sans-serif;
	font-size: 11px;
}

a {
	color: #6e978c;
	text-decoration: none;
}

a:hover {
	color: #6d8c7e;
	text-decoration: underline;
}
h1{
	font-size:18px;
}
h2{
	text-transform: lowercase;
	font-weight:normal;
	font-size:20px;
	padding: 16px 8px 8px 8px;
	color:#7E746A;
}
h3{
	font-size:16px;
	padding:4px 8px 8px 8px;
	color:#7E746A;
}

.busca h3{
	margin-bottom: 10px;
}
.busca input{
	margin-left:5px;
}
.busca{
	margin-bottom:10px;
}
h4{
	font-size:14px;
	padding:4px 8px 2px 8px;
	color:#7E746A;
	font-weight:normal;
	font-style: italic;
}
#col2 h4{
font-style:normal;
font-weight: bold;
padding: 8px;
}
 p{
	margin:8px;
}
.input{
	background-color: #FCFCF9;
	border:1px solid #bdb696;
	color: #4D4640;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica,  sans-serif;
	font-size: 12px;
	padding:2px;
}
.input:focus{
	background-color: #FEFEFE;
}
.boton, #contactsubmit{
	background-color: #88AE9D;
	color:white;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica,  sans-serif;
	font-size: 11px;
	font-weight:bold;
	border:2px outset #88AE9D;
}
.boton{
	background-color: #88AE9D;
	color:white;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica,  sans-serif;
	font-size: 11px;
	font-weight:bold;
	border:2px outset #88AE9D;
}
ul{
	margin:4px 8px;
	list-style: none;
}
li{
	margin:0 6px;
	list-style: none;
	background-image: url(../_img/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left:16px;
	
}
#col2 li{
	background-image: url(../_img/bullet2.gif);
	background-position: 0 4px;

}
#col2 ul{
	line-height:2em;

}
#searchform{
	margin:0 8px;
}

#principal{
	background-color: #FEFEFD;
	width:772px;
	margin:0 auto;
	background-image: url(../_img/back_principal.jpg);
	background-repeat: repeat-y;
	border-top:1px solid #B8CEC4;
}
#header{
	background-image: url(../_img/back_header.jpg);
	background-repeat: no-repeat;
	text-align:right;
}
.headerphoto{
margin:4px 4px 0 0;
	
}
#logo {
  width: 248px;
  height: 121px;
  position: relative;
  float:left;
  margin:4px  0 0 4px;
  display:inline;
  padding:0;
  text-align:left;
}

#logo span {
  background: url(../_img/logo_lucia_ortega.gif) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}

#nav{
	background-image: url(../_img/back_nav.gif);
	background-repeat: repeat-x;
	margin:0 5px;
	height:31px;
}
#nav li{
	float:left;
	text-transform:lowercase;
	font-size:15px;
	margin:1px 0 0 0;
	list-style: none;
	padding:0;
	background-image: none;
	
}
#nav li a{
	display:block;
	padding:3px 34px;
	font-weight:bold;
	color:#6D8C7E;
	border-right:1px solid white;
}
#nav li a:hover{
	color:#597368;
}
#col2{
	width:260px;
	background-image: url(../_img/back_col2.gif);
	background-repeat: repeat-x;
	float:right;
	margin-right:5px;
	display:inline;
	min-height:100px;
	color:#7B6F66;
	line-height:1.4em;
	padding:5px 0;
}
* html #col2{
	height:100px;
}
#col1{
	width:485px;
	float:left;
	margin-left:10px;
	background-image: url(../_img/back_col1.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	line-height:1.8em;
	padding-bottom:80px;
	font-size:13px;
	color:#605750;
}
 #col1 p{
	margin:14px 8px;
}
#col3{
	margin:0 14px;
	background-image: url(../_img/back_col1.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#footer{
	background-image: url(../_img/back_footer.gif);
	background-repeat: repeat-x;
	clear: both;
	height:38px;
	color:#7E746A;
}
#footer p{
	margin:8px 14px !important;
	padding-top:6px;
}
.fecha, .postmetadata{
	font-size:10px;
	color:#7E746A;
	margin:0 8px;
}
.entrytext{
	margin:12px;
	width:470px;
	line-height:1.8em;
}
.entry{
	border-bottom: 1px solid #e1ddcc;
	margin-bottom:5px;
}
.leftphoto{
	float:left;
	margin:0 4px 4px 0;
}
.image{
	float:right;
	margin:0 0 4px 4px;
	border:1px solid #BDB696;
}
.linkmore{
	border:1px solid #e1ddcc;
	float:right;
	text-align: right; 
	padding:5px 5px 5px;
	width: 340px;
	background-color: #FAF8EE;
	margin: 5px 0;
	line-height:120%;
	font-weight: bold;
	background-image: url(../_img/bg_links.gif);
	background-repeat: repeat-x;
	font-size:14px;
	color: #6e978c;
}