@CHARSET "ISO-8859-1";

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

h1 {
font-size: 30px;
}

#content {
	margin: 0 auto;
	height: 550px;
	width: 900px;
	/*position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -450px;*/
	z-index: 20;
	font-family: sans-serif;
	/*border: double 6px #0b7d0c;*/
  margin-top:100px;
}

#cabecera{
	color: #0b7d0c;
	margin-top: 10px;
	margin-left: 50px;
	font-size: 25px;
	font-style: oblique;
	font-family: sans-serif;

}

#linea{
	margin-left:50px;
	width: 730px;
	border-bottom: 1px;
	border-bottom-style:solid;
	border-bottom-color: #053606
}

td{
	/*padding-right: 40px;*/
	color: #0b7d0c;
	
}

#titulo {
	color: #0b7d0c;
	font-size: 60px;
	font-family: sans-serif;
	text-align: center;
	font-style: italic;
	margin-top: 60px;
}


#menu {
	color: #000000;
	font-size: 25px;
	font-family: sans-serif;
	text-align: left;
	text-decoration: none;
	font-style: oblique;
}

#amenu {
	color: #000000;
	font-size: 25px;
	font-family: sans-serif;
	text-align: left;
	text-decoration: none;
	font-style: oblique;
}

#amenuactivo {
	color: #000000;
	font-size: 25px;
	font-family: sans-serif;
	text-align: left;
	text-decoration: underline;
	font-style: oblique;
}

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

 a:active#amenu{
	text-decoration: underline;
}


#textoempresa {
	color: #000000;
	text-align: justify;
	font-family: sans-serif;
	margin-left: 18%;
  margin-right:18%;
	margin-top: 30px;
}

#leftpanel{
	float:left;
}
#listado{
	/*text-align: justify;*/
	font-family: sans-serif;
	margin-left: 50px;
	margin-top:30px;	
	width: 340px;
	position:relative;
	z-index: 10;
}

#foto1{
	margin-left: 50px;
	margin-top: 30px;
}

#centralpanel{
	position: absolute;
	margin-left: 370px;
	margin-top: 25px;
	
}

#rightpanel{
	position: relative;
	margin-left: 640px;
	margin-top: 20px;
	line-height: 5px;
}

#textocontacto{
	color: #000000;
	position: absolute;
	margin-left: 200px;
	margin-top:16px;
	font-weight: bold;
}

#centrado{
	color: #000000;
	text-align: center;
}

#alineadoizquierda{
	color: #000000;
	text-align: left;
}

#textopie{
	color: #000000;
	text-align: center;
	font-size: 12px;
}

#contacto{
	margin-left:460px;
	font-weight: bold;
	margin-top:10px;
}

a:link{
	text-decoration: none;
	color: #000000;
}

a:visited{
	color: #000000;
}

a:ACTIVE{
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}
