﻿.frame
{
	position:absolute;
    padding:2px 3px;
}

.overlay
{  
    /* border:solid 1px #808080; */
    border:solid 1px #808080;
    border-width:1px 1px;
} 

.underlay
{
    position:absolute;
    background-color:#000;
    bottom:-1px;
    filter:alpha(opacity=32);
    left:-1000px;    
    top:-1000px;
    z-index:-1;
    width:2000px;
    height:2000px;
}

.cabeceraventana
{
    background: #28790d; /* url('imagesventana/bg.jpg') repeat 0px 0px; */
    height:19px;
    color:White;
    border-top: solid 1px #8d9092;
	border-bottom: solid 1px #8d9092;
	padding: 5px 0px 0px 0px;
    text-align:center;
    font: bold 12px Tahoma, Arial, Verdana, Sans-serif;
} 

 .bodyventana
{
    background-color:white;
    padding:20px 20px 20px 20px;
    font: normal 12px Tahoma, Arial, Verdana, Sans-serif;
}


.footerventana
{
    text-align:right;
    background: url('imagesventana/sprite.png') repeat-x 0px -1700px;	
    color: #000;	
    border-top:solid 1px #ccc;
    padding: 5px 3px;
}

.close
{
    right:4px;	
    background: url('imagesventana/icons.gif') no-repeat -732px 0px;	
    width:16px;	
    cursor:hand;	
    position:absolute;	
    top:5px;	
    height:16px;
}

.close:hover { background: url('imagesventana/icons.gif') no-repeat -749px 0px;	}

