/*
-------------------------------------
DISEÑADORA WEB - LUCÍA MARTÍNEZ DECIA
-------------------------------------
-------------------------------------
PROGRAMADOR WEB - RICHARD CARBALALL
-------------------------------------
*/

/* ------------------------------------------------- GENERAL*/

* { 
	margin:0px;
	padding:0px;
}
body {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#5e5e5e;
	margin:0px;
	background-color:#CCCCCC;
}

iframe {
	width:555px;
	height:410px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border:0;
}
a:link {
	color:#5e5e5e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: none;
	color: #B0EA49;
}
a:active {
	text-decoration: none;
}
#todo_con_sombra {
	width:957px;
	height:641px;
	background-color:#cccccc;
	margin-left:35px;
}
#todo{
	width:927px;
	height:611px;
	background-color:#FFFFFF;
	float:left;
}
#sombra_izq {
	width:15px;
	height:611px;
	background-image:url(../imagenes/sombra_izq.jpg);
	background-repeat:repeat-y;
	float:left;
	background-position: right;
}
#sombra_der {
	width:15px;
	height:611px;
	background-image:url(../imagenes/sombra_der.jpg);
	background-repeat:repeat-y;
	float:left;
	background-position:left;
}
#sombra_inf {
	width:932px;
	height:30px;
	background-image:url(../imagenes/sombra_inf.jpg);
	background-repeat:repeat-x;
	clear:both;
	margin-left:12px;
	background-position: center top;
}

/*******************************************************************************************/
/********** FONDO LOGO es diferente segun el navegador por las imagenes transparentes*******/
/*******************************************************************************************/

#cuerpo {
	width:927px;
	height:490px;
	background-image:url(../imagenes/fondodegrade.jpg);
	background-repeat:repeat-x;
	background-color:#45A4DC;
	margin: auto;
}
#menu_edificio {
	width:136px;
	height:341px;
	float:left;
	margin-top:149px;
}
                                                               /* M E N U */
#menu {
	width:136px;
	height:200px;
	margin-left:10px;
}
#edificio_abajo_der {
	width:146px;
	height:141px;
	background-image:url(../imagenes/edificios_abajo_izq.jpg);
	background-color:#45A4DC;
	background-position: left bottom;
	background-repeat:no-repeat;
}

                                                               /* T E X T O S */

#bloque_texto_con_sombra {
	width:696px;
	height:242px;
	margin-top:27px;
	float:right;
}
#sombra_texto_izq {
	width:15px;
	height:227px;
	background-image:url(../imagenes/fondo_sombra_izg_texto.jpg);
    background-repeat:repeat-y;
	float:left;
	background-position: right;
}
#bloque_texto {
	width:585px;
	height:227px;
	background-color:#FFFFFF;
	float:left;
}
#texto { /*SE MODIFICA PARA CADA SECCION*/
	width:561px;
	height:200px;
	background-color:#eeeeee;
	margin:12px;
}
#sombra_texto_der_rayas {
	width:96px;
	height:227px;
	float:right;
}
#sombra_rayas {
	width:96px;
	height:17px;
	background-image:url(../imagenes/rayas_fondoceleste_2.jpg);
	background-repeat:no-repeat;
	clear:both;
	background-position:left bottom;
}
#sombra_texto_der {
	width:96px;
	height:210px;
	background-image:url(../imagenes/fondo_sombra_der_texto.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
#sombra_texto_sup {
	width:590px;
	height:15px;
	background-image:url(../imagenes/sombra_texto_sup.jpg);
	background-repeat:repeat-x;
	margin-left:13px;
	background-position:center bottom;
}
                                           /* d i v s   q u e   c o m p o n e n   l a   i m a g e n  */
