﻿@import url("navcontainer.css");
@import url("navcontainer-horizontal.css");
@import url("login.css");

body
{
	font-family: Arial, Verdana;
	font-size: 12px;
	background-image: url(../images/FondoBackground.jpg);
	background-repeat: repeat-x;
	margin:0,0,0,0;
	background-color:#929091;
}

#container
{
	width: 800px;
	margin: 10px auto;
	background-color: #f7f7f8;
	color: #333;
	line-height: 130%;

	
}

#top
{
	padding: 0px;
	background-color: #fff;
}

#top #top_a
{
	height: 24px;
	background-color: #ffffff;
}

#top #top_a #top-links
{
	float: right;
}

#top #top_b
{
	height: 141px;
	background-image: url(../images/header.jpg);
}

#top #top_c
{
	height: 30px;
	background-image: url(../images/FondoMenu.jpg);
	background-repeat: repeat-x;
}

#top h1
{
	padding: 0;
	margin: 0;
}

#leftnav
{
	float: left;
	width: 170px;
	height: 100%;
	padding: 0;
	background-color: #fff;
	border-right: 1px solid #9e9e9e;
	border-left: 1px solid #9e9e9e;
}

#rightnav
{
	float: right;
	width: 170px;
	padding: 0px;
	background-color: #fff;
	border-right: 1px solid #9e9e9e;
	border-left: 1px solid #9e9e9e;
}

#rightnav #rightcontent
{
	text-align: center;
}

#rightnav #rightcontent .product
{
	color: #0023a6;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 80%;
	margin-bottom: 10px;
}

.content
{
	margin-left: 170px;
	border-left: 0px solid gray;
	margin-right: 170px;
	border-right: 0px solid gray;
	padding: 1em;
	background-color: #f6f8f7;
	background-image: url(../images/content_bg.jpg);
	background-position: top right;
	background-repeat: repeat-x;

	height:100%;
	/*max-width: 300px;
	border-right: solid 1px red;*/
	  font-size: 10px; color: black; font-style: normal; font-family: Arial; font-variant: normal; text-decoration: none; }

.content-title
{
	height: 40px;
	background-color: #d9d9d9;
	background-image: url(../images/title_bg.jpg);
	background-repeat: repeat-y;
	border-right: solid 0px red;
	color: #636363;
	line-height: 40px;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin-left: 175px;
	margin-right: 170px;
	text-indent: 15px;
}

#footer
{
		clear: both;
	margin: 0;
	padding: 5px 0 5px 0;
	color: #4d4d4d;
	background-color: #ebebeb;
	height: 30px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 10px 0 10px 0; font-family: Arial; color: #0023a6; }

h3 { font-family: Arial, Verdana; color: #0023a6; margin: 10px 0 10px 0; font-size: 16px; font-weight: normal; }

.search
{
	background-color: #acacac;
	padding: 5px;
}

.search a
{
	color: #fff;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	background-color: Transparent;
}

.search a:hover
{
	background-color: #959595;
}

.search input
{
	border: solid 1px #636363;
	font-size: 11px;
	color: #636363;
	vertical-align: middle;
	width: 84%;
}
