@charset "ISO-8859-1";

/*
 * http://www.vivienda3d.com
 * CSS general para web corporativa de VIVIENDA 3D
 * (C) 2007 SIMURTEL (www.simurtel.com)
*/

* {
	padding:0px;
	margin: 0px;
}

body {
	font-family:'Lucida Grande','Geneva','Helvetica','Tahoma','Verdana',sans-serif;
    font-size:12px;
	color: #333;
	background: #fff;
	background-image:url(graphics/gradient.gif);
	background-repeat:repeat-x;
}

a img {
	border:none;
} 
a {
	color: #5B0DA5;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color: #9F42F9;
}

a.external_link{
	padding-right:13px;
	background:transparent url(graphics/external.png) no-repeat scroll right center;
}

/*HEADER*/
div#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	/*height: 130px;*/
	margin: auto;
}
div#header h1 {
  margin-top:66px;;
  font-weight:normal;
  font-size:20px;
  color:#999;
  padding-right:20px;
  float:right;
}

#logo{
	padding-top:15px;
	padding-bottom:5px;
	width:500px;
	float:left;
}


div#nav_primary {
	width: 898px;
	height: 31px;
	background: url('graphics/menu_bg.png') top ; 
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	clear: left;
}


div#nav_primary ul li {
	list-style: none;
	float:left;
}

div#nav_primary ul li a {
	margin: 1px 0px 1px 0px;
	padding: 7px 12px 6px 13px;
	font: normal 12px/15px 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	color: #4c4c4c;
 	display: block; 
	text-decoration: none;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #fff;
}
div#nav_primary ul li a:hover {
	margin: 0px 0px 0px 0px;
	padding: 8px 13px 8px 14px;
	background: url('graphics/menu_hover.png') repeat-x top ; 
	color: #fff;
	border-right: none;
	border-left: none;
}
 
div#nav_primary ul li#selected {
	background: url('graphics/menu_selected.png') repeat-x top ; 
}

div#nav_primary ul li#selected a {
	margin: 1px 0px 1px 0px;
	padding: 7px 12px 7px 13px;
	color: #333;
 	display: block; 
	text-decoration: none;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #e5e5e5;
}

div#nav_primary ul li#selected a:hover {
	background: none; 
	color: #333;
	border-right: 1px solid #bfbfbf;
}


div#nav_primary ul li.right {
	float: right;
 }
/*END HEADER*/


/*	Column styles */


div#column1 {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	width: 179px;
	float: left;
}

div#column2 {
	margin: 0px 0px 0px 0px;
	padding: 25px 10px 0px 10px;
	width: 160px;
	float: left;
}

div#column3 {
	margin: 0px 0px 0px 0px;
	padding: 25px 10px 0px 10px;
	width: 160px;
	float: left;
}

div#column4 {
	margin: 0px 0px 0px 0px;
	padding: 25px 10px 0px 10px;
	width: 160px;
	float: left;
}

div#column5 {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 10px;
	width: 169px;
	float: left;
}

div#column234 {
	margin: 0px 0px 0px 0px;
	padding: 25px 10px 20px 10px;
	width: 520px;
	float: left;
}

div#column2345 {
	margin: 0px 0px 0px 0px;
	padding: 25px 10px 20px 10px;
	width: 690px;
	float: left;
}
div#column12345 {
	margin: 0px 0px 0px 0px;
	padding: 25px 10px 20px 10px;
	width: 880px;
	float: left;
}
div#page {
	background:#F8F8F8 none repeat scroll 0%;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	clear:left;
	margin:auto;
	padding:0px;
	width:898px;
 	font-size:110%;
}
div.center {
	width:100%;
	text-align:center;
}
div#page h2{
	color:#5B0DA5;
	font-family:'Lucida Grande','Geneva','Helvetica','Tahoma','Verdana',sans-serif;
	font-size:28px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:30px;
	margin:0px;
	padding:0px 0px 5px;
}
div#page h3{
	color:#5B0DA5;
	font-family:'Lucida Grande','Geneva','Helvetica','Tahoma','Verdana',sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:30px;
	margin:0px;
	padding:0px 0px 5px;
}
div#page .subtitle{
	color:#666;
	font-weight:bold;
	font-size:110%;
	padding-left:50px;
}
div#page p{
	margin:5px;
	text-align:justify;
	margin-top:15px;
	line-height:25px;
}
div#page ul.pagelist {
	margin:5px;
	margin-top:15px;
	list-style-type:none;
}
div#page ul.pagelist li{
	padding:5px;
	margin-left:20px;
	padding-left:30px;
	background:url(graphics/list-dot.gif) no-repeat left 40%;
	text-align:justify;
	line-height:25px;
}
div#page ul.pagelist li.secondary{
	padding:5px;
	margin-left:70px;
	list-style-type:square;
	list-style-image: url(graphics/purple_square.png);
	background-image:none;
	/*background:url(graphics/list-dot.gif) no-repeat;*/
	text-align:justify;
	line-height:20px;
}
div#page p.first{
	margin-top:25px;
}
.logo_v{
	color:#fff;
	background-color:#5B0DA5;
	font-weight:bold;
	padding:2px;
}
.logo_3{
	color:#fff;
	background-color:#333;
	font-weight:bold;
	padding:4px;
}
div#footer_bar{
	width: 898px;
	height: 20px;
	background: url('graphics/menu_bg_mini.png') top ; 
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	clear: left;
	margin:auto;
}
div.spacer{
	height:40px;
	width:100px;
}
div#copyright{
	margin:auto;
	text-align:center;
	color:#aaa;
}
/*index*/
div#main_promo{
/*	background:transparent url(graphics/home_3d.png) no-repeat scroll right 50%;*/
	margin:0px;
	min-height:300px;
	height:300px;
	padding:15px;
	margin:auto;
	text-align:right;
	width:870px;
}

