body {
	background:transparent url("images/empresasbk.jpg") no-repeat center top;
	background-size:100% 100%;
	text-align:center;
	font-size:12px;
	color:white;
	font-family:Times;
	overflow-y: hidden;
}
/**** para la simagenes de fondo y la tabla dia, mes etc.. ****/
button.send{
	display:none;
	visibility:hidden;
}

input#day,input#month{
    background-color: rgb(29,29,27);
    border: 0 none;
    color: white;
    font-size: 18px;
    height: 37px;
    margin-right: 0.5em;
    text-align: center;
    width: 54px;
    border-radius:5px;
}
input#day:focus,input#month:focus,input#year{
outline: 0 none;
}
input#year{
    background-color: rgb(29,29,27);
    border: 0 none;
    color: white;
    font-size: 18px;
    height: 37px;
    text-align: center;
    width: 70px;
    border-radius:5px;
}
.imagesAge {  
    height:  632px;  
    width:   1000px;  
    padding: 0;  
    margin:  0; 
    overflow: hidden;
   text-align:center;
   z-index: -1;
}

.imagesAge img {  
	position:inherit;
    width:  1000px; 
    height: 600px; 
    top:  0; 
    left: 0 
}  

table#f1{
    float: right;
    position: relative;
    right: 21.8em;
    top: -12em;
}

/*********/
.images {  
    height:  530px;  
    width:   700px; 
    top: 50px; 
    padding: 0;  
    margin:  0; 
    overflow: hidden;
   text-align:center;
   z-index: -1;
} 
.images img {  
	position:center;
    width:  700px; 
    height: 400px; 
    top:  0; 
    left: 0 
} 
ul.menu {
    background: url("images/homel-02.png") no-repeat scroll left top transparent;
    float: right;
    height: 40px;
    margin-top: 20px;
    padding-left: 0;
    width: 520px;
}

ul.menu li{
    display: inline;
    padding-left: 18px;
    text-align: left;
    color:white;
    opacity:0;
}

ul.menu li a{
	color:white;
	text-decoration:none;
	outline:none;
	opacity:0;
}
ul.menu li a b{
	font-size:20px;
}


ul.menu li a:hover{
	color:transparent;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
div.EbtnTitle{
	position: relative;
	top:-15px;
}

