﻿body
{
	margin: 0;
	padding: 1em;
	background: #f7f7f7;
}
#Wrap
{
	/*padding: 1em;*/
	width: 50em;
	margin: 0 auto;
	border: solid 1px;
	background: url(/themes/cocinadulce/TestLogo1Small.png) #fff no-repeat right 0%;
}
#WrapA
{
	padding: 1em;
	width: 50em;
	/*margin: 0 auto;*/
	/*padding-right: -2em;*/
	background: url(/themes/cocinadulce/CucVertSmall2.png) no-repeat left bottom;
}
#Cabecera
{
	width: 48em;
	font-family: Helvetica, sans-serif, Arial;
}

#Cabecera a
{
	text-decoration: none;
}
#Cabecera h1
{
	margin-bottom: 0em;
}
#Cabecera h1 a
{
	padding-right: 0.5em;
	color: #E00303;
	font-weight: lighter;
}
#Cabecera h1 a em
{
	color: #000000;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 0.2em;
}
#SubCabecera
{
	padding-left: 0.5em;
	font-size: smaller;
	width: 46em;	
	font-family: Helvetica, sans-serif, Arial;
	color: #E00303;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
}
#topAds
{
	padding-top:1em;
	width: 46em;
	margin-left: 2em;
}

.sepHorz
{
	margin-left: -1em;
	margin-right: 1em;
	/*width: 50em;*/
	border-bottom: dotted 1px;
	border-bottom-color: #000;
}

#MenuBarWrap
{
	margin-top: 1em;
	padding-left: 1em;
	width: 46em;
	background-color: #f7f7f7;
}
#MenuBar
{
	margin: auto;
	/*width: 50em;*/
}
#MenuBar .MenuItem
{
	color: #000;
	width: 5em;
	text-align: center;
	margin-right: 1em;
}
#MenuBar .MenuItemIn
{
	width: 5em;
	padding-bottom: 0.2em;
}
#MenuBar .MenuItem a
{
	color: #000;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bolder;
	letter-spacing: 0.1em;
	text-decoration: none;
}
#MenuBar .MenuItem a:hover
{
	text-decoration: underline;
}

#LeftBar
{
	float: left;
	width: 15em;
	margin-left: -1em;
	padding: 1em;
	padding-bottom: auto;
	font-family: Helvetica, sans-serif, Arial;
	font-size: smaller;
}

#PageContent
{
	margin-left: 16em;
	width: 39em;
	margin-right: -1em;
	padding: 1em;
	font-family: Helvetica, sans-serif, Arial;	
	border-left: dotted 1px #000;
	font-size: smaller;
}

#PageContentLibrosRecomendados
{
	width: 59em;
	height: 90em;
	margin-left: -1em;
	margin-right: 0em;
	padding: 0em;
	font-family: Helvetica, sans-serif, Arial;	
	font-size: smaller;
}

#googleSearch
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #E00303;
}

.LeftBarContainer
{
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: dotted 1px #000;
}

/* Items */
.itemTitleStyle
{
	font-size: x-large;
	padding-top: 0.5em;
}
.itemTitleStyle a
{
	text-decoration: none;
	color: #E00303;
}
.itemTitleStyle a:hover
{
	text-decoration: underline;
}
.postDate
{
	text-transform: uppercase;
	font-size: small;
	color: #660033;
}
.itemFooterStyle
{
	padding: 0.5em;
	background: #fff0f0;
}
.itemFooterStyle img
{
	padding: 0.2em;
}
.itemFooterLinks
{
	padding: 0.5em;
}
.itemRelatedPosts
{
	padding: 0.5em;
	
	background: #f7f7f7;
}

/* Tag cloud */
.tagCloud a
{
	text-decoration: none;
	color: #E00303;
}
.tagCloud a:hover
{
	text-decoration: underline;
	color: #E00303;
}
.smallestTag
{
	font-size:smaller;
}
.smallerTag
{
	font-size:smaller;
}
.smallTag
{
	font-size:smaller;
}
.mediumTag
{
	font-size:small;
}
.largeTag
{
	font-size:medium;
}
.largerTag
{
	font-size: larger;
	font-weight: bold;
}
.largestTag
{
	font-size: larger;
	font-weight: bolder;
}
input
{
	border: solid 1px #000;
}
.PagingNav
{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	padding-bottom: 1em;	
}
.PagingNav a
{
	text-decoration: underline;
	color: #E00303;
}
.PagingNav a:hover
{
	text-decoration: underline;
}
.previousNextLinks
{
	padding-bottom: 1em;
	margin-top: -1em;
}
.previousNextLinks a
{
	text-decoration: underline;
	color: #E00303;
}