p {
	font-size: 14px;
	text-align: justify;
}
small {
	font-size: 11px;
}
xx-small {
	font-size: 3px;
}
h1 {
	color: #330033;
	font-size: 26px;
	text-indent: 5px;
	border-bottom-width: 2px;
	border-bottom-color: #330033;
	border-bottom-style: solid;
	padding-top: 25px;
}
h2 {
	font-size: 22px;
	color: #330033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-indent: 5pt;
	padding-top: 15px;
}
h3 {
	font-size: 18px;
	color: #330033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-indent: 5pt;
	padding-top: 10px;
}
h4 {
	font-size: 14px;
	color: #330033;


	padding-top: 4px;
}
h5 {
	font-size: 14px;
	color: #330033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-indent: 5pt;
	padding-top: 4px;
}
h6 {
	font-size: 14px;
	color: #330033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-indent: 5pt;
	padding-top: 4px;
}
hr {border: none 0;
border-top: 2px solid #531b6e;/*the border*/
width: 100%;
height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
}
/* bgcolor="#99cc00" text=#531b6e */
body {
/*	background-image: url(/images/fondoTatooNuevo.png); */
        background-color: #99CC00;
	background-position: center top;
	background-repeat: repeat-y;
/*	margin: 10px; */
/*      color: #531b6e; */
        color: #4d1979;
}
#header {
  background: #99CC00;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #4d1979;
}
#content {
  background: #99CC00;
  color: #4d1979;
}
#footer {
  background: #99CC00;
  color: #4d1979;
/*  padding: 2px 5px 2px 5px; */
}
#menu {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    margin: 0 0 0 0px;
    border-right: 2px solid #666699;
    border-bottom: 2px solid #666699;
    padding-bottom: 20px;
    padding-top: 0px;
    color: #000000;
    background: #BBAAEE;
}
img {
    border: 0px;
}
#contentorig {
    float: none;
    position: relative;
    margin: 0px 0px 0px 150px;
    padding: 0px 7px 0px 7px;
}
p.codigo {
	font-family: Courier New, Courier, mono, monospace;
	font-size: 11px;
	color: #000066;
	background-color: #CC99FF;
	border-left: 4px solid #666699;
	border-top: 1px solid #666699;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #666699;
	margin-left: 10px;
	margin-right: 10px;
}
p.nota {
  padding: 5px;
  border: 1px solid #9999cc;
  border-right: 2px solid #666699;
  border-bottom: 2px solid #666699;
  background: #eeeeff;
  margin: 20px 50px;
}
li {
	font-size: 14px;
	text-align: justify;
}
a.boton {
	font-size: 14px;
  text-decoration: none;
  background: #ddccff;
  display: block;
  width: 136px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #666699;
  margin-left: 6px;
  text-align: center;
}
a.boton:hover {
  background: #BBAAEE;
/*  border: 1px solid #9999cc;*/
}


/* Top Menu */
	
div#top-menu
	{
	margin: 0;
	padding: 0px 0px 0px 5px;
	height: 31px;
	text-align: right;
	color: #4D1979;
	background-image: url(../images/backround-top-menu.gif);
	background-repeat: repeat-x;
	font-size: 85%;
	font-weight: bold;
	}
	
	
div#top-menu ul
	{
		margin-top: 0;
	}

	
div#top-menu ul li
	{
		display: inline;
	}
	
	
.separator
	{
	border-left: 1px dotted #fff;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	position: relative;
	}
	.home
	{
	padding-bottom: 5px;
	padding-left: 3px;
	position: relative;
	}
	
#top-menu .login
	{
		font-size: 90%;
		background: #779F00 url(../images/greenback.jpg) repeat-x;
		color: #fff;
		padding: 1px 2px 1px 1px;
		margin: 2px;
		text-decoration: none;
		border-right: 1px solid #7F7D0B;
		border-bottom: 1px solid #7F7D0B;
		border-top: 1px solid #BEFF00;
		border-left: 1px solid #BEFF00;
		cursor: pointer;
	}
	

#top-menu .login:hover
	{
		background: #4F6A00 url(../images/greenback.jpg);
		border-top: 1px solid #7F7D0B;
		border-left: 1px solid #7F7D0B;
		border-bottom: 1px solid #BEFF00;
		border-right: 1px solid #BEFF00;
	}
	
	
#top-menu ul li a
	{
		color: #4D1979;
		width: 30px;
		text-decoration: underline;
	}
	
	
#top-menu ul li a:hover
	{
		color: #FFF;
		text-decoration: none;
	}
	

#top-menu input
	{
		font-size: 95%;
		color: #000;
		border: 1px solid #4D1979;
		vertical-align: middle;
		margin: 1px;
		background: #D9FF6A url(../images/greenback.jpg) repeat-x;
		text-indent: 2px;
	}
	
	
#top-menu input:hover
	{
		background: #fff;
	}
	
	
#top-menu input:focus
	{
		background: #fff;
	}
	
	
#top-menu #submit 
	{
		font-size: 100%;
		background: #779F00 url(../images/greenback.jpg) repeat-x;
		color: #fff;
/*		padding: 1px 2px 1px 1px; */
		margin: 2px;
		border-right: 1px solid #7F7D0B;
		border-bottom: 1px solid #7F7D0B;
		border-top: 1px solid #BEFF00;
		border-left: 1px solid #BEFF00;
		cursor: pointer;
	}



/* dropdown menu */

.menu {
/*
  border: solid 1px #BFBFBF;
  padding:10px 10px 15px 10px;
  background-color:#669999;
*/
}



.menuItem {
  background-color: #99CC00;
  font-size: 85%;
  font-weight: bold;
  color: #4d1979;
  padding:5px 5px 5px 5px;
/*
  padding:4px 10px 4px 10px;
  border-bottom:solid 1px #dddddd;
*/
}

/*
.menuItem:hover {
  color: #FFFFFF;
}
*/

.menuItem a:hover {
  color: #FFFFFF;
}

.menuItem a {
  color: #4d1979;
  text-decoration:none;
  border-left:dotted 1px #FFFFFF;
  padding-left: 5px;
}

#dd-menu {
  margin: 0;
  background-color: #99CC00;
/*  height: 55px; */
  font-size: 85%;
  color: #4d1979;
  padding: 15px 15px 15px 15px;
  text-align: right;
  font-weight: bold;
}

#dd-menu span {
  padding:5px 5px 5px 5px;
  border-left:dotted 1px #FFFFFF;
/*
  cursor:pointer;
*/
}

#dd-menu a {
  text-decoration:none;
  color: #4d1979;
}

#dd-menu a:hover {
  color: #FFFFFF;
}

