/*#frmHome
	{
	display:block;
	}
/*#frmContenido
	{
	display:none;
}*/
.Cuerpo1
	{
		font-family:Verdana;
		color:#A3BBE1;
		font-size:12px;
		font-weight:bold;
	}
	a:link 
	{
		font-size: 12px;
		color:#A3BBE1;
		font-weight:bold;
		text-decoration: none
	}
	a:visited
	{
		font-size: 12px;
		color:#A3BBE1;
		font-weight:bold;
		text-decoration: none
	}
	a:hover
	{
		font-size: 13px;
		color:#A3BBE1;
		font-weight:bold;
		text-decoration: none
	}
.SubTitulo
	{
		font-family:Verdana;
		color:#FF0000;
		font-size:18px;
		font-weight:bold;
	}
.Footer
	{
		font-family:Verdana;
		color:#000000;
		font-size:10px;
		font-weight:normal;
	}
	/*body 
	{
		/*background-attachment: fixed;
		/*background-color: #FFFFFF;*/
	/*	background: url(../img/ondacorto.png) no-repeat center;
		/*background-repeat: no-repeat;
		background-position: center;*/
	/*}*/
	.ClaseFrame
	{
		background:transparent;
		background-image: url(../Resources/transparente.png);
		
	}
	
	#overlay 
	{
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-image: url('../img/overlay.png');
	}
 
	#overlay_anuncio 
	{
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-image: url('../img/overlay_w.png');
	}
	#master 
	{
    clear: both;
    padding-bottom: 1em;
	}
 
	.input 
	{
    display: none;
    color: black;
    position: fixed;
    left: 25%;
    top: 2%;
    width: 50%;
    z-index: 1000;
    text-align: center;
    background-color: transparent;
    border: 0px solid black;
	}
 
	.close 
	{
    cursor:pointer;
    float: right;
	}