a {
	color: #675;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #342;
}

a:hover {
	color: #fff;
}


body {
	background: url(../img/bg.gif);
	color: #000;
	font-family:  Verdana, sans-serif;
	margin: 0;
	text-align: center;
}

form {
	padding-top: 14px;
	padding-bottom: 0px;
}


input, textarea, select {
	background-color: #FFF; 
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
}
table{

	margin: 0px;
	padding: 0px;
}

td {
 
}


td#row1 { 
	border: 1px solid #000;
	text-align: center;
    background: blue ;
	color: #fff;
	font-weight: bold; 
}


td#row1 a {
	text-decoration: none;
	color: #000;
}

td#row1 a:hover {
	text-decoration: none;
	color: #fff;
}

/* seccion cabeza */

#header
{
	margin: 0px;
	padding: 0px;
	height:6%;
	letter-spacing: 0.2em;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
#header_nombres {
	width:55%; 
	float: left;
	padding-left: 0px;
}

#header_links {
	width: 45%; 
	float: right;
}

ul.header_nombres  {
	margin: 0px;
	padding-top: 13px;
	text-transform: uppercase;	
}

ul.header_links {
	margin: 0px;
	padding-top: 13px;
}

ul.header_nombres li {
	display: inline;
	padding-right: 1px;
	color: #0000ff;
}

ul.header_links li {
	background: #90a090;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #000;
}

/* seccion marco general */
.marco {
	border-bottom: 2px solid #9a9;
	border-left:   2px solid #9a9;
	border-right:  2px solid #9a9;
	border-top:    2px solid #9a9;
	margin-top: 0px;
	padding-top: 0px;
}


.marco_cualquiera {
	border-bottom: 2px solid #9a9;
	border-left:   2px solid #9a9;
	border-right:  2px solid #9a9;
	border-top:    2px solid #9a9;
	margin-top: 0px;
	padding-top: 0px;
}


/* seccion buscador */

#search
{
	margin: 0px;
	padding: 0px;
	height:10%;
	letter-spacing: 0.2em;
	font-size: 1em;
	text-align: center;
}

#search_form {
	width:80%; 
	float: left;
    background: #ffff00 ;
	color: #000;
	font-weight: bold; 
}

#search_datelogo {
	width:20%; 
	float: right;	

}




ul.search_form li {
	display: inline;
	padding-right: 40px;

}

ul.search_datelogo li {
    list-style: none;
	background: url('../img/logo_geotec.gif') no-repeat  center left;
	background-position: left;
	padding: 0px;
	marging: 0px;
}

/* seccion menu horizontal */

#menu{
	margin: 0px;
	padding: 0px;
	
}

#menu td {
  text-align: center;
}

#menu a { 
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


#menu a:visited {
	color: #000;
}

#menu a:hover {
	color: #fff;
}


/* seccion menu vertical y contenidos de pozos */
#contenido
{
	margin-bottom: 1px;
	padding-bottom: 1px;
	height:100%;
	letter-spacing: 0.2em;
	font-size: 1em;
	vertical-align:text-top;	
}



#contenido_vertical
 {
    background: #ffff00 ;
	text-align: left;

}


#contenido_vertical a { 
	color: #000;
	text-decoration: none;
}


#contenido_vertical a:visited {
	color: #000;
}

#contenido_vertical a:hover {
	color: #ff0000;
	font-weight: bold;
}


#contenido_pozos {
    background: #cccccc;
	text-align: justify;	
	padding: 6px;
}

/*  seccion pie de pagina */


#footer
{
	margin-top: 0px;
	padding-top: 0px;
	height:6%;
	width: 100%; 
	letter-spacing: 0.2em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

ul.footer  {
	text-transform: uppercase;	
}

ul.footer li {
	display: inline;
	padding-right: 1px;
	color: #0000ff;
}


/*  comandos generales*/





h2 {
	border-bottom: 1px dotted #ccc;
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}


.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}



/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* End captions & aligment */
