body
{
	margin: 0 auto;
	padding: 0;
	background: white url('../img/back1.jpg') repeat-y center top;
	color: black;
	font: 11px/14px  Verdana, sans-serif;
	letter-spacing: -0.04em;
}

#main{
	margin: 0 auto;
	width: 650px;
	height:100%;
	background: white;
}

#header
{
	width: 648px;
	height: 47px;
	margin: 4px auto;
	padding: 2px;
	background:#99CC00 url(../img/bgtop.jpg) repeat-x;
}
#logo
{
	float:left;
	width: 190px;
	height: 47px;
	padding: 2px;
}
#menu
{
	float:right;
	width: 430px;
	height: 47px;
}
#foto
{
	width: 648px;
	height: 192px;
	margin: 2px auto;
	padding: 2px;
	background:#99CC00 url(../img/foto1.jpg) no-repeat;
}
#foto2
{
	width: 648px;
	height: 192px;
	margin: 2px auto;
	padding: 2px;
	background:#99CC00 url(../img/foto2.jpg) no-repeat;
}
#foto3
{
	width: 648px;
	height: 192px;
	margin: 2px auto;
	padding: 2px;
	background:#99CC00 url(../img/foto.jpg) no-repeat;
}
#foto4
{
	width: 648px;
	height: 192px;
	margin: 2px auto;
	padding: 2px;
	background:#99CC00 url(../img/foto3.jpg) no-repeat;
}
#bgfoto
{
	width: 280px;
	height: 20px;
	margin-left: 330px;
	margin-top:140px;
	padding: 5px 5px;
}
#fotoinsercion
{
width: 648px;
height: 104px;
margin: 2px auto;
padding: 2px;
background:#99CC00 url(../img/fotoinsercion.jpg) repeat-x;
}
#content
{
width: 650px;
background: url(../img/lines.png) repeat;
}

#pie
{
width: 650px;
height: 80px;
padding-top: 70px;
background:#99CC00 url(../img/pie.png) repeat-x;
}

#pieizq
{
float: left;
margin-left: 14px;
width: 320px;
height: 50px;
text-align:left;
padding-left: 45px;
background: url(../img/maris.png) left top no-repeat;
}

#piedcha
{
float: right;
margin-right:10px;
width: 220px;
height: 50px;
text-align:right;
}

#menu ul {  
	list-style:none;
	margin: 26px 0 0 10px;
	padding:0;
}
#menu ul li {
margin-left:1px;
	padding:0;
	float:left;
}
#menu ul li a {
	display:block;
	height:22px;  //Quito el padding, pero le pongo altura.
	text-decoration:none;
}
#menu ul li a:hover {
	background-position:bottom;
}
#menu ul li a span {
	display:none; //Oculto el texto.
}
#menu  #inicio {
	width:66px;
	background-image:url(../img/bt/inicio.png);
	
}
#menu  #inicioe {
	width:78px;
	background-image:url(../img/bt/inicioeu.gif);
	
}

#menu #Garbinguru {
	width:126px;
	background-image:url(../img/bt/garbinguru.png);
}
#menu #Garbingurue {
	width:103px;
	background-image:url(../img/bt/garbingurueu.gif);
}

#menu  #Trabajos {
	width:79px;
	background-image:url(../img/bt/trabajos.png);
}
#menu  #Trabajose {
	width:69px;
	background-image:url(../img/bt/trabajoseu.gif);
}
#menu  #Inserción {
	width:84px;
	background-image:url(../img/bt/insercion.png);
}
#menu  #Insercióne {
	width:126px;
	background-image:url(../img/bt/insercioneu.gif);
}
#menu  #Contacto {
	width:79px;
	background-image:url(../img/bt/contacto.png);
}
#menu  #Contactoe {
	width:79px;
	background-image:url(../img/bt/contactoeu.gif);
}


.verde { color:#009900; }
.verdeclaro { color:#99CC00;}
.blanco { color: #FFFFFF; }
.fecha { font-size: 10px; color:#828282; }
a {
	color:#009900;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

a img {
	border: 0 none;
}

h1{

	padding:5px 10px 5px 10px;
	margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#009900;
	border-bottom:1px solid #009900;
	}

h2{

	border-top:1px solid #99CC00;
	border-bottom:1px solid #99CC00;
	padding:5px 10px 5px 10px;
	margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#99CC00;

	}
h3{

	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding:5px 10px 5px 10px;
	margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;

	}
	/*FORMUALRIOS*/

#form
{
width: 300px;
float:right;
border-left:1px solid #FFFFFF;
background: #0033CC url(../images/form1.jpg);
height: 312px;
padding-top:18px;

}

textarea {
	width:90%;
	height:8em;
	font-family:sans-serif;
	font-size:small;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

input {
	width:90%;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}
input:focus, textarea:focus {
	background:#99CC00;
}
