@charset "utf-8";

.style10 {font-size: 10px}
.Estilo1 {
	font-size: 14px
}
.Estilo2 {color: #FFFFFF}
.Estilo3 {font-size: 12px; font-style: normal; float: none; font-family: Verdana, Arial, Helvetica, sans-serif;}
body  {
	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;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
.twoColLiqLtHdr #container {
	width: 750px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColLiqLtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #DDDDDD;
	background-image: url(imagenes/top.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 750px;
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 119px;
	background-color: #FFDA90;
	left: 0px;
	right: 0px;
}

.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: auto;
	width: 615px;
	float: right;
} 
.twoColLiqLtHdr #footer {
	background-color: #FFFFFF;
	margin-top: 15px;
	padding-top: 0;
	padding-bottom: 0;
	float: right;
	width: 750px;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColLiqLtHdr #mainContent2 {
	margin-top: 0;
	margin-bottom: 0;
	text-align:center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: auto;
	width: 615px;
	float: right;
} 
.twoColLiqLtHdr #footer {
	background-color: #FFFFFF;
	margin-top: 15px;
	padding-top: 0;
	padding-bottom: 0;
	float: right;
	width: 750px;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#bar {
	height: 35px;
	width: 750px;
	background-image: url(imagenes/bar.jpg);
	background-repeat: no-repeat;
}
#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	margin-right: 20px;
	margin-top: 2px;
}
#flash {
	float:none;
	margin-right: 55px;
	margin-top: 1px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#title {
	background-image: url(imagenes/title.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 618px;
	float: right;
}

/* Miscellaneous classes for reuse */
.fltrt { /* 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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 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;
}
#txt2 {
	width: 285px;
	float: left;
	margin-left: 20px;
}

#txtbnr {
	margin-right: 12px;
	margin-left: 12px;
}
.txt2 {
	width: 285px;
	float: left;
	margin-left: 20px;
}
.a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#newsidebar {
	width: 119px;
	float: left;
	background-color: #FFDB91;
	background-image: url(imagenes/bt/images/off_80.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: top;	
	
}
.a:visited {
	color: #666666;
	text-decoration: none;
}
.a:hover {
	color: #666666;
	text-decoration: none;
}
.a:active {
	color: #666666;
	text-decoration: none;
}
.al {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	width: 150px;
	font-weight: bold;
	margin-top: 25px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	text-align:left;
}
.al:visited {
	color: #000000;
	text-decoration: none;
}
.al:hover {
	color: #CC0000;
	text-decoration: none;
}
.al:active {
	color: #CC0000;
	text-decoration: none;
}
.a2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	height: 14px;
	width: 164px;
	font-weight: normal;
}
.a2:visited {
	color: #000000;
	text-decoration: none;
}
.a2:hover {
	color: #FF3300;
	text-decoration: none;
}
.a2:active {
	color: #FF3300;
	text-decoration: none;
}
.a3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	text-decoration: none;
	height: 14px;
	width: 164px;
	font-weight: bold;
}
.a3:visited {
	color: #000000;
	text-decoration: none;
}
.a3:hover {
	color: #FF3300;
	text-decoration: none;
}
#table, tr, td {
border-collapse: collapse;
margin: 0;
padding: 0;
border: 0;
}
.table {
width: 117px;
border:0;
background-color: #FFDA90;
}
.td {
padding: 0px;
border: 0;
background-color: #FFDA90;
vertical-align:top;
text-align:center;
width:15px;
}
#table2, tr, td {
border-collapse: collapse;
margin: 0;
padding: 0;
border: 0;
}
.table2 {
width: 117px;
border:0;
background-color: #FFDA90;
}
.td {
padding: 0px;
border: 0;
background-color: #FFDA90;
vertical-align:top;
text-align:center;
width:15px;
}
.tablita
{
   clear: none;
   overflow: auto;
   text-align:center;
   width:500px;
   position:absolute;
   left:50%;
   margin-left:-250px;
   height:20px;
}

.filita
{
   clear: both;
   
}

.columnita
{
padding: 0px;
border: 0;
background-image:url('http://www.tarotamigo.com/imagenes/fondo.gif');
vertical-align:top;
text-align:center;
width:250px;
height:20px;
float:left;
}
.columnita a {
	display: block;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	
}

.columnita a:link {
	display: block;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.columnita a:hover {
	display: block;
	color: #970909;
	text-decoration:none
}
.columnita a:visited {
display: block;
	text-decoration: none;
	color: #333333;
}

.columnita2
{
padding: 0px;
border: 0;
background-image:url('http://www.tarotamigo.com/imagenes/fondo.gif');
vertical-align:top;
text-align:center;
width:250px;
height:20px;
float:right;
}
.columnita2 a {
	display: block;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	
}

.columnita2 a:link {
	display: block;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.columnita2 a:hover {
	display: block;
	color: #970909;
	text-decoration:none
}
.columnita2 a:visited {
display: block;
	text-decoration: none;
	color: #333333;
}

.columnita4
{
padding: 0px;
border: 0;
vertical-align:top;
text-align:center;
width:30px;
height:20px;
float:right;
}
.columnita5
{
padding: 0px;
border: 0;
vertical-align:top;
text-align:center;
width:30px;
height:20px;
float:left;
}
#table4, tr, td {
border-collapse: collapse;
margin: 0;
padding: 0;
border: 0;
}
.table4 {
width: 100%;
border:0;
background-color: #FFDA90;
}
.td4 {
padding: 0px;
border: 0;
vertical-align:top;
text-align:center;
width:170px;
}
#table5, tr, td {
border-collapse: collapse;
margin: 0;
padding: 0;
border: 0;
}
.table5 {
width: 100%;
border:0;
}
.td5 {
padding: 0px;
border: 0;
vertical-align:top;
text-align:center;
width:170px;
}
#bkgban {
	background-image: url(imagenes/bkgban.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
	width: 280px;
}
.a3:active {
	color: #FF3300;
	text-decoration: none;
}

#bar {
	height: 35px;
	width: 750px;
	background-image: url(imagenes/bar.jpg);
	background-repeat: no-repeat;
}
#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	margin-right: 20px;
	margin-top: 2px;
}
#flash {
	float: right;
	margin-right: 55px;
	margin-top: 1px;
}
#directory {
	background-color: #FFDB91;
	width: 117px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#title {
	background-image: url(imagenes/title.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 618px;
	float: right;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.cat {
	min-height: 11px;
	vertical-align: middle;
	background-color: #FFC239;
	border-bottom: 1px solid #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	width: 117px;
	/*margin-bottom: 1px;*/
	text-align:center;
}