div#video_promo{
	width:400px;
	height:300px;
	float:right;
}
div#main{
	clear:left;
	margin:auto;
	padding:0px;
	width:898px;
 	font-size:130%
 }
div#main_promo h2{
	float:left;
	text-align:left;
	font-size:30px;
	width:450px;
}
div#main_promo .pink_slogan{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	color:#5B0DA5;
	font-weight:bold;
	width:400px;
	margin-top:20px;
	text-align:center;
	font-size:150%;
}
div#main_promo .pink_slogan #text{
	width:100%;
	text-align:center;
}
div#main_promo .home_buttons{
	float:left;
	width:400px;
	margin-top:20px;
	text-align:left;
}
div#main_promo .home_buttons a{
	margin-left:60px;
}

div#home_boxes{
	width:100%;
	margin-bottom:20px;
}
div#home_boxes a{
	margin-left:26px;
}

div#barra_lila{
	margin-top:
	width:100%;
	height:10px;
	background-color:#5B0DA5;
}
div#contact_header{
	width:100%;
}
div#contact_header h1 {
  font-weight:normal;
  font-size:20px;
  color:#999;
  padding-right:20px;
  width:90%;
  text-align:right;
}
div#contact_header #logo{
	width:90%;
}
div.contact_slot{
	margin:auto;
	width:70%;
	height:75px;
	border:1px solid #bbb;
	margin-top:5px;
}
.contact_slot#phone{
	background:transparent url(graphics/phone.png) no-repeat scroll left center;
}
div.contact_slot#mail{
	background:transparent url('graphics/mail.png') no-repeat scroll left center;
}
div.contact_slot#postal{
	background:transparent url('graphics/envelope.png') no-repeat scroll left center;
}

div.contact_slot h2{
	font-size:16px;
}
div.contact_slot h3{
	font-size:14px;
}
div.contact_slot .slot_content{
	width:100%;
	margin-left:30px;
	text-align:center;
}
/*MENU SECUNDARIO*/
div#nav_sec {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 179px;
	text-align: right;
	background: url('graphics/bg_sidebar_left.png') repeat-y top left ; 
}

div#nav_sec img {
	margin: 2px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
}

div#nav_sec ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 179px;
}

div#nav_sec ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 179px;
}

div#nav_sec ul li a {
	margin: 1px 0px 0px 0px;
	padding: 9px 22px 9px 20px;
	background: url('graphics/bg_nav_sec.png') repeat-y top left ; 
	font: normal 11px/12px 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	color: #747474;
 	display: block; 
 	font-size:102%;
	text-decoration: none;
}

div#nav_sec ul li a:hover {
	background: url('graphics/bg_nav_sec_hover.png') no-repeat top left ; 
	color: #fff;
}

div#nav_sec ul li#selected a {
	background: url('graphics/bg_nav_sec_selected.png') repeat-y top left ; 
	font: bold 11px/12px 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	color: #333;
}

div#nav_sec ul li#selected a:hover {
	background: url('graphics/bg_nav_sec_selected_hover.png') repeat-y top left ; 
	color: #fff;
}


div#nav_sec ul li.header a {
	margin: 0px 0px 0px 0px;
	padding: 9px 22px 4px 20px;
	background: url('graphics/bg_nav_sec_header.png') no-repeat top left ; 
	font: bold 9px/10px 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	color: #ddd;
}

div#nav_sec ul li.header a:hover {
	background: url('graphics/bg_nav_sec_header.png') no-repeat top left; 
	color: #fff;
}

div#nav_sec ul li.top a {
	margin: 0px 0px 0px 0px;
	padding: 13px 22px 9px 20px;
	background: url('graphics/bg_nav_sec_top.png') no-repeat top left ; 
}

div#nav_sec ul li.top a:hover {
	background: url('graphics/bg_nav_sec_top_hover.png') no-repeat top left; 
	color: #fff;
}
div#nav_sec ul li.top#selected a {
	margin: 0px 0px 0px 0px;
	padding: 13px 22px 9px 20px;
	background: url('graphics/bg_nav_sec_top_selected.png') no-repeat top left ; 
}

div#nav_sec ul li.top#selected a:hover {
	background: url('graphics/bg_nav_sec_top_selected_hover.png') no-repeat top left; 
	color: #fff;
}

div#nav_sec ul li.bottom a {
	margin: 1px 0px 0px 0px;
	padding: 9px 22px 15px 20px;
	background: url('graphics/bg_nav_sec_bottom.png') no-repeat bottom left; 
}

div#nav_sec ul li.bottom a:hover {
	background: url('graphics/bg_nav_sec_bottom_hover.png') no-repeat bottom left ; 
	color: #fff;
}

div#nav_sec ul li.bottom#selected a {
	margin: 1px 0px 0px 0px;
	padding: 9px 22px 15px 20px;
	background: url('graphics/bg_nav_sec_bottom_selected.png') no-repeat bottom left ; 
}

div#nav_sec ul li.bottom#selected a:hover {
	background: url('graphics/bg_nav_sec_bottom_selected_hover.png') no-repeat bottom left; 
	color: #fff;
}