#edificios_collage_txt {
	width:781px;
	height:221px;
    background-color:#45A4DC;
	float:right;
}
#edificios_abajo_txt {
	width:781px;
	height:121px;
    background-color:#45A4DC;
	background-image:url(../imagenes/edificios_abajo_der_blanco.jpg);
	background-repeat:no-repeat;	
	clear:both;
}
#rayas_verdes_txt {
	width:96px;
	height:100px;
    background-color:#45A4DC;
	background-image:url(../imagenes/rayas_fondoceleste_sombra.jpg);
	background-repeat:no-repeat;	
	float:right;
}
#edificios_rayas_verdes_txt {
	width:585px;
	height:100px;
    background-color:#45A4DC;
	background-image:url(../imagenes/edificios_rayas_texto.jpg);
	background-repeat:no-repeat;
	float:right;
}
#edificios_rayas_verdes_txt_2 {
	width:100px;
	height:100px;
	background-color:#45A4DC;
	background-image:url(../imagenes/edificios_arriba_izq.jpg);
	background-repeat:no-repeat;
	float:right;
	background-position: right bottom;
}
#rayas_verdes_txt_2 {
	width:96px;
	height:17px;
    background-color:#45A4DC;
	background-image:url(../imagenes/rayas_fondoceleste_2.jpg);
	background-repeat:no-repeat;	
	float:right;
	margin-top:150px;
}
/*fin divs que componen la imagen */
                                                               /* P I E */
#pie {
	width:927px;
	height:121px;
	background-image:url(../imagenes/grismasclarito.jpg);
	margin: auto;
	clear:both;
}
#menu_texto {
	width:489px;
	height:50px;
	float:left;
	margin-left:5px;
	margin-top:15px;
}
#info_empresa {
	width:195px;
	height:40px;
	float:left;
	margin-top:15px;
	margin-left:15px;
}


/* ------------------------------------------------- INDEX*/

/*divs que componen la imagen del index*/
#edificios_collage {
	width:781px;
	height:238px;
    background-color:#45A4DC;
	margin-top:252px;
	float:right;
}
#edificios_abajo {
	width:781px;
	height:121px;
    background-color:#45A4DC;
	background-image:url(../imagenes/edificios_abajo_der.jpg);
	background-repeat:no-repeat;	
	clear:both;
}
#rayas_verdes {
	width:96px;
	height:117px;
    background-color:#45A4DC;
	background-image:url(../imagenes/rayas_fondoceleste_ssombra.jpg);
	background-repeat:no-repeat;	
	float:right;
}
#edificios_rayas_verdes {
	width:585px;
	height:100px;
    background-color:#45A4DC;
	background-image:url(../imagenes/edificios_rayas_sfondoblanco.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-top:17px;
}
#edificios_rayas_verdes_2 {
	width:100px;
	height:62px;
    background-color:#45A4DC;
	background-image:url(../imagenes/edificios_arriba_izq_ssombra.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-top:55px;
}
/*fin divs que componen la imagen del index*/

/* ------------------------------------------------- LA EMPRESA*/

#laempresa_texto_imagen{
	width:555px;
	height:210px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
#laempresa_texto {
	width:385px;
	height:210px;
	margin-left:85px;
}
#laempresa_imagen {
	width:250px;
	height:210px;
	background-color:#eeeeee;
	float:left;
}
/* ------------------------------------------------- IFRAME*/
#todo_con_sombra_iframe {
	width:957px;
	height:841px;
	background-color:#cccccc;
	margin-left:35px;
}
#todo_iframe{
	width:927px;
	height:801px;
	background-color:#FFFFFF;
	float:left;
}
#sombra_izq_iframe {
	width:15px;
	height:801px;
	background-image:url(../imagenes/sombra_izq.jpg);
	background-repeat:repeat-y;
	float:left;
	background-position: right;
}
#sombra_der_iframe {
	width:15px;
	height:801px;
	background-image:url(../imagenes/sombra_der.jpg);
	background-repeat:repeat-y;
	float:left;
	background-position:left;
}
#cuerpo_iframe {
	width:927px;
	height:690px;
	background-image:url(../imagenes/fondodegrade.jpg);
	background-repeat:repeat-x;
	background-color:#45A4DC;
	margin: auto;
}
#menu_edificio_iframe {
	width:136px;
	height:541px;
	float:left;
	margin-top:149px;
}
#menu_iframe {
	width:136px;
	height:400px;
	margin-left:10px;
}
                                                               /* T E X T O S */