.subcat {
	min-height: 11px;
	background-color: #FFD064;
	border-bottom: 1px solid #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	width: 117px;
	text-align:center;
}

.opcion {
	display: block;
	height: 14px;
	background-color: #FFDA90;
	border-bottom: 1px solid #000000;
	cursor: pointer;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	width: 117px;
}

.opcion a {
	display: block;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	width: 117px;
}

.opcion a:link {
	display: block;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.opcion a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #FFC239;
}
.opcion a:visited {
display: block;
	text-decoration: none;
	color: #333333;
}

.anuncio {
	text-align:center;
	border-bottom:hidden;
	border-bottom-width: 0px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#txt2 {
	width: 280px;
	float: left;
	margin-left: 10px;
}
#txt3 {
	width: 285px;
	float: left;
	margin-left: 15px;
}
.columna1 {
	width: 280px;
	float: left;
	margin-left: 5px;
}
.columna2 {
	width: 250px;
	float: left;
	margin-left: 10px;
}

#txtbnr {
	margin-right: 12px;
	margin-left: 12px;
}
.txt2 {
	width: 285px;
	float: left;
	margin-left: 20px;
}

.txt4 {
	width: 575px;
	float: left;
	clip: rect(auto,auto,auto,auto);
	margin-left: 15px;
	margin-right: auto;
}
.txt3 {
	width: 285px;
	float: right;
	margin-right: 20px;
}


.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	float: none;
}
.landings {
	background-color: #FED98A;
	width: 750px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	font-style: normal;
	float: none;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	float: none;
	color: #FF0000;
}
.style5 {
	font-size: 13px;
	font-weight: normal;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	float: none;
	color: #000000;
}
.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	float: none;
	color: #000000;
	text-decoration: none;
}
.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	float: none;
	color: #000000;
}
.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	float: none;
	color: #000000;
	margin-left: 30px;
}
.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: none;
	font-style: normal;
}
.botones {
	background-image: url(imagenes/bt1.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 117px;
	background-position: center center;
	vertical-align:top;
}
.im1 {
	margin-top: 40px;
}
.im2 {

}
.txt2Copy {
	width: 230px;
	float: left;
	margin-left: 40px;
}
.txt3Copy {
	width: 230px;
	float: right;
	margin-right: 40px;
}
.txt4Copy {
	width: 280px;
	float: right;
	background-image: url(imagenes/bkgsmall.jpg);
	height: 185px;
}
.txt5Copy {
	width: 280px;
	float: left;
}
.a4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	height: 14px;
	width: 164px;
	font-weight: bold;
}

