body {
	margin: 0 0 0 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7d8c8d;
}
h2 {
	margin: 0;
	font-weight: normal;
	color: #a60a0b;
}



h1, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}




h1 {
	font-size: 25px;
	font-weight:300;
	
}

h2 {
	font-size: 18px;
}

h3.formulario {
	font-size:12px;
	color:#a60a0b;
	margin-bottom:10px;
	text-align:right;
	margin-right:3px;
	margin-top:10px;
	background-image:none;
	
}

h3.enviado {
	color:#a60a0b;
	margin-bottom:10px;
	margin-top:10px;
	
}
p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 18px;
	font-size: 12px;
}

a {
	color: #a60a0b;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #a60a0b;
}
	

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 900px;
	height: 82px;
	margin: 0 auto 0px auto;
	overflow:hidden;
}

#headerflash {
	width: 900px;
	height: 86px;
	margin: 0 auto 0px auto;
	overflow:hidden;
} 


#logo {
	float:left;
	clear:both;
	margin-left:-8px;
	position:absolute;
	width:56px;
	height:88px;
	display:block;
	z-index:8;
}

.flash {
	margin-top:40px;
	
}
#logo h1 {
	font-size: 38px;
	color: #494949;
	
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #494949;
}

#logo h2 {
	margin-top: -10px;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 7px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu a:hover {
	text-decoration: none;
	color:#999999;
	
}




#menu .active a {
	background: url(../img/img02.gif) repeat-x left bottom;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

/* Post */

.post {
}

.post .title {
	margin-top:5px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(../img/img03.gif) repeat-x left bottom;
}

.post .entry li {
	list-style-type:none;
	padding-top:5px;
}

.post .entry li a{
	list-style-type:none;
	background-image:url(../img/a_links.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 20px 0 23px;
}

.post .entry li a:hover{
	list-style-type:none;
	background-image:url(../img/a_links_hover.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 20px 0 23px;
	
}

.post .meta {
	padding: 15px 0 40px 0;
	background: url(../img/img03.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(../img/img06.gif) no-repeat left center;
	
}

#cv_pdf a {
	padding: 0 20px 0 23px;
	background: url(../img/a_cvpdf.gif) no-repeat left center;


}

#cv_pdf a:hover {
	padding: 0 20px 0 23px;
	background: url(../img/a_cvpdf_hover.gif) no-repeat left center;


}
.post .meta .comments {
	padding-left: 22px;
	background: url(../img/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	margin-top:25px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	color:#394245;
	margin-bottom: 10px;
	background: url(../img/img03.gif) repeat-x left bottom;
	font-size: 16px;
}

.portada#sidebar {
	margin-top:59px;}
/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 120px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url(../img/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(../img/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(../img/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	background: url(../img/img03.gif) repeat-x left top;
	display:block;
	height:50px;
}

#legal {
float:left;
	text-align: left;
	color: #a60a0b;
	width:300px;
	display: block;
}
#legal2 {
	float:right;
	text-align: right;
	color: #a60a0b;
	width:200px;
	display: block;
}

#legal a {
	color: #476B77;
}

#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 310px;
}

#fbox2 {
	width: 200px;
	padding-left: 70px;
}

#fbox3 {
	width: 200px;
	padding-left: 70px;
}

.tele {
	background-image:url(../img/tel.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:32px;
	padding-top:20px;
	
}

.arroba {
	background-image:url(../img/arroba.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:32px;
	padding-top:20px;
	margin-top:-20px;
	
}
