html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #000000 url(../images/bg/newfondo.jpg) no-repeat top center;
  font: 400 0.7em verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 170%;
  
  color: #555;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}

h1 {
  padding-bottom: 0.2em;
  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 6px solid #ddd;
}

h2 {
  font-size: 1.2em;
  color: #586B7A;
}

h3 {
  font-size: 0.9em;
  color: #5D6F73;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}

.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
  color: #668FA3;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #000;
}

a:hover img.border {  
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}

img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}

ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}

blockquote {
  margin: 0;
  padding: 0 20px;
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


input,
textarea,
select {
  margin: 5px 5px 5px 0;
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #777777;
  background: #ffffff;
  border: 1px solid #CCC;
}

label {

  text-align: right;
  min-width: 25%;
  margin: 5px 5px 5px 0;  
}

input[type="text"] ,select,textarea {
width: 50%;
}


input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #ffeeee;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button,input[type="submit"] {
  padding: 4px 4px;
  font: 400 1em verdana, sans-serif;
  cursor: pointer;
  color: #000;
  background: #ccc;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #888 #888 #888;
}

input.radio {
  background: none;
  border: 0px;
}

#calendar {

	padding: 0;
	margin: 0;
	border-left: 2px solid #A2ADBC;
	font: normal 22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

#calendar th {
	font: bold 22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	height: 60px;	
	border-right: 2px solid #A2ADBC;
	border-bottom: 2px solid #A2ADBC;
	border-top: 2px solid #A2ADBC;
}

#calendar .today, td.today a, td.today a:link, td.today a:visited {
	color: #F6F4DA;
	font-weight: bold;
	background: #DF9496;
}

#calendar td {
	border-right: 2px solid #A2ADBC;
	border-bottom: 2px solid #A2ADBC;
	width: 104px;
	height: 65px;
	text-align: center;
}


#calendar th a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 60px;
	height: 60px;
}

#calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 65px;
	height: 65px;
}

#calendar td a:link, td a:visited {
	color: #608194;
}

#calendar td a:hover, td a:active {
	color: #6aa3ae;
	background: #D9FFFF;	
}


.post-tag 

{
	color: #3e6d8e;
	background-color: #e0eaf1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3e6d8e;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7f9fb6;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	text-decoration: none;
	font-size: 90%;
	line-height: 2.4;
	white-space: nowrap;

}

.post-tag:hover
{
	background-color: #3e6d8e;
	color: #e0eaf1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #37607d;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #37607d;
	text-decoration: none;
}

.tags a:hover
{
	text-decoration: none;
}


