/*

Theme Name: IndiasTheme

Theme URI: 

Description: Indias Theme

Version: 1.0

Author: 

Author URI: Gustavo Carrero

Tags: fixed width, right sidebar, two columns, valid XHTML, widgets

*/

/* begin Page */

/* definición del aspecto general de la página */
body

{
  margin: 0 auto;
  padding: 0;
  background-color: #2e230f;
  background-image: url('images/Page-BgTexture.jpg');
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: top center;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}

/* end Page */

/* begin Box, Sheet */
.Sheet
{
  overflow: hidden;
  min-width:69px;
  min-height:69px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 826px;
}

.Sheet-body
{
  position: relative;
  z-index: 0;
  margin: 0px;
}

.Sheet-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 10;
  left: 0;
  width: 58px;
  height: 58px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -58px;
  width: 116px;
  height: 116px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 58px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -58px;
  left: 0;
  width: 116px;
  height: 116px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 58px;
  height: 58px;
}

.Sheet-br div
{
  position: absolute;
  z-index: -1;
  top: -58px;
  left: -58px;
  width: 116px;
  height: 116px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 58px;
  right: 58px;
  height: 58px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 116px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 58px;
  right: 58px;
  height: 58px;
}

.Sheet-bc div
{
  position: absolute;
  z-index: -1;
  top: -58px;
  left: 0;
  width: 100%;
  height: 116px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 58px;
  left: 0;
  width: 58px;
  bottom: 58px;
}
.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 116px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 58px;
  right: 0;
  width: 58px;
  bottom: 58px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -58px;
  width: 116px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 58px;
  left: 58px;
  right: 58px;
  bottom: 58px;
  background-image: url('images/Sheet-c.png');
}

.Sheet
{
  margin-top: -28px !important;
}
/* end Box, Sheet */
/* Aquí definimos la cabecera y todas las imágenes que se van a ir sucediendo */
/* begin Header */
div.Header
{
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 800px;
  height: 228px;
}
div.Header-jpeg1
{
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 800px;
  height: 228px;
  background-image: url('images/Header1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

div.Header-jpeg2
{
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 800px;
  height: 228px;
  background-image: url('images/Header2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

div.Header-jpeg3
{
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 800px;
  height: 228px;
  background-image: url('images/Header3.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

div.Header-jpeg4
{
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 800px;
  height: 228px;
  background-image: url('images/Header4.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

div.Header-jpeg5
{
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 800px;
  height: 228px;
  background-image: url('images/Header5.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* Definimos la estética del botón de búsqueda */
/* search form */

#search {
	position:absolute;
	text-align:right;
  vertical-align: middle;
	width:235px;
	left:563px;
	top:5px;
	z-index:100;
}
#search form {
	padding:0;
	margin:0;
}
#search .txtField {

border:transparent;
	width:100px;
	margin:0;
	padding:5px;
	font-size:12px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
  color: #E7DBB7;
text-align: center;
  vertical-align: middle;
background:transparent;
}
#search .btnSearch {
	width:70px;
	height:36px;
	border: transparent;
background: url(images/searchbtn.png);
  background-position: top center;
background-repeat: no-repeat;


	font-size:12px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  text-decoration: none;
  color: #171004;
text-align: center;
  vertical-align: middle;
}

/* begin Logo */

.logo
{
  display : block;
  position: absolute;
  left: {LogoLeft}px;
  top: {LogoTop}px;
  width: {LogoWidth}px;
}

h1.logo-name
{
  display: block;
  text-align: {HorizontalAlign};
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
{LogoNameFont}
  padding:0;
  margin:0;
  color: {NameFontColor} !important;
}

.logo-text
{
  display: block;
  text-align: {HorizontalAlign};
}

.logo-text, .logo-text a
{
{LogoSloganFont}
  padding:0;
  margin:0;
  color: {TextFontColor} !important;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover

{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

.artmenu, .artmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.artmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
}

.artmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}
	
.artmenu li li
{
  float: none;
}

.artmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}

.artmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.artmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.artmenu:after, .artmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.artmenu, .artmenu ul
{
  min-height: 0;
}

.artmenu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

/* menu structure */

.nav
{
  position: relative;
  margin: 0  auto;
  width: 800px;
  height: 31px;
  z-index: 100;
}

.artmenu
{
  padding: 8px 3px 0px 3px;
}


.nav .l, .nav .r, .nav .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 39px;
}
.nav .l
{
  left: 0;
  right: 0px;
}

.nav .r
{
  right: 0;
  width: 0px;
}

.nav .r div
{
  width: 800px;
  right: 0;
}

.nav .l, .nav .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/menu.png');
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
  clear: both;
}

.artmenu a , .artmenu a span
{
  height: 28px;
  display: block;
}


.artmenu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;

}
.artmenu a span span
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #A29342;
  padding: 0 18px;
  margin: 0 0px;
  line-height: 28px;
  text-align: center;
}


.artmenu a:hover span span
{
  color: #F0EDE5;
  background-position: left -28px;
}

.artmenu li:hover a span span
{
  color: #F0EDE5;
  background-position: left -28px;
}


.artmenu a.active span span
{
  color: #E2DACB;
  background-position: left -56px;
}

/* end MenuItem */

/* begin ContentLayout */
/* posición del cuerpo princiapl */
.contentLayout
{
  margin-bottom: 6px;
left: 20px;
  width: 800px;
  position: relative;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
  overflow: hidden;
  min-width:21px;
  min-height:21px;
  margin: 0 auto;
  position: relative;
  z-index: 0;

}

.Block-body
{
  position: relative;
  z-index: 0;
  margin: 8px;
  
}

.Block-tl
{

  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url('images/Block-s.png');
}

.Block-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

.Block-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-image: url('images/Block-s.png');
}

