
body {
	background-color: #374E5C;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
}

a, a:hover, a:link, a:active, a:visited {
	color: black;
}

a.EnlaceCategoria {
	text-decoration: none;
}

img {
	border: 0px;
}

select {
	padding: 2px;
	border: 1px solid gray;
}

input {
	padding: 2px;
	border: 1px solid gray;
}

textarea {
	width: 320px;
	height: 90px;
	padding: 2px;
	border: 1px solid gray;
}

div#searchBox {
	margin-top: 5px;
	padding: 3px;
	border-top: 1px solid #D2021C;
	border-bottom: 1px solid #D2021C;
}

div#searchBox div {
	margin-top: 5px;
	text-transform: uppercase;
	color: #D2021C;
	font-weight: bold;
	text-align: center;
}

div#basketBox {
	margin-top: 5px;
	padding: 3px;
}

div#basketBox div {
	margin-top: 5px;
	text-transform: uppercase;
	color: #D2021C;
	font-weight: bold;
	text-align: center;
}

div#loginBox {
	margin-top: 5px;
	padding: 3px;
	border-bottom: 1px solid #D2021C;
}

div#loginBox label {
	width: 150px;
	display: inline-block;
	margin-bottom: 5px;
}

div#loginBox input {
	width: 80px;
}

div#loginBox div {
	margin-top: 5px;
	text-transform: uppercase;
	color: #D2021C;
	font-weight: bold;
	text-align: center;
}

div#main {
	background-color: white;
}

div#menu {
	background-color: #D2021C;
	padding: 6px;
	height: 125px;
}

div#menu a, div#menu a:hover, div#menu a:active, div#menu a:link, div#menu a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

div#menu a:hover {
	text-decoration: underline;
}

div.Message {
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid black;
}

div.Error {
	background-color: #FFD47F;
}

div.Info {
	background-color: #FFFFAA;
}

div.PageFooter {
	width: 92%;
	text-align: right;
	color: white;
	margin-bottom: 20px;
}

div.PageFooter a {
	color: white;
	font-weight: bold;
}

span.Mandatory {
	color: red;
	font-size: x-small;

}

tr.RowNormalOdd {
	background-color: white;
}

tr.RowNormalEven {
	background-color: #D6F7F8;
}

tr.RowOver {
	background-color: #6AC5F2;
}

