html { 
  background: url('images/background.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.redondo{
	color:#fff;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background: #fff; /* fallback for browsers that don't understand rgba */
  border: #solid 10px #000; /* fallback for browsers that don't understand rgba */
  background-color: #40563A;/* slighly transparent white */
  border-color: rgba(0,0,0,0.5); /*Very transparent black*/
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}
.normal{
  background: #fff; /* fallback for browsers that don't understand rgba */
  border: #solid 10px #000; /* fallback for browsers that don't understand rgba */
background-color: rgba(63,87,55,0.9);/* slighly transparent white */
  border-color: rgba(0,0,0,0.2); /*Very transparent black*/
}
.msgredondo{
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background: #fff; /* fallback for browsers that don't understand rgba */
  border: #solid 10px #000; /* fallback for browsers that don't understand rgba */
  background-color: rgba(255,255,153,0.5);/* slighly transparent white */
  border-color: rgba(0,0,0,0.5); /*Very transparent black*/
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
}

body,td,th {
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size:14px;
	color:#fff;
}
body {
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size:14px;
	color:#333333;
	background-image:url('images/bg-main-maraton.jpg') 0 0 no-repeat fixed !important;
	background: url('images/bg-main-maraton.jpg') 0 0 no-repeat fixed !important;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img{ border:0px; }
.errMsg {font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; font-size:9px; color:#CC0000; }
.subtit { font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; font-size:16px; font-style:italic; font-weight:bold; color:#000000; } 
a:link {
	color: #fff;
	
}
a:visited {
	color: #193076;
}
a:hover {
	color:#FFF;
}
a:active {
	color: #fff;
}
h1 { font-size: 22px; color:#000000; padding-bottom:15px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; font-style:italic; }
ul {
	padding:5px; 
	margin:1px;
	padding-left:50px;	
}

button,
input[type='button'],
input[type='submit'] {
	padding: 2px 4px 2px 1px;
	line-height: 100%;
}

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select,
button { cursor: pointer; margin:5px; }

input[type='radio'] { color:#000;
}

textarea,
input[type='text'],
input[type='password'],
select {
	font-family:Helvetica;
	border: 1px solid #c8c8c8;
	background: #ffffff;
}

textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover { border-color: #aaaaaa; background:#666666; }
select option { border-color: #aaaaaa; background:#666666; }
select option:hover { border-color: #aaaaaa; background:#666666; }

textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
	border-color: #8c8c8c;
	outline: 2px solid #dcdcdc;
	background:#666666;
}
