/** BASIC */

body {
	margin: 40px 0px;
	padding: 0px;
	background-color: #C0C0C0;
	background-repeat: repeat-x;
	background-position: left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
	background-color: #CECEFF;
}

input {
	padding: 2px 5px 3px 5px;
	font: normal 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
}

input.text {
	border: 1px solid #EEEEEE;
}

input.button {
	background: #EEEEEE url(images/homepage04.gif) repeat-x left top;
	border: none;
	text-transform: lowercase;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #717171;
}

h1 {
	font-size: 18px;
}

h2  {
	font-size: 18px;
}

h1, h2 {
	margin-bottom: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 5px;
}

h1 span, h2 span {
	color: #FF6019;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7D8682;
	text-align: center;
	background-repeat:  repeat-x;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 18px;
	padding: 5px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	background: url(images/homepage09.gif) repeat-x;
	padding: 0px;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

.list1 h3 {
	background: #E1E1E1 no-repeat left center;
	margin-bottom: 5px;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	float: left;
	width: 40%;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(images/homepage07.gif) no-repeat left center;
}

.Estilo5 {font-weight: bold}

/** LINKS */

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
	background-position: center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img {

}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 104px;
	background: url(images/homepage09.gif) repeat-x left center;
}

/** MENU */

#menu {
	background: #E4E4E4 url(images/homepage02.gif) repeat-x left top;
	border: 1px solid #E9E9E9;
}

#menu a {
	float: left;
	height: 43px;
	padding: 22px 31px 0px 31px;
	border-left: 1px solid #E3E3E3;
	text-decoration: none;
	font-size: 15px;
	color: #505050;
}

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

#menu .first a {
	border: none;
}

/** LOGO */

#logo h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #BCBCBC;
}

/** SEARCH */

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search legend {
	display: none;
}

#search-text {
	width: 130px;
}

#search-submit {
}

/** PAGE */

#page {
	padding: 10px;
}

/** FOOTER */

#footer {
	background-color: #C9C9D3;
	background-repeat: repeat-x;
	background-position: left top;
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
}
#page #content #box2 {
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
}
#page #content #box1 table {
}
#page #box1 {
	background-color: #E1E1E1;
	border-top: thin solid #CC0033;
	border-right: thin #CC0033;
	border-bottom: thin solid #CC0033;
	border-left: thin #CC0033;
}

ul.menu
{
   list-style:none;
}
ul.menu li
{
   position:relative; /* Las coordenadas de los ul inferiores serán relativas al <li> que los contiene */
   width:175px;
}
ul.menu ul
{
   position:absolute; /* Esta posición es relativa al <li> que contiene a este <ul> */
   left:30px; /* Para que no monte sobre el <li> */
   top:-1px;
   display:none;
   list-style:none;
}
ul.menu li:hover > ul
{
   display:block;
}





/******* MENU *******/
ul.dropdown{
	
}
ul.dropdown li{
	display: none;
	font-size: ;
}
ul.dropdown li.active{
	display: block;
	
}
ul.dropdown li.active span{
	
	
}
ul.dropdown li a{
	display: block;
	
	
}
ul.dropdown li.last a{
	border:0;
}
ul.dropdown li.first a{
	border-top: ;
}
ul.dropdown li a:hover{
	background: #232323;
	color: #fff;
	padding-left: ;
}
/******* /MENU *******/

