@charset "utf-8";
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3c1f1e;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.BordeDer {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	
}

.twoColFixLt #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 15px 0;
	text-align: center;
}
.twoColFixLt #Cabecera {
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 720px;
} 
.twoColFixLt #mainContent {
	margin: 0 0 0 228px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px  0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 656px;
	border-left: solid 1px #bbafa6;
	border-right: solid 1px #bbafa6;
} 
.FlotarDerecha { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.FlotarIzquierda { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.NoFlotar { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.IniciaGaleria {
	height:0;
	font-size: 1px;
	line-height: 0px;
	width: 654px;
}
.EspacioDer{
padding-left:8px;
padding-right:8px;

}
.DobleLinea {
	border-bottom:solid 1px #bbafa6;
	border-top:solid 1px #bbafa6;
	height:2px;
	width:140px;
	font-size:1px;
	line-height:1px;
	margin: 3px 0;
}

.DobleLinea2 {
	border-bottom:solid 1px #bbafa6;
	border-top:solid 1px #bbafa6;
	height:2px;
	font-size:1px;
	line-height:1px;
	margin: 3px 0;
}


.SimpleLinea {
	border-top:solid 1px #bbafa6;
	height:2px;
	width:440px;
	font-size:1px;
	line-height:1px;
	margin: 3px 0;
}
.DobleLineaTitulo {
	border-bottom:solid 1px #bbafa6;
	border-top:solid 1px #bbafa6;
	height:2px;
	width:630px;
	font-size:1px;
	line-height:1px;
	margin: 5px 0;
	margin-left: 18px;
}

.twoColFixLt #container #mainContent .imgEncabezado {
	padding-left: 15px;
	margin-bottom: 1em;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6,#mainContent p{
	/*#mainContent p*/
	padding-left:18px;
	text-align: left;
	margin-bottom:1em;
	display:block;
}

#mainContent div.SinMargen p{
	padding:0px;
	margin:0px;
}

.twoColFixLt #container #mainContent .ContIzqPortada {
	float:left;
	padding-right:12px;
	width:470px;
	margin-bottom: 5px;
}
.twoColFixLt #container #mainContent .ContDerPortada {
	float:right;
	width:160px;
	border-left: solid 1px #bbafa6;
	margin: 0 0px 5px 3px;
	padding-left: 10px;
}
.twoColFixLt #container #mainContent .ContIzqPortada .DobleLinea {
	margin-left: 18px;
	width: 450px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.twoColFixLt #container #mainContent .ContDerPortada .DobleLinea {
	width: 160px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#mainContent .ContIzq {
	float:left;
/*	padding-left:12px;*/
	padding-right:12px;
	width:475px;
	margin-bottom: 5px;
}

#mainContent .ContIzq .TablaLimpia div, #mainContent .ContIzq .TablaLimpia p{
margin:0px;
padding:0px;
}

#mainContent .ContIzq div{
	padding-left:18px;
}