.Block-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
}

.Block-bl div
{
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('images/Block-s.png');
}

.Block-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

.Block-br div
{
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-image: url('images/Block-s.png');
}

.Block-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 10px;
  right: 10px;
  height: 10px;
}

.Block-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('images/Block-h.png');
}

.Block-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 10px;
}

.Block-bc div
{
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('images/Block-h.png');
}

.Block-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 10px;
  left: 0;
  width: 10px;
  bottom: 10px;
}

.Block-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-image: url('images/Block-v.png');
}

.Block-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 10px;
  right: 0;
  width: 10px;
  bottom: 10px;
}

.Block-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  width: 20px;
  height: 100%;
  background-image: url('images/Block-v.png');
}

.Block-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-image: url('images/Block-c.png');
}

/* posición del sidebar */
.Block
{
margin-left: 6px;
margin-top: 24px;
  
margin-right: 10px;

}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 30px;
  z-index: 0;
  line-height: 12px;
  padding: 0 7px;
  margin-bottom: 3px;

}

.BlockHeader-text
{
  white-space : nowrap;
  color: #B8ADAD;
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
}

.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l
{
  left: 0;
  right: 10px;
}

.BlockHeader .r
{
  right: 0;
  width: 10px;
}

.BlockHeader .r div
{
  width: 832px;
  right: 0;
}


.BlockHeader .l, .BlockHeader .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/separador.png');
}
/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.BlockContent-body
{
  position: relative;
  z-index: 0;
  margin: 7px;
}

/* Apariencia del texto del sidebar - texto normal */

.BlockContent-body
{
  color: #8b7037;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: italic;
  font-weight: none;
 text-align:center;
line-height: 120%;
}

/* Apariencia del texto del sidebar - enlace */

.BlockContent-body a:link
{
  color: #B29C6E;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
 font-size: 12px;  
text-decoration: none;
 text-align:center;
line-height: 120%;
}
/* Apariencia del texto del sidebar - enlace visitado */

.BlockContent-body a:visited, .BlockContent-body a.visited
{
  color: #EDE9E8;
font-size: 12px;  
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
line-height: 120%;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
  color: #CDD5D6;
font-size: 12px;  
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

line-height: 120%;
}

.BlockContent-body ul
{
  list-style-type: none;
  color: #CFC4AA;
  margin:0;
  padding:0;
}

.BlockContent-body li
{
color: #8b7037;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
line-height: 120%;
}
.resultados 
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #d2d9da;
  padding: 0 18px;
  margin: 0 0 0 0px;
  line-height: 120%;
  text-align: center;
}
.resultadosbody
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #E2DACB;
  text-align: center;
}
/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

/* Definimos el aspecto del post, con el margen inferior */

.Post-body
{
  position: relative;
  z-index: 0;
  margin: 15px;
margin-bottom: 60px;
}


.Post
{
  margin: 7px;
}


/* Start images */
a img
{
  border: 0;
}

/* apariencia de imágenes, marco, alineación, etc */
.article img, img.article
{
  border-style: solid;
  border-width: 4px;
  border-color: #CFC4AA;
  margin: 1em;
}

/* definimos la alineación de las imágenes en las tres posiciones posibles y la alineación en general */

img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}

img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}

