/*
Design by FlashTemplatesDesign.com
http://www.flashtemplatesdesign.com/
Released for free under a Creative Commons Attribution 2.5 License
*/


* {
	margin: 0;
	padding: 0;
}

body {
	background: #a7c3cf url(imagen/img01.gif) repeat-x;
	text-align: justify;
}

body, input, textarea, select {
	font: normal small Verdana, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}


ul {
	list-style-type: square;
}

a {
	color: #3366FF;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}



/* Wrapper */

#wrapper {
	width: 750px;
	margin: 0 auto;
	background: url(imagen/img02.gif) no-repeat;
}

/* Header */

.top_text
{
	width: 440px;
	height: 90px;
	padding: 5px;
}

.top_text h1, .top_text h2 {
	margin: 0;
	font-family: "la-belle-aurore","aladin","Monotype Corsiva","Cambria", "Hoefler Text", "Liberation Serif", "Times New Roman", "serif";
	font-weight: bold;
}

.top_text h1, .top_text h2 {
	margin: 0;
	font-family: "la-belle-aurore","aladin","Monotype Corsiva","Cambria", "Hoefler Text", "Liberation Serif", "Times New Roman", "serif";
	font-weight: bold;
}

.top_text h1 {
	padding: 20px 0 0 20px;
	font-size: 40px;
}

.top_text h2 {
	margin-top: 5px;
	padding: 0 0 0 22px;
	font-size: 20px;
}

.top_text a {
	text-decoration: none;
	color: #000000;
}

#header {
	width: 740px;
	height: 200px;
	padding: 5px;
	background: url(imagen/header.jpg) no-repeat 50% 5px;
}



/* Content */

#content {
	background: #FFFFFF url(imagen/img04.gif) repeat-y;
}

/* Blog */

#blog {
	float: left;
	width: 520px;
	margin-top: -5px;
	padding-left: 5px;
}

/* Post */

.post {
}

.post .title {
	height: 40px;
	margin: 0;
	padding: 7px 0 0 15px;
	background: url(imagen/img06.gif) repeat-x;
}

.post .title a {
	text-decoration: none;
	color: #FFFFFF;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.post .entry {
	padding: 20px 15px 10px 15px;
	background: url(imagen/img07.gif) repeat-x;
}

.post .entry ul{
padding-left: 30px
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	text-align: right;
	font-size: x-small;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	margin-top: -15px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin: 0 5px;
	padding: 15px 15px 15px 30px;
	background: url(imagen/img07.gif) repeat-x;
	list-style-type: square;
}

#sidebar li li {
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 24px 5px 0 20px;
	background: url(imagen/img08.gif) no-repeat;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
}


/* Footer */

#footer {
	background: url(imagen/img05.gif) no-repeat;
	height: 80px;
	padding-top: 10px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

#footer a {
	color: #000000;
	font-size: 10px;
}

#footer b {
	color: #000000;
	font-size: 12px;
}
/* Header Scroll */

.nivoSlider { position:relative;}
.nivoSlider img { position:absolute; top:0px; left:0px;}
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:60; display:none;}
.nivo-slice { display:block; position:absolute; z-index:50; height:100%; }
.nivo-caption {	position:absolute; left:0px; bottom:0px;  color:#000; width:100%; z-index:89; padding-left: 10px; font-weight: bold}
.nivo-caption p { padding:10px 5px; margin:0; text-indent:-9999%;}
.nivo-directionNav a {position:absolute; width:45px; height: 60px; top:45%; z-index:99; cursor:pointer; text-indent:-9999%;}
.nivo-prevNav { background-position: left bottom; left:20px; background:url(images/top_left.png) no-repeat;}
.nivo-nextNav { background-position: left top; right: 0px; background:url(images/top_right.png) no-repeat;}
.nivo-controlNav { bottom:-20px; position:absolute; right:0;}
.nivo-controlNav a { float:left; width:14px; height:14px; display:block; position:relative; z-index:99;	cursor:pointer; text-indent:-9999%; background:url(images/scroll_small.png) no-repeat scroll right top;}
.nivo-controlNav a.active {	background-position:left top; margin-top:-1px;}
/* Table */
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid black;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