#mainContent .ContIzq .MargenL12{
	padding-left:12px;
}
#mainContent .ContDer {
	float:left;
	width:140px;
	border-left: solid 1px #bbafa6;
	margin: 0 0px 5px 3px;
	padding-left: 10px;
}
.twoColFixLt #container #mainContent .ContIzq .DobleLinea {
	margin-left: 18px;
	/*width: 460px;*/
	width: 430px;
	margin-bottom: 7px;
	height: 2px;
}
.margenIzquierdo {
	padding-left:18px;
}
.ContDer a:link, .ContDer a:visited, .ContDer a:active, .ContDerPortada a:link, .ContDerPortada a:visited, .ContDerPortada a:active {
	color: #a70050;
	text-decoration: none;
	line-height: 20px;
	font-size:12px;
}
.ContDer a:hover, .ContDerPortada a:hover {
	color: #a70050;
	text-decoration: underline;
	font-weight: normal;
	font-size:12px;
}
h3 {
	font-size: 14px;
	margin: 7px 0px;
}
p {
	margin: 5px 0px;
	letter-spacing: 0px;
	font-size: 12px;
}
#mainContent .imgTitulos {
	margin-top: 3px;
	margin-bottom: 3px;
}
#mainContent .link:link, #mainContent .link:visited, #mainContent .link:active {
	font-weight: bold;
	color: #A70050;
	text-decoration: none;
}
#mainContent .link:hover {
	font-weight: bold;
	color: #A70050;
	text-decoration: underline;
}
#Librote {
	background-image:url(/images/imgLibroG.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:174px;
	height:250px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 10px 30px 0px;
}
#Librote a {
	color: #FFFFFF;
}
#Librote a:hover {
	color: #FFFFFF;
}
#Librote h1 {
	font-size: 12px;
	display: block;
	margin-top: 3px;
	margin-bottom: 2px;
	text-align:center;
}
a, a:active {
	color: #A70050;
	text-decoration: none;
}
a:hover, a:hover {
	color: #A70050;
	text-decoration: underline;
}
.ParrafoConcierge {
	color: #6C497B;
}
.bloqueLinks { margin: 7px 0; line-height:1.3em; text-align:center; }
.ParrafoCooking {
	color: #EFA042;
	font-size: 13px;
}
.ParrafoCookingHome {
	color: #EFA042;
	font-size: 20px;
	letter-spacing: 1px;
}
.ParrafoWelcome {
	color: #D27C5F;
	letter-spacing: 0px;
	font-size: 12px;
}
.ParrafoWelcomeHome {
	color: #D27C5F;
	letter-spacing: 1px;
	font-size: 14px;
}
.logHor {
	margin-top: 18px;
	margin-bottom: 18px;
	margin-right: 8px;
}
.BordeTablaOpciones {
	border: 1px solid #CCCCCC;
}
.ParrafoCuisine {
	color: #6D8FB2;	
	font-size: 13px;
}
.ParrafoSpecial {
	color: #EFA042;	
	font-size: 13px;
	letter-spacing:0px;
}
.ParrafoCuisineHome {
	color: #6D8FB2;	
	font-size: 14px;
	letter-spacing: 0px;

}
.ParrafoCulture{
	color: #6D8FB2;
	font-size: 13px;
}
.ParrafoCultureHome{
	color: #6D8FB2;
	font-size: 13px;
	letter-spacing:1px;
}
#mainContent #Librote p {
	margin-bottom: 4px;
	margin-top: 4px;
	text-align: center;
}
.form-outline {
	background-color: #F9F8F7;
	border: 1px solid #C0AFA9;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.form-button {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top: outset #C0AFA9;
	border-right: outset #FFFFFF;
	border-bottom: outset #FFFFFF;
	border-left: outset #C0AFA9;
}
.indice { text-align:right; font-size:12px; }
.nota { display:block; border:2px solid #9A0042; color: #9A0042; width:80%; padding:1em; margin:0 auto; }
.Menu {
	text-align:center;
}
#mainContent .ContIzq .ClassOptions p, #mainContent .ContIzqPortada .ClassOptions p {
	display:inline;
	margin-left:0;
}
#mainContent .ContIzqPortada .ClassOptions {
	margin-left:18px;
}
#mainContent .ContIzq .ClassOptionsTabla table{
	margin-left:14px;
}
#container #mainContent .ContDer .LibroPequeno {
	background-image:url(/images/imgLibroP.jpg);
	background-repeat:no-repeat;
	background-position:center middle;
	width:90px;
	height:119px;
	padding:  7px 7px 7px 20px;
	margin: 0 auto;
	color: #FFFFFF;
}
.ParrafoStore {
	color:#a15d73;
	font-size: 13px;
}
.ParrafoStoreHome {
	color:#a15d73;
	letter-spacing:1px;
	font-size: 14px;
}
.EnLinea{
	display: inline;
}

hr.LineaDelgadaClara{ border:1px solid #bbafa6;}

/*
hr {
	
	background:url(/images/DobleLinea.jpg) repeat-x scroll center;
	border:1px solid white;
	margin:0;
	height:6px;
}
*/

div.alinearEditor{
	width:465px; 
	margin-right:5px;
}

/*
div.alinearEditor p, div.alinearEditor div{
padding-left:5px;
}
*/
#mainContent div.ContIzq table tr td div.alinearEditor div , #mainContent div.ContIzq table tr td div.alinearEditor p{
	padding-left:0;
}

a.ligacurriculumchef:link{
	margin: 5px 0px;
	letter-spacing: 0px;
	font-size: 12px;
	text-decoration:none;
	color:#000;
}

a.ligacurriculumchef:visited{
	margin: 5px 0px;
	letter-spacing: 0px;
	font-size: 12px;
	text-decoration:none;
	color:#000;
}

a.ligacurriculumchef:hover{
	margin: 5px 0px;
	letter-spacing: 0px;
	font-size: 12px;
	text-decoration:none;
	color:#000;
}