 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
margin-top: 75px;
	background: url(fondo.gif)repeat #cccc99;
	color: #999999;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #006633; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #006633;
	background: inherit;
}
a:hover {
	color: #006633;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006633;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #006633;
}
h3 {
	font-size: 120%;
	color: #006633; 
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #E5E5E5;
	padding: 5px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */



/********************************************
   LAYOUT
********************************************/ 

#wrap {
	width: 527px;
				margin: 0 auto;
	text-align: left;
}
#content-wrap {
background: #cccc99 url() no-repeat center;
	clear: both;
	width: 527px;
	height: 342px;
	padding: 0; 
	margin: 0px auto;
	border:2px hidden;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color:#660000;
}

#datos {
position:relative;
top: 0px; left:0px;	
}

#header {
	width: 527px;
	position: relative;
	height: 83px;
	background: #cccc99 url() no-repeat center top;
	padding: 0;	
		border : 2px solid;
border-bottom: 2px dashed;
border-color:#660000;
}
#header  p#logo {
	position: absolute;
	margin: 0; padding: 0;
	background: #cccc99 url(logo.gif) no-repeat center top;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 24px; left: 10px;	
		width: 194px;
	height: 45px;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #333;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 8px; left: 29px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 42px;
	right: 30px;
	color: #333;
	font-size: 12px;
	left: 270px;
	width: 253px;
}
#header #header-links a {	
	color: #333;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #990000;	
}
/* Footer */	
#footer {
	color: #333;
	background: #cccc99 url(footerin.gif) no-repeat center top;
	clear: both;
	width: 527px;
	height: 45px;
	text-align: center;	
	font-size: 92%;	
	background: #cccc99 url() no-repeat center top;
	padding: 0;
		border : 2px solid;
border-top:2px dashed;
border-color:#660000;
}
#footer a { 
	color: #660000;
	text-decoration: none; 
}
#footer #footer-links a:hover {
	color: #660;	
}
#etiq3 {
font:  bold  12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
		text-align: center;	
	}
#etiq3 a:link, #etiq3 a:visited { 
color: #660;
	text-decoration: none;	
	margin-right: 20px; 
	}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
