﻿body {
  background:#5A4B42;
  color:#aaa;
  margin: 0px 0px;
  padding: 0px 0px;
  font-size: 11px;
  font-family:'Merriweather Sans', Georgia, 'sans serif';
  font-size:12px;
  font-weight:normal;
  /*background-image:url(/IMAGES/BACK/back-sea.jpg);
  background-repeat:no-repeat;
  background-position:left top;
  background-size:100% 100%;
  background-attachment:fixed;*/
}

a {color: #fff; text-decoration: none;}
a:hover {text-decoration: underline;}

h1 {
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

p {
  border: 0px solid #666;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.rodo{/*Firefox old */
		-moz-border-radius:10px; 
		/*-moz-border-radius-bottomright:10px;
		-moz-border-radius-bottomleft:10px;*/ 
		/* Chrome */
		-webkit-border-radius:10px;
		/*-webkit-border-bottom-right-radius:10px;
		-webkit-border-bottom-left-radius:10px;*/
		/*Firefox 13 + Explorer 9*/
		border-radius: 10px;  
		/*border-bottom-right-radius:10px;
		border-bottom-left-radius:10px;*/
}	

.degradat{
	background:-webkit-linear-gradient(top,#fff,#ddd) ;
	background:-moz-linear-gradient(top,#fff,#ddd) ;
	background:-ms-linear-gradient(top,#fff,#ddd) ;
	background:-o-linear-gradient(top,#fff,#ddd) ;
	background:linear-gradient(top,#fff,#ddd) ;
}

.degradat2{
	background:-webkit-linear-gradient(top,#fff,#EBDFCC) ;
	background:-moz-linear-gradient(top,#fff,#EBDFCC) ;
	background:-ms-linear-gradient(top,#fff,#EBDFCC) ;
	background:-o-linear-gradient(top,#fff,#EBDFCC) ;
	background:linear-gradient(top,#fff,#EBDFCC) ;
}

#divTop{background-color:#fff; height:20px;}
#divBody{text-align:center; height:100%;}
	#divDatos{width:100%; font-size:18px; font-weight:bold; color:#aaa; text-align:center;
				position:absolute; top:450px;}
#divBottom{height:0px; position:absolute: bottom:0px;}
