﻿body {
	background: url('../imagenes/img09.jpg') no-repeat left top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F0FF6B;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	color: #F0FF6B;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
	color: #F0FF6B;
	background: transparent;
}

p {
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #A03D3D;
}

a:hover {
	text-decoration: underline;
	color: #F0FF6B;
}

img {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 86px;
    width: 138px;
    float: left;
    text-align: center;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1.5em;
	/*background: #82AD42 no-repeat right bottom;*/
	background: transparent;
}

.boxed .title {
	padding-left: 10px;
}

.boxed .content {
	padding: 20px;
	/*background: #82AD42;*/
	background:transparent;
}

/* Logo */

#logo {
	position: relative;
	width: 800px;
	height: 55px;
	margin: 0 auto;
}

#logo h1 {
	float: left;
	padding: 30px 0 0 0;
	font-size: 2em;
}

#logo h1 span {
	font-weight: normal;
	font-style: italic;
}

#logo h2 {
	float: right;
	padding: 40px 0 0 0;
	font-size: 1.4em;
	font-weight: normal;
}

#logo a {
	color: #F0FFD4;
}

/* Splash */

#splash {
	width: 800px;
	height: 5px;
	margin: 0 auto;
	padding: 0px 10px 10px 10px;
	/*background: url('../images/img02.gif') no-repeat;*/
}

/* Menu */

#menu
{
	width: 700px;
	height: 50px;
	/*margin: 10 auto 0 auto;*/
	/*background: #82AD42;*/
	color: #A03D3D;
	background: transparent;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	font-weight: bold;
}

#menu a:hover {
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 600px;
}

#main .boxed .title {
	padding-left: 20px;
	font-weight: normal;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 180px;
}

#sidebar .boxed .title {
	font-size: 1.2em;
}

#sidebar .boxed .content {
	padding: 10px;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 140px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	margin-right: 7px;
	font: normal x-small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	font-size: x-small;
}

#updates p {
	font-size: x-small;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 20px;
	background: transparent;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

label.labelfields
{
	width: 90px;
	font-weight: bold;
	float:left;
}

label.labelconsultas
{
	width: 90px;
	font-weight: bold;
}

label.mensajeerror
{
	color: Red;
}

label.mensajes
{
	color: Black;
}

label.etiquetas
{
	color: Black;
}

input.textfields
{
	width: 100px;
}

input.login
{
	width: 100px;
} 

.inputtext1
{
    width : 140px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
    /*color: #999999;*/
    color: #F0FF6B ;
    background: transparent;
}


