



/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(/tiosa/images/fondo.jpg);
	background-repeat: repeat-x;
}
body, p, h1, h2, h3, h4, h5, h6, strong, ul, li, form, img {
	padding:0px;
	margin:0px;
}
img {
	border:none;
}
h1{
	color: #F7864F;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
h2{
	color: #F7864F;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}
h3{
	color: #EE3424;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}
h4 {
	font-size: 10px;
	font-weight: bold;
	color: #927645;
}
ul {
	padding-left: 20px;
}
ol {
	margin-left: 80pt;
}

.clearAll {
	line-height:0px;
	height:0px;
	clear:both;
	overflow:hidden;
}
/* Align corners*/
.topLeftBorder {
	position:absolute;
	top:-1px;
	left:-1px;
}
.topRightBorder {
	position:absolute;
	top:-2px;
	right:-2px;
}
.topLeftBorder2 {
	position:absolute;
	top:-2px;
	left:-2px;
}
.topRightBorder2 {
	position:absolute;
	top:-1px;
	right:-1px;
}
.topLeft {
	position:absolute;
	top:0px;
	left:0px;
}
.bottom {
	position: absolute;
	bottom: -1px;
}

.bottomLeft {
	position:absolute;
	bottom:0px;
	left:0px;
}
.topRight {
	position:absolute;
	top:0px;
	right:0px;
}
.bottomRight {
	position:absolute;
	bottom:0px;
	right:0px;
}
.bottomRightBorder {
	position:absolute;
	bottom:-2px;
	right:-2px;
}
.bottomLeftBorder {
	position:absolute;
	bottom:-2px;
	left:-2px;
}
.bottomRightBorder2 {
	position:absolute;
	bottom:-2px;
	right:-2px;
}
.bottomLeftBorder2 {
	position:absolute;
	bottom:-2px;
	left:-2px;
}
.topRightLink {
	position:absolute;
	top:0px;
	right:2px;
}
/*End Align Corners*/
#page {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 6px;
}
#header {
	width: 740px;
	height: 78px;
}
#headerLinks {
	background-image: url(/tiosa/images/header_links_tile.jpg);
	background-repeat: repeat-y;
	float: right;
	margin-top: 63px;
	width: 500px;
	text-align: right;
	color: #EE3525;
	font-weight: bold;
	background-position: 9px 0px;
	padding-right: 6px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EE3424;
}
.headerLink {
	color: #EE3525;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 2px;
}
.trigo {
	position: absolute;
	right: 0px;
	bottom: 15px;
}
#content {
	width: 740px;
	padding-top: 3px;
}
#mainContent {
	background-color: #FFF6C7;
	width: 740px;
	padding-top: 3px;
	padding-bottom: 4px;
}
#navBar {
	width: 143px;
	float: left;
	margin-right: 4px;
}
#bannerHome {
	height: 227px;
	width: 413px;
	float: left;
	padding-right: 3px;
}
#recetario {
	float: left;
	width: 167px;
	background-repeat: no-repeat;
	border: 2px solid #BD9A04;
	position: relative;
	height: 217px;
	padding-top: 5px;
	padding-left: 5px;
}
.textRec {
	color: #000000;
	width: 60px;
	font-weight: bold;
	line-height: 12px;
}
.ingresar {
	display: block;
	margin-top: 30px;
}
#bannerBar {
	height: 129px;
	width: 732px;
	margin-top: 4px;
	background-image: url(/tiosa/images/banner_bar.jpg);
	background-repeat: repeat-x;
	padding-top: 1px;
	padding-left: 8px;
}
#otherBanners {
	height: 90px;
	background-color: #F8F0D0;
	padding-top: 6px;
	padding-left: 4px;
	margin-top: 3px;
}
#downBanners {
	background-color: #FEF0EF;
	height: 60px;
	padding-top: 6px;
	text-align: center;
	margin-top: 4px;
}
#footer {
	background-color: #EE3424;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FBCECB;
	position: relative;
	width: 730px;
}
.trigoFooter {
	position: absolute;
	top: -21px;
	right: 10px;
}