img.aligncenter, div.aligncenter {
text-align:center;
margin:0 auto;
}
.aligncenter, div.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignleft {float: left;} 
.alignright {float: right;}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin:2px;
}
/* Finish images */

/* Start tables */

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
  width:auto;
}

.article table, table.article .article tr, .article th, .article td
{
  background-color:Transparent;
}

.article th, .article td
{
  padding: 2px;
  border: solid 1px #998480;
  vertical-align: top;
  text-align:left;
}

.article th
{
  text-align:center;
  vertical-align:middle;
  padding: 7px;
}
/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper
{
  text-decoration:none;
  margin: 0.2em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #D2D9DA;
}

.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover
{
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #D2D9DA;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link
{
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #CAD2D3;
}

.PostHeader a:visited, .PostHeader a.visited
{
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #BDB0AD;
}

.PostHeader a:hover, .PostHeader a.hovered
{
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #A0AFB1;
}
/* end PostHeader */

/* begin PostIcons */
.PostHeaderIcons, .PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #E2DACB;
}

.PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
{
  margin:0;
}

.PostHeaderIcons a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
  color: #A0AFB1;
font-size: 11px;
}

.PostHeaderIcons a:visited, .PostHeaderIcons a.visited
{
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
  color: #BEC9CA;
}

.PostHeaderIcons a:hover, .PostHeaderIcons a.hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  color: #A0AFB1;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #F0EDE5;
}

.PostContent
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: justify;
line-height: 150%;
  color: #F0EDE5;
}


/*definimos la separación entre párrafos */

p {
   margin-bottom: 25px;
}


/* Start Content link style */
a
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
  color: #BEC9CA;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-style: italic;
  font-weight: normal;
  text-decoration: none;
  color: #BEC9CA;

}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #B2A29F;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #A0AFB1;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  font-size: 30px;
  color: #C1B190;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  font-size: 28px;
  color: #D5CAB4;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;

  font-size: 18px;
  color: #CBC0BE;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  font-size: 16px;
  color: #F0EDE5;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  font-size: 14px;
  color: #F0EDE5;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
  font-size: 12px;
  color: #F0EDE5;
}
/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ul
{
  list-style-type: none;
  color: #B6A37C;
  margin:0;
  padding:0;
}

/* Estilo de las entradas de las listas */

li
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}


/* definimos el icono para las listas */
.Post ul li
{
  padding:0px 0px 0px 20px;
  background-image: url('images/PostBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 2.5em 0.5em 3.5em;
 
}
/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */

blockquote p
{
color:#14110B;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

blockquote
{
  border-color:#CFC4AA;
  border-width: 0px;
  border-style: solid;

  margin:10px 10px 10px 50px;
  padding:5px 5px 5px 38px;

  background-color:#E5DFD1;

  background-image:url('images/PostQuote.png');
  background-position:left top;
  background-repeat:no-repeat;
}
/* Finish blockuote */
/* end PostQuote */

/* begin PostIcons */
.PostFooterIcons, .PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #F0EDE5;
}

.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
  margin:0;
}

.PostFooterIcons a:link
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
  color: #A0AFB1;
}

.PostFooterIcons a:visited, .PostFooterIcons a.visited
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
  color: #A0AFB1;
}

.PostFooterIcons a:hover, .PostFooterIcons a.hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  color: #BEC9CA;
}
/* end PostIcons */

/* begin Button */
button.Button, a.Button
{
  position:relative;
  display:inline-block;
  width: auto;
  outline:none;
  border:none;
  background:none;
  line-height:35px;
  margin:0;
  padding:0;
  overflow: visible;
  cursor: default;
  text-decoration: none !important;
}

/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;

}

.Button .btn
{
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 35px;
  color: #000000;
  white-space: nowrap;

}

.Button .t
{
  height:35px;
  white-space: normal;
  padding: 0 26px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  line-height: 35px;
  text-decoration: none !important;
}

input, select
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;

}

.Button .active
{
  color: #F6F4F4;
}

.Button .hover,  a.Button:hover
{
  color: #F4F1EB;
  text-decoration: none !important;
}

.Button .active .r
{
  top: -70px;
}

.Button .hover .r
{
  top: -35px;
}

.Button .r
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 18px;
  height: 105px;
}

.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:425px;
  height: 105px;
}

.Button .active .l
{
  top: -70px;
}

.Button .hover .l
{
  top: -35px;
}

.Button .l
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 18px;
  height: 105px;
}


.Button .l, .Button .r span
{
  background-image: url('images/Button.png');
}
/* end Button */


/* begin Footer */

.Footer

