body { 
	padding: 0; 
	margin: 0; 
	font: 14px Arial, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
	border-top: 15px solid #1f6fd0;
	border-bottom: 15px solid #1f6fd0;
}

img { border: 0; }

h2 {
  color: #1f6fd0;
  font: bold 2.8em Arial, sans-serif; 
  line-height: 0pt;
}

h2 span { color: #454545; }

#page {
  text-align: center;
  overflow: hidden;
}

#page h1{
  color: #1f6fd0;
  font: 13px Arial, sans-serif; 
  line-height: 0pt;
}

#header {
  text-align: right;
  padding: 5px 0 0 0;
  clear: both;
}

/* menu seo*/
h2.link {
  display: inline;
  padding-right: 25px;
}

h2.link a {
  color: #1f6fd0;
  font-size: 16px;
  text-decoration: none;
}

h2.link a:hover { text-decoration: underline; }
/* fin menu seo*/

.sidebar {
  overflow: hidden;
  width: 135px;
  margin: 0 8px 0 8px;
  padding-top: 10px
}

#sidebarR { float: right; }

#sidebarL { float: left; }

#content {
  overflow: hidden;
  border: 1px solid #76a3c9;
  -moz-border-radius: 9px;
  padding: 10px;
  width: 650px;
  margin: 0 auto 0 auto;
}

#datos {
  background-color: #FFFFDD;
  border:1px solid #FFCC00;
  text-align: left;
  width: 630px;
  margin: 0 auto 0 auto;
  padding: 5px;
}

#datos .sub {
  font: bold 13px Arial, sans-serif;
  color: #1f6fd0;
  text-decoration: underline;
}

#footer a {
  color: #1f6fd0;
  font-size: 12px;
  text-decoration: none;
}

.link {
  color: #1f6fd0;
  font-size: 12px;
  text-decoration: none;
}


#map {
  width: 550px;
  height: 350px;
  margin: 0 auto 10px auto;
  border: 1px solid #67B90D;
  padding: 4px;
}

#map img { margin-top: 150px; }

.input {
  font-size: 25px;
  font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	width: 230px;
	padding: 3px;
	margin-top: 2px;
  -moz-border-radius: 5px;
	border: 1px solid #555;
  border-right: solid 3px #FF6F6F;
  border-left: solid 3px #FF6F6F;
  background: #fff;
  text-align: center;
  color: #6F6F6F;
}

.input:focus { background-color: #FCFFCF; }

.submit {
  background: #f2f2f2 url(../img/boton-gris.png) repeat-x scroll left top;
  font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 14px !important;
	padding: 6px 12px;
	cursor: pointer;
	border: 1px solid #bbb;
	color: #464646;
	-moz-border-radius: 11px;
}

.submit:hover {
	color: #000;
	border-color: #666;
}

.submit:active {
	background: #eee url(../img/boton-gris-activo.png) repeat-x scroll left top;
}