.a4:visited {
	color: #000000;
	text-decoration: none;
}
.a4:hover {
	color: #FF3300;
	text-decoration: none;
}
.a4:active {
	color: #FF3300;
	text-decoration: none;
}
.top2 {
	background-image: url(imagenes/top3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 29px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.boxtxt {
	background-image: url(imagenes/bkg3.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.footer2 {
	background-image: url(imagenes/bkgfoot.gif);
	background-repeat: no-repeat;
	height: 24px;
	background-position: center center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.title3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.box {
	background-image: url(imagenes/box.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 392px;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
}
/*  Marquesina Horoscopos */
.boton4 {
	background-image: url(imagenes/Boton4.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	height: 50px;
}
#bkgbox1 {
	background-image: url(imagenes/bkgbox1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 145px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
/*  Marquesina Horoscopos */
.horos1 {
	background-image: url(imagenes/horos01.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 29px;
}
.horos2 {
	background-image: url(imagenes/horos02.gif);
	background-repeat: repeat-x;
	height: 29px;
}
.horos3 {
	background-image: url(imagenes/horos03.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 29px;
}
.horos4 {
	background-image: url(imagenes/horos04.gif);
	background-repeat: repeat-y;
	width: 25px;
}
.horos5 {
	background-image: url(imagenes/horos05.gif);
	background-repeat: repeat-y;
	width: 25px;
}
.horos6 {
	background-image: url(imagenes/horos06.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}
.horos7 {
	background-image: url(imagenes/horos07.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.horos8 {
	background-image: url(imagenes/horos08.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}
.horos9 {
	padding-top: 20px;
}
.a5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	height: 14px;
	width: 164px;
	font-weight: bold;
}
.a5:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	height: 14px;
	width: 164px;
	font-weight: bold;
}
.a5:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC0000;
	text-decoration: none;
	height: 14px;
	width: 164px;
	font-weight: bold;
}
.a5:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC0000;
	text-decoration: none;
	height: 14px;
	width: 164px;
	font-weight: bold;
}
.title2 {
	width: 500px;
	margin-top: auto;
	margin-bottom: auto;
	height: 30px;
}
.txt5 {
	width: auto;
	float: left;
	margin-left: 20px;
	clip: rect(auto,auto,auto,auto);
	margin-right: 10px;
}
.txt6 {
	width: 300px;
	margin-left: 250px;
	clip: rect(auto,auto,auto,auto);
	margin-right: 20px;
	margin-top: 30px;
}
.botonesCopy {
	background-image: url(imagenes/bt1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 117px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.al {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	width: 145px;
	font-weight: bold;
	margin-top: 25px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#newsidebar-footer {
	float: left;
	background-color: #FFFFFF;
	background-image: url(imagenes/bt/images/off_80.jpg);
	background-repeat: no-repeat;
	width: 119px;
	vertical-align: top;
}
#txt3copy {
	width: 285px;
	float: left;
}
.barraredsites { border:1px solid #ffffff; padding:1px; background-color:#ffdb91; margin:0px auto; z-index:99;  padding:0px; min-width:890px; position:fixed; bottom:0px; width:100%; border-bottom:none; overflow:hidden; max-height:23px; }
.barraredsitesinf { border-top:1px solid #FFFFFF; background-color:#ffdb91; font-size:10px; font-weight:bold; color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif; overflow:hidden; padding-left:10px; padding-left:10px; }
.barraredsitesinf a{ color:#333333; text-decoration:none; }
.barraredsitesinf a:hover { text-decoration:underline; color:#003366;}
.opcionbarrasites { background-position:left; background-repeat:no-repeat; padding:5px;   padding-left:19px; float:left; margin-right:3px; border-bottom:1px solid #E3E2E2; }
.opcionbarrasites:hover { background-color:#ffd064; }
.opcionbarrasitesfinal {   padding:5px;    float:right;  }
.opcionbarrasitesfinal:hover { background-color:#ffd064;}
.barraredsitesoculta { border:1px solid #ffd064; margin:0px; padding:0px;   position:fixed; bottom:0px; width:100px; right:0px; border-bottom:none; }
.barraredsitesinfoculta { border-top:1px solid #FFFFFF; background-color:#ffd064; font-size:10px; font-weight:bold; color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif; overflow:hidden;   }
.opcionbarrasitesfinaloculta {   padding:5px;    float:right;  }
.opcionbarrasitesfinaloculta a { color:#003366;}
#felicesfiestas { bottom:22px; right:2px; position:fixed;}
#contenedor-lateral-i {
	width: 119px;
	background-color: #ffdb91;
	background-image: url(images/pie-lateral-i.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	float: left;
}

#lateral-i {
	width: 117px;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	float: left;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 119px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

.first {
	border-top: #000000 solid 1px;
}

#menu ul li.cat {
	font-size: 11px;
	min-height: 11px;
	vertical-align: middle;
	background-color: #FFC239;
	border-bottom: 1px solid #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 117px;
}

#menu ul li.subcat {
	font-size: 11px;
	min-height: 11px;
	background-color: #FFD064;
	border-bottom: 1px solid #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 117px;
}

#menu ul li {
	list-style: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

#menu ul li {
	display: block;
	min-height: 14px;
	background-color: #FFDA90;
	border-bottom: 1px solid #000000;
	cursor: pointer;
	width: 117px;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}

#menu ul li a {
	display: block;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	width: 117px;
	min-height: 18px;
	line-height: 18px;
}

#menu ul li a:link {
	display: block;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#menu ul li a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #FFC239;
}

#menu ul li a:visited {
	display: block;
	text-decoration: none;
	color: #333333;
}
