body {
	margin: 0;
	padding: 0;
	background: #FEEDB9 url(../imgs/img01.jpg) repeat-x left top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #040a1a;
}

form {
	margin: 0;
	padding: 0;
}

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

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #051445;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	font-style: italic;
	border: #d60d8d 1px dashed;
	background: #f6abdb;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
	color: #3556b6;
}

ul {
}

ol {
}

a {
	color: #9c1e95;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

/* Header */

#header {
	width: 900px;
	height: 68px;
	margin: 0 auto;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerbg {
	margin: 0 auto;
	width: 900px;
	height: 128px;
	margin-bottom: 10px;
}

#headerflash {
	margin: 0 auto;
	width: 900px;
	height: 309px;
	margin-bottom: 10px;
	background: url(../imgs/flash.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	width: 280px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: none;
}

#logo h1 {
	padding-top: 0px;
	text-align: center;
	font-size: 4em;
	color: #3952a4;
}

#logo h1 a {
	color: #d60d8d;
}

#logo p {
	padding-top: 100px;
	text-transform: lowercase;
	font-size: 1.8em;
	color: #d60d8d;
}

#logo h2 a, #logo p a {
	color: #d60d8d;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: left;
	
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 10px 0px 0px 30px;
	text-align: center;
	text-decoration: none;
	font-size: 12pt;
	color: #3952a4;
}

#menu a:hover {
	
	color: #FEEDB9;
}

#menu .current_page_item a {
	color: #d60d8d;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
}

#main-column {
	float: left;
	width: 900px;
/*	padding: 0px 10px 0px 20px; */	
	line-height: 25px;
	font-size: 16px;
}

#right-column {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 16px;
}


#right-column .more {
	background: url(../imgs/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}


.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #3952a4;
}

.post .meta a {
	color: #9c1e95;
}


/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	background: #ECE29F;
	margin:0 auto;
}

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

#sidebar li {
	display: block;
	float: left;
	width:270px;
	margin-left:10px;
	margin-right:10px;
}

#sidebar li ul {
	line-height: 1.8em;
	border-top: #9c1e95 2px dashed;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	line-height: 35px;
	border-bottom: #9c1e95 1px dashed;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding-left: 20px;
	background: url(../imgs/img03.jpg) no-repeat left 50%;
	color: #000387;
	margin-left:5px;
}

#sidebar a {
	text-decoration: none;
	color: #3952a4;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
    width: 900px;
    height: 95px;
    margin: 0 auto;
    padding-top: 20px;
   background: url(../imgs/footer.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#wrapper {
	width: 100%;
	background: #3952a4;
}

/*------------*/
#contenido{	
	width: 900px;
	margin: 0 auto;
}
.titleHome {
	color:#666666;

}
/*--- codigo para el cambio de imagenes del head */
/* CSS Document */
#slideshow {
    position:relative;
    height:320px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}

/* CSS Document */
#plecaPrincipal {
    position:relative;
    height:128px;
}
#plecaPrincipal IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#plecaPrincipal IMG.active {
    z-index:10;
    opacity:1.0;
}
#plecaPrincipal IMG.last-active {
    z-index:9;
}
/* ----------------------------------- */
