



/* 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;
}

/*
Validaciones Spry de formulario
*/
/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the messages
 * (required message and invalid value message )
 * which prevent them from being displayed by default.
 */
.radioRequiredMsg, .radioInvalidMsg{
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and font color for the error text.
 * The state class (e.g. .radioRequiredState) is applied on the top-level container for the widget, 
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.radioRequiredState .radioRequiredMsg,
.radioInvalidState .radioInvalidMsg{
	display: inline;
	color: #CC3333;
}


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
    overflow:hidden;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}
.selectRequiredMsg, .selectInvalidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states (required, invalid).
 * These classes set a default red border and color for the error text.
 * The state class (.selectRequiredState or .selectInvalidState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.selectRequiredState .selectRequiredMsg,
.selectInvalidState .selectInvalidMsg {
	display: inline;
	color: #CC3333;
    overflow:hidden;
}

/* The next three group selectors control the way the core element (SELECT) looks like when the widget is in one of the states: 
 * focus, required / invalid, valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the SELECT
 * - the widget id is placed on the SELECT element itself (there are no error messages)
 */
 
/* When the widget is in the valid state the SELECT has a green background applied on it. */
.selectValidState select, select.selectValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the SELECT has a red background applied on it. */
select.selectRequiredState, .selectRequiredState select,
select.selectInvalidState, .selectInvalidState select {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the SELECT has a yellow background applied on it. */
.selectFocusState select, select.selectFocusState {
	background-color: #FFFFCC;
}