* { margin:0 auto; padding:0;}

html, body{ min-height: 100%; height: 100% !important;}

body {
	background: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	line-height:0.875em;
	color: #70635b;
	margin:10px 0px 0px 0px;
	text-align:center;
}

div {
	border: 1px none #0000CC; /*solid | none*/
	/*width:  340px;*/
	margin: 2px auto;
}

table {
	border: 1px none #0000CC; /*solid | none*/
	/*width: 900px;*/
	margin: 5px auto;
	text-align: center;
}

td {
    border-width: 1px;
	border-style: solid;  /*solid o none*/
	height: 35px;
	text-align: center;
}

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#70635b;
    width: 180px;
}

select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#70635b;
    width: 150px;
	text-align:center;
}

img {
	margin: 5px 10px;
}
	
#divCabecera, #divSelFechas, #divContenedor, #divPie {
	font-size:0.75em;
 	background-color: #FFFFFF;
	padding: 10px 0 10px 0;
	width: 800px;
	margin: 0 auto;
	/*position: static;*/
	overflow: auto;
}

#divFechas {
	/*background:#fc0;*/
}

#divMeteo {
}

#divClear {
	clear: both;
}

.clSinBordes {
	border-width: 1px;
	border-style: none; 	
}

.clConBordes {
	border-width: 1px;
	border-style: solid; 	
}

.clSelBordes {
	border-width: 5px;
	border-style: solid; 	
}

.medio {
  width: 122px;
}

.clear {
    clear: left;
}

.clBoton  {
	cursor: pointer;
}

.button {
	cursor: pointer;
	border-top: 1px solid #96d1f8;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    padding: 15px 30px;
	margin: 2px 22px;
	width: 120px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 19px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
}

.button:hover {
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}

.button:active {
    border-top-color: #1b435e;
    background: #1b435e;
}


/*==================txt, links, lines, titles====================*/
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	line-height: 1em;
	text-align: center;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
}

a {color:#9f5827; outline:none;}
a:hover{text-decoration:none;}

ul { list-style:none;}
ul li { padding-bottom:14px;}

