Deprecated: Function ereg() is deprecated in /var/www/vhost/alzarealestate.com/home/html/sites/all/themes/alza_viernes/style.prensa.php on line 10

Deprecated: Function ereg() is deprecated in /var/www/vhost/alzarealestate.com/home/html/sites/all/themes/alza_viernes/style.prensa.php on line 11

Deprecated: Function ereg() is deprecated in /var/www/vhost/alzarealestate.com/home/html/sites/all/themes/alza_viernes/style.prensa.php on line 12
/*
Theme Name: alza_viernes
Description: alza_viernes Drupal theme.
Version: 1.0
Author: Gerardo
Author URI:
*/




/**********************************/
/* REGIONES DE PRENSA */
/**********************************/
/* INICIO PÁGINA NOTAS DE PRENSA */
.notas_contenido {
	width: 767px;
}

.notas_cabecera {
	position: relative;
	width: 767px;
	height: 140px;
	background-image: url('images/prensa/notas_cabecera_titulo.png');
	background-repeat: no-repeat;
}

.notas_cabecera_titulo h2 {
	font-size: 31px;
	text-decoration: none;
	text-align: left;
	color: #002760;
	position: relative;
	top: -10px;
	left: 15px;
	text-shadow: #8f8f8f 1px 1px;
	width: 500px;
	float: left;
}

h3, h3 a, h3 a:link, h3 a:visited {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
}

h3 a:hover {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	color: #B6B6B6;
	text-decoration: underline;
}

.notas_lista {
	width: 667px;
}

.item-list ul {
	margin: 15px;
}

.item-list .pager ul {
	border: 0;
	margin: 0;
	padding: 0;
}

.item-list .pager li {
	border: 0;
	margin: 0;
	padding: 4px 6px;
	font-size: 11px;
	list-style: none;
	margin-right: 2px;
}

.item-list .pager a {
	border: solid 1px #9aafe5;
	margin-right: 2px;
}

.pager .pager-first a, .pager .pager-previous a, .pager .pager-next a, .pager-last a {
	font-weight: bold;
}

.pager .pager-current {
	background: #2e6ab1;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	float: left;
	padding: 4px 6px;
}

.pager a:link, .pager a:visited {
	color: #0e509e;
	display: block;
	float: left;
	padding: 3px 6px;
	text-decoration: none;
}

.pager a:hover {
	border: solid 1px #0e509e
}

.descargas {
	margin-top: 50px;
	font-size: 20px;
}

.lista-descargar {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 370px;
}

.lista-descargar .descargar {
	float: right;
}

.lista-descargar img {
	margin: 0;
}



/*Contacto*/
/* error container */
#formulario {
	float: left;
}

#errores {
	background-color: #163356;
	color: #fff;
	width: 380px;
	padding: 20px;
	margin: 5px 5px 5px 40px;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;			
}

/* title */
#errores h3 {
	margin:-5px 0;
	color:yellow;
	font-size: 20px;
	text-align: center;
}

#fcontacto {
	border: 1px outset #ccc;
	background: #fff url(images/global/gradient/h600.png) repeat-x;
	padding: 10px;
	margin: 20px 0 20px 60px;
	width: 360px;
	-moz-border-radius: 4px;
	font-size: 11px;
	text-align: center !important;
}

#fcontacto h3 {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: bolder;
	color: #000;
}

#fcontacto input, #fcontacto textarea {
	-moz-border-radius: 4px 4px 4px 4px;
	background-color: #eee;
	border: 1px solid #999;
	color: #333;
	font-size: 12px;
	padding: 4px;
	/*text-shadow: 1px 1px 1px #000000;*/
}

#fcontacto #button {
	-moz-border-radius: none;
	border: none;
	padding: 0;
}

#fcontacto #fpromocion {
	background-color: #ddd;
}

#fcontacto input:focus, #fcontacto textarea:focus {
	background-color:#fff;
}

#fcontacto p {
	top: 10px;
}

#inputs label, #inputs input, #inputs textarea, #inputs select {
	display: block;
	width: 170px;
	float: left;
	margin-bottom: 20px;
}

#inputs input {
	font-weight: normal;
}

#inputs textarea {
	width: 240px;
	height: 120px;
}

#inputs label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	margin-top: 3px;
	font-size: 12px;
	font-weight: bold;
}

#inputs label .condiciones {
	text-align: center;
	font-size: 11px;
}

#inputs br {
	clear: left;
}

#mensaje {
	margin: 60px 0 0 100px;
	width: 600px;
}

#mensaje h2 {
	color: #666;
	font-size: 150%;
}

#mensaje p {
	color: #666;
	font-weight: bold;
	margin: 6px 0;
}

#checkmark {
	left: -60px;
	position: relative;
	top: -60px;
	background: url('images/check.png') no-repeat;
	width: 48px;
	height: 48px;
}

/* simple css-based tooltip */
.tooltip {
	background-color:#00216c;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

#backgroundPopup {
	background: none repeat scroll 0 0 #000000;
	border: 1px solid #CECECE;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#popupContact {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid #CECECE;
	display: none;
	font-size: 13px;
	padding: 12px;
	position: fixed;
	width: 400px;
	z-index: 100000;
}

#popupContact h3 {
	color: #00216c;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 2px;
	text-align: center;
}

#popupContactClose {
	color: #6FA5FD;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	position: absolute;
	right: 6px;
	top: 4px;
}
