* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2, h3 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 120%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(../images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

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

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .sele a {
	color: #FFFFFF;
	background-color: #8CC635;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 220px;
	height: 170px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 36px;
	background-image: url(../images/residencia_perales.gif);
	background-repeat: no-repeat;
}

#header h2 {
	float: right;
	width: 510px;
	height: 36px;
	margin: 0;
	text-align: right;
	background-image: url(../images/cabecera1.jpg);
	background-repeat: no-repeat;
	padding-top: 134px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 0;
	color: #FFFFFF;
	font-style: italic;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.post img{
	background-color: #EDEBD5;
	padding:3px;
	margin-bottom:3px;
	text-align:center;
}

.post img.centro{
	
	margin-right:3px;
	margin-left:3px;

}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

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

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.orangebox {
	color: #FFFFFF;
	background-color: #8EC739;
	min-height:450px;
}

.orangebox h2 {
	background-color: #5C9C41;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(../images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 100%;
}

#footer a {
	color: #666666;
}

.grande{
	font-size:180%;
}

/*tablas*/

table {
	border-collapse: collapse;
	border: 1px solid #64AB4D;
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #7CAD32;
  }
caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
td, th {
	border: 1px dashed #8EC739;
	padding: 0.6em;
	color: #FFFFFF;
  }
thead th, tfoot th {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: 1px solid #8EC739;
	
	text-align: left;
	color: #FFFFFF;
	padding-top:6px;
	background-color: #5C9C41;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #F6ECF0;
  }
tbody td a:hover {
  background: transparent;
  color: #FFFFFF;
  }
tbody th a {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	background: transparent;
	text-decoration: none;
	font-weight:normal;
	color: #FFFFFF;
  }
tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #38160C;
  background: #38160C;
  padding-top:6px;
  }
.odd {
	background-color: #9DF99F;
  }
tbody tr:hover {
	background-color: #8EC739;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
	background-color: #8EC739;
  }

/*formularios*/

.form {margin:10px 25px 10px 50px;}
.form .text {
	display:block;
	border:none;
	border:1px solid #666666;
	width:250px;
	padding:5px;
	font-size:14px;
	color:#000000;
	background-color: #EDEBD5;
}
.form select.text {
	padding:0;
	line-height:24px;
	height:28px;
	width:260px;
}
.form label {display:block; margin-bottom:3px; margin-top:10px;}
.form .text:hover{background:#FFFFFF; border: solid 1px #000000;}
.form .text:focus {
	background:#efefef;
	border: 1px solid #669900;
}
.form .button {
	display:block;
	border:1px solid #666666;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
	background-color: #EDEBD5;
}
.form .button:hover {
	display:block;
	border:1px solid #666666;
	background: #ffffff;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
}