{
	position:relative;
	z-index:0;
	overflow:hidden;
	height:410px;
	width: 800px;
	margin: 5px auto 0px auto;

}

.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 10px;
  text-align: center;
}

.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-image: url('images/pie.png');
  width: 800px;
  height: 410px;
  bottom:0;
  left:0;
}

.Footer .Footer-text p
{
  margin: 0;
}

.Footer .Footer-text
{
  display:inline-block;
  color:#FAAB89;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #F65F1E;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #AD9C99;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #D74709;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#BDAD89;
}

.page-footer
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#AD9C99;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .content
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 528px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar1
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 265px;
}

/* end LayoutCell */



/* COMENTARIOS */

.comments-top { background-image: url(images/tablet_top.jpg); height: 10px; max-height: 10px; background-repeat: no-repeat; background-position: center top;}
.comments-middle{ background-image: url(images/tablet_middle.jpg); background-repeat: repeat-y;background-position: center top; margin-top:-25px;}
.comments-title h3 {font-family: "Times New Roman", Georgia, Times, Serif;font-size: 25px;font-style: italic;}
.comments-title h4 {text-align:center;font-family: "Times New Roman", Georgia, Times, Serif;font-size: 21px;font-style: italic;}
.comments-title h5 {font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;font-size: 11px; font-style: normal; font-weight: normal; text-align: center; color: #E2DACB;}
.comments-middle2{ background-image: url(images/tablet_middle2.jpg); background-repeat: no-repeat;background-position: center top;min-height:130px;}
.comments-bottom { background-image: url(images/tablet_bottom.jpg); background-repeat: no-repeat; background-position: center top;min-height: 80px; position: relative;overflow: hidden;}
#commentform textarea {	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; font-size: 11px; background-color: #8b7445;	width: 305px;margin-bottom:125px;}

/* clases para el autor y usuario */

.etiqueta{float:left;position:relative;margin-right:0px; width:135px;font-size:12px;text-align:center;min-height: 55px;height:auto !important;height:55px;background-image:url(images/pastillaname.png);background-repeat:no-repeat;margin-left:-35px;top:50px;}
.etiqueta .author{font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;font-size: 18px;color: #d4b472;font-weight:bold;font-style:italic;margin-top:11px;}
.etiqueta .author a.url{font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;font-size: 18px;color: #edd7aa;font-weight:bold;font-style:italic;margin-top:11px;}
.etiqueta .author a.url:hover {color:#9e8041;}

/* avatar */

.avatar_cont{ border:4px solid #b29c6e; left:10px; position:absolute; top:5px;}

/* numeración */

.number {font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;font-size: 61px;color: #1d1910; position:absolute; text-align:right; top:20px;font-style:italic;right:3px;}


.campostxt{color: #E7DBB7;text-align:center;vertical-align: middle;}

ol.commentlist {list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li {border:3px solid #1d1910; margin:0 0 10px; padding:5px 7px 5px 5px; position:relative;max-width:455px; min-height:95px; left:30px;}

ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {}
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard {}
ol.commentlist li div.vcard cite.fn {}
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard cite.fn a.url:hover {}
ol.commentlist li div.vcard img.avatar {}
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta {}
ol.commentlist li div.comment-meta a {}
ol.commentlist li div.comment-meta a:hover {}
ol.commentlist li p { font-size:12px;font-family: helvetica,arial,sans-serif; margin:0 0 1em;color:#b29c6e; text-align:left;margin-left:108px; margin-top:-12px;margin-right:30px;}
ol.commentlist li ul { font-size:12px;font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0;color:#b29c6e; text-align:left;margin-left:108px;margin-top:-12px;margin-right:30px;}
ol.commentlist li.even { background:#120c02;background-position: center top;}
ol.commentlist li.odd { background:#191208;background-position: center top;}
ol.commentlist li div.reply {}
ol.commentlist li div.reply:hover {}
ol.commentlist li div.reply a {}
ol.commentlist li ul.children {}
ol.commentlist li ul.children li {  }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 {}
ol.commentlist li ul.children li.depth-3 {}
ol.commentlist li ul.children li.depth-4 {}
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.parent {}
ol.commentlist li.pingback {}
ol.commentlist li.pingback.parent {}
ol.commentlist li.pingback div.vcard {}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}



.hidden
{
	display: none;
}

.says
{
display:none;
}


/* Calendar */

#wp-calendar
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a
{
	display: block;
}

#wp-calendar caption
{
	text-align: center;
	width: 100%;
}

#wp-calendar td
{
	padding: 3px 0;
	text-align: center;
}