
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	margin: 10px 0;
	padding: 0;
	background-image:url(images/fondo.jpg);
	font-size: 12px;
	color: #6B6B6B;
}

h1, h2, h3,  h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #000000;
}

h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 26px;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}

p, ol, ul, blockquote {
	line-height: 24px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

a {
	color: #AB7503;
	text-decoration: none;
}

a:hover {
	color: #1598E4;
	text-decoration:underline;

}

img {
	border: none;
}

.posted {
	height: 33px;
	margin: 0 0 30px 0;
	padding: 10px 15px 0 15px;
	background: url(images/img6.gif) repeat-x;
	border-bottom: 1px solid #F2F2F2;
}

.posted p {
	float: left;
	margin: 0;
}

.posted .comments {
	float: right;
}

.posted a {
	color: #717171;
}

/* Header */

#header {
	width: 917px;
	height: 90px;
	margin: 0 auto;
	background: url(images/img2.gif) repeat-x;
}

/* Logo */

#logo {
	float: left;
	height: 50px;
	padding: 0 0 0 0;
	background: url(images/img1.gif) no-repeat;
}

#logo * {
	text-decoration: none;
}

#logo h1 {
	float: left;
	padding: 20px 0 0 40px;
	font-size: 36px;
}

#logo h1 a {
	color: #000000;
}

#logo h1 span {
	font-weight: bold;
}

#logo h2 {
	float: left;
	padding: 22px 0 0 8px;
	font-size: 12px;
	border: none;
}

#logo h2 a {
	color: #B4B4B4;
}

/* Menu */

#menu {
	float: right;
	height: 50px;
	padding: 40px 25px 0 0;
	background: url(images/img3.gif) no-repeat right top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px 0 20px;
	border-left: 1px solid #DBDBDB;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	color: #3B3B3B;
}

#menu .first a {
	border: none;
}

/* Splash */

#splash {
	width: 877px;
	height: 155px;
	margin: 0 auto;
	background: url(images/img5.gif) repeat-x left bottom;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}

/* Content */

#content {
	width: 847px;
	margin: 0 auto;
	padding: 5px 35px 0 35px;
	background:url(images/fondo_FF.gif) repeat;
}

#colOne {
	float: left;
	width: 620px;
}

#colTwo {
	float: right;
	width: 185px;
	padding: 0px 0 0 0;
}

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	color: #0E669A;
}

#footer a {
	color: #1598E4;
}


form.formulario {
  margin: 0;
  padding: 0;
  //min-width: 500px;
  //max-width: 175px;
  width: 185px; 
}


form.formulario fieldset {
  clear: both; 
  border-color:#EFEFEF;
  border-width: 1px;
  border-style: solid;
  padding: 5px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}
form.formulario fieldset legend {
	font-size:1.2em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form.formulario label { 
	display: block;  /* block float the labels to left column, set a width */
	float: none; 
	width: 75px; 
	padding: 1px; 
	margin: 0px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

form.formulario input, form textarea {
	//width: 130px;
	margin-bottom: 5px;
	border: 1px solid #E0E0E0;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;

}

form.formulario br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#btn_login{
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #FBFBFB url(images/img7.gif) repeat-x;
	text-transform: lowercase;
	//font-size: 12px;
	color: #7A7A7A;
}

#btn_submit{
	border: 0px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #FBFBFB url(images/img7.gif) repeat-x;
	text-transform: lowercase;
	//font-size: 12px;
	color: #7A7A7A;
}

form.formulario input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form.formulario .required{font-weight:bold;} /* uses class instead of div, more efficient */

form.formulario br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form.formulario input, form textarea {
	//width: 130px;
	margin-bottom: 5px;
	border: 1px solid #E0E0E0;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;

}

form.formulario input:focus {
  border: 1px solid #000;
  background: #E8F5FD;
}

form.formulario textarea:focus {
  border: 2px solid #000;
  background: #E8F5FD;

}

form.formulario select:focus {
  border: 2px solid #000;
  background: #E8F5FD;

}

form.formulario select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      
	margin:5px 0 0 10px;
	height: 22px;
	font-family:tahoma;
}

form.formulario_gral {
   font-family:Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  //min-width: 500px;
  //max-width: 700px;
  //width: 560px; 
}

form.formulario_gral fieldset {
  clear: both;
  font-family:Arial, Helvetica, sans-serif;
  border-color:#EFEFEF;
  border-width: 1px;
  border-style: solid;
  padding: 10px;       
  margin: 0;
}

form.formulario_gral fieldset legend {
	font-size:1.1em; 
                      
}

form.formulario_gral label { 
	display: block;  
	float: left; 
	width: 105px; 
	padding: 2px; 
	margin: 5px 0 0; 
	text-align: left; 
	font-family:tahoma;
}

form.formulario_gral fieldset label:first-letter { 
	text-decoration:underline; 
}

form.formulario_gral input, form textarea {
	width:auto;      
	margin:5px 0 0 10px; 
    font-family:tahoma, verdana;
	border: 1px solid #E0E0E0;


}

form.formulario_gral input:focus {
  border: 2px solid #000;
  background: #E8F5FD;
}

form.formulario_gral textarea:focus {
  border: 2px solid #000;
  background: #E8F5FD;	

}

form.formulario_gral select:focus {
  border: 2px solid #000;
  background: #E8F5FD;

}

form.formulario_gral select {
	width:auto;      
	margin:5px 0 0 10px;
	height: 22px;
	font-family:tahoma;
}

form.formulario_gral fieldset div.notas {
  float: right;
  background-color: #ffffe1;
  color: #666666;
  width: 160px;
  height: auto;
  padding: 5px;
  margin: 0 0 10px 10px;
  border: 1px solid #666666;
  font-size: 88%;
  line-height: 16px;
}

form.formulario_gral fieldset div.notas h4 {
  background-image: url(images/help.png);
  background-repeat: no-repeat;
  border-color: #666666;
  color: #666666;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  font-size: 110%;
  line-height: 15px;
}

form.formulario_gral fieldset div.notas p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
  line-height: 16px;
}

form.formulario_gral fieldset div.notas p.ultimo {
  margin: 0em;
}

.caja_aviso {/*this is a box */
  background-color:#00FFFF;
  color:#333333;
  width: 500px;
  height: auto;
  padding: 5px 5px;
  margin: 10px 10px 10px 10px;
  border: 1px solid #666666;
  font-size: 95%;
  line-height: 10px;
}