#bloque_texto_con_sombra_iframe {
	width:696px;
	height:442px;
	margin-top:27px;
	float:right;
}
#sombra_texto_izq_iframe {
	width:15px;
	height:427px;
	background-image:url(../imagenes/fondo_sombra_izg_texto.jpg);
    background-repeat:repeat-y;
	float:left;
	background-position: right;
}
#bloque_texto_iframe {
	width:585px;
	height:427px;
	background-color:#FFFFFF;
	float:left;
}
#sombra_texto_der_rayas_iframe {
	width:96px;
	height:427px;
	float:right;
}
#sombra_texto_der_iframe {
	width:96px;
	height:410px;
	background-image:url(../imagenes/fondo_sombra_der_texto.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
/* ------------------------------------------------- CONTACTO*/
                                                               /* FORMULARIOS */
.campo {
	margin:1px;
	width:240px;
}
abbr {
	cursor: help;
} 
.inputForm {
	border: 0px solid #FFFFFF;
	background-color:#eeeeee;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	padding:2px;
}
textarea {
	padding: 2px;
}
/* ------------------------------------------------- EXPENSAS - SU CUENTA*/
                                                               /* FORMULARIOS */															   
.campos_clave {
	margin:1px;
	width:220px;
}																/* TEXTOS */
#bloque_texto_rayas_celestes {
	width:585px;
	height:227px;
	background-color:#FFFFFF;
	float:left;
	background-image: url(../imagenes/rayas_celestes.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#sombra_texto_der_rayas_celestes {
	width:96px;
	height:151px;
	background-image:url(../imagenes/sombra_texto_der.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#sombra_rayas_celestes {
	width:96px;
	height:76px;
	background-image:url(../imagenes/rayas_celestes_fondoceleste.jpg);
	background-repeat:no-repeat;
	clear:both;
	background-position:left bottom;
}
#expensas_sucuenta_texto_imagen{
	width:385px;
	height:210px;
	margin-top: 15px;
	margin-right: 100px;
	margin-left: 100px;
}
                                           /* d i v s   q u e   c o m p o n e n   l a   i m a g e n  */


#edificios_rayas_verdes_celestes_txt {
	width:585px;
	height:100px;
    background-color:#45A4DC;
	background-image:url(../imagenes/edificios_rayas_vyc_texto.jpg);
	background-repeat:no-repeat;
	float:right;
}
#edificios_rayas_verdes_txt_2 {
	width:100px;
	height:100px;
	background-color:#45A4DC;
	background-image:url(../imagenes/edificios_arriba_izq.jpg);
	background-repeat:no-repeat;
	float:right;
	background-position: right bottom;
}

/*fin divs que componen la imagen */

/* ------------------------------------------------- ALQUILERES VENTAS*/

/*#propiedades_contenedor{
	width:555px;
	height:210px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
#fichas_contenedor{
	width:555px;
	height:210px;
	clear:both;
	line-height:13px;
}
#ficha {
	width:157px;
	height:190px;
	margin-left:14px;
	margin-right:14px;
	margin-top:10px;	
	margin-bottom:10px;
	float:left;
	background-color:#F3F3F3;
}*/
#ficha img {
	margin-top:4px;	
	margin-bottom:2px;
}
#bloque_texto_rayas_verdes {
	width:585px;
	height:227px;
	background-color:#FFFFFF;
	float:left;
}

/* .................... ERROR .................... */

.titulo_error {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	text-indent: 10px;
	line-height:35px;
	background-color:#B0eA4A;
}
.mensaje_error {
	font-size: 13px;
	text-transform:uppercase;
	line-height:24px;
	text-decoration: none;
}
.pagina_error {
	margin:0 auto 0 auto;
	text-align:center;
	padding: 10px;
	background-color: #ffffff;
	vertical-align: middle;
	background-position: center center;
	height: auto;
	width: 380px;
}
.descripcion_error {
	text-decoration: none;
}
.links_error {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	cursor:pointer;
	color:#333333;
}
