﻿@charset "utf-8";

body,html {
  width:100%;
  height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  background-color: #1c3f73;
}

a
{
    text-decoration: none;
}

.logo
{
    background:  url('casasweb_bg1.jpg') no-repeat 0 bottom;
    width: 270px;
    cursor: pointer;
}
.espacio
{
    background: #333 url('casasweb_bg2.jpg') no-repeat;
    width: 270px;
    height: 265px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 11px;
}
.titulo {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 7px;
    text-align: center;
}
.texto {
    line-height: 19px;
    font-size: 13px;
}

.literal {text-align:justify;}
.derechos {font-size: 10px;}
.b {font-weight: bold;}
.carga_txt
{
    height: 100%;
    width: 100%;
    padding-top: 200px;
    background-color: #1c3f73;
    text-align: center;
    font-weight: bold;
    padding-left: 200px;
}

.right{
	position:absolute;
	width:130px;
	right: 0px;
	top: 0;
	bottom:0px;
	height:100%;
	background-color:#020b28;
	opacity:0.70;
	padding:20px;
	}