@charset "utf-8";
/* CSS Document */

body
	{
		margin:0 0 0 0;
		padding:0px;
		text-align:center;
		background-color:#EFEFF7;
	}
#contenedor
{ 
		margin:0 auto 0 auto;
		text-align:left;
}
h1,h2,h3,h4,h5,h6,span
	{
		margin:0px;
		padding:0px;
	}
a img
{
border: none;
}
#headerbg
	{
		width:100%;
		height:180px;
		float:left;
		margin:0px;
		padding:0px;
		background-image: url(images/fondoheader.jpg);
		background-repeat:repeat-x;
	}
#headerblank
	{
		width:900px;
		height:180px;
		float: none;
		margin:0 auto;
		padding:0px;
	}
#header
	{
		width:900px;
		height:180px;
		float: left;
		margin:0px;
		padding:0px;
		background-image:url(images/top.jpg);
		background-repeat:no-repeat;
	}
#menu
	{
		width:777px;
		height:28px;
		float: right;
		margin:0 0 0 0;
		padding:0px;
	}
#menu ul
	{
		width:777px;
		height:28px;
		float:left;
		margin:0px;
		padding:0px;
		display:block;
	}
#menu ul li
	{
		width:110px;
		height:28px;
		float:left;
		margin:0 0 0 0;
		padding:0px;
		display:block;		
	}
#menu ul li a.menu
	{
		width:110px;
		height:28px;
		float:left;
		margin:0px;
		padding:7px 0 0 0;
		font-family:Arial;
		font-size:11px;
		font-weight:normal;
		color:#666666;
		text-align:center;
		text-decoration:none;
		background-image:url(images/menu.jpg);
		background-repeat:no-repeat;
	}	
#menu ul li a.menu:hover
	{
		width:110px;
		height:28px;
		float:left;
		margin:0px;
		padding:7px 0 0 0;
		font-family:Arial;
		font-size:11px;
		font-weight:normal;
		color:#921AF6;
		text-align:center;
		text-decoration:none;
		background-image: url(images/menuover.jpg);
		background-repeat:no-repeat;		
	}
#login
	{
		width:210px;
		height:195px;
		float: right;
		margin:0 0 0 0;
		padding:0px;
		background-image:url(images/loginbg.jpg);
		background-repeat:no-repeat;
	}
#logintxtblank
	{
		width:210px;
		height:195px;
		float: left;
		margin:0px;
		padding:0;
	}
#loginheading
	{
		width:210px;
		height:21px;
		float: left;
		margin:0 0 10px 0;
		padding:0px;
		font-family:Georgia;
		font-size:18px;
		color:#A14343;
	}
#loginheading h4
	{
		width:210px;
		height:21px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Georgia;
		font-size:20px;
		font-weight:normal;
		color:#A14343;
	}
#etiqueta
	{
		width:190px;
		height:14px;
		float: left;
		margin:0px;
		padding:5px 5px 0 5px;
		font-family:Arial;
		font-size:10px;
		color:#666666;
	}

#username
	{
		width:65px;
		height:14px;
		float: left;
		margin:0px;
		padding:7px 0 0 0;
		font-family:Arial;
		font-size:10px;
		color:#95844d;
	}
#input
	{
		width:195px;
		height:20px;
		float: left;
		margin:0px 5px 0px 5px;
		padding:0 0 0 0;
		font-family:Arial;
		font-size:10px;
		color:#ffffff;
		border:solid 1px #C4D0C9;
	}
#password
	{
		width:52px;
		height:14px;
		float:left;
		margin:0px;
		padding:7px 0 0 23px;
		font-family:Arial;
		font-size:10px;
		color:#95844d;
	}
#input02
	{
		width:197px;
		height:21px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Arial;
		font-size:10px;
		color:#95844d;
	}
.input
	{
		width:195px;
		height:17px;
		float: left;
		margin:0px 5px 0px 5px;
		padding:0 0 0 0;
		font-family:Arial;
		font-size:10px;
		color:#333333;
		border:solid 1px #D5DDD7;
		background-color:#ffffff;
	}
#loginbutton
	{
		width:210px;
		height:23px;
		float:left;
		margin:0 0 0 0px;
		padding:0 0 0 0px;
	}
.login
	{
		width:50px;
		height:23px;
		float:left;
		margin:10px 0 0 80px;
		padding:2px 0 0 0;
		font-family:Arial;
		font-size:10px;
		color:#000;
		text-align:center;
		text-decoration:none;
		background-image:url(images/login.jpg);
		background-repeat:no-repeat;
	}
.login:hover
	{
		width:50px;
		height:23px;
		float:left;
		margin:0px;
		padding:2px 0 0 0;
		font-family:Arial;
		font-size:10px;
		color:#000;
		text-align:center;
		text-decoration:none;
		background-image: url(images/loginover.jpg);
		background-repeat:no-repeat;
	}
#member
	{
		width:135px;
		height:14px;
		float: left;
		margin:9px 0 0 0;
		padding:0px;
		font-family: Arial;
		font-size:13px;
		color:#ab8e4e;
	}
#register
	{
		width:200px;
		height:14px;
		float: left;
		margin:9px 0 0 0;
		padding:0px;
		font-family: Arial;
		font-size:13px;
		color:#943415;
	}
.register
	{
		font-family: Arial;
		font-size:13px;
		color:#943415;
		text-decoration:none;
	}
.register:hover
	{
		font-family: Arial;
		font-size:13px;
		color:#943415;
		text-decoration: underline;
	}	
/*-------------------------------------------------------------------------------------HEADERPART--------------------------------------------------END--------------------------------------*/	
#contentbg
	{
		width:100%;
		float:left;
		margin:0px;
		padding:0px;

	}
#contentblank
	{
		width:920px;
		float: none;
		margin:0 auto;
		padding:0px;
	}		
#content
	{
		width:920px;
		float: left;
		margin:0px;
		padding:0px;
		background-image: url(images/contentbg.jpg);
		background-repeat:repeat-y;
	}
#contentleft
	{
		width:220px;
		float: left;
		margin:0px;
		padding:20px 0 33px 20px;
		text-align:left;
	}
#leftheading
	{
		width:216px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Georgia;
		font-size:18px;
		color:#A14343;
	}
#leftheading h4
	{
		width:216px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Georgia;
		font-size:18px;
		font-weight:normal;
		color:#A14343;
	}
.lefttxtblank
	{
		width:195px;
		height:77px;
		float: left;
		margin:20px 0 0 0;
		padding:0px;
	}
.lefttxtblank02
	{
		width:195px;
		height:77px;
		float: left;
		margin:33px 0 0 0;
		padding:0px;
	}
.lefticon
	{
		width:36px;
		height:36px;
		float: left;
		margin:0px;
		padding:12px 0 0 0;
		font-family:Arial;
		font-size:14px;
		color:#00000;
		font-weight:bold;
		text-align:center;
		background-image:url(images/lefticon.jpg);
		background-repeat:no-repeat;
	}
.leftboldtxtblank
	{
		width:150px;
		height:34px;
		float: left;
		margin:0px;
		padding:0 0 0 9px;
	}
.leftboldtxt
	{
		width:147px;
		height:13px;
		float: left;
		margin:0px;
		padding:0 0 0 3px;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color:#A14343;
	}
.lefttxt
	{
		width:132px;
		height:13px;
		float:left;
		margin:0px;
		padding:0 0 0 18px;
		font-family:Arial;
		font-size:9px;
		font-weight: normal;
		color:#464646;
		background-image:url(images/lefttxtbg.jpg);
		background-repeat:no-repeat;
	}
.leftnormaltxt
	{
		width:194px;
		float:left;
		margin:4px 0 0 0;
		padding:0px;
		font-family:Arial;
		font-size:11px;
		font-weight: normal;
		color:#464646;
	}
.morebutton
	{
		width:194px;
		float:left;
		margin:7px 0 0 0;
		padding:0px;
		font-family:Arial;
		font-size:11px;
		font-weight: normal;
		color:#464646;
	}
.more
	{
		font-family:Arial;
		font-size:11px;
		font-weight: normal;
		color:#a5122a;
		text-decoration:none;
	}
.more:hover
	{
		font-family:Arial;
		font-size:11px;
		font-weight: normal;
		color:#a5122a;
		text-decoration: underline;
	}
#leftnavheading
	{
		width:216px;
		float: left;
		margin:0px 0 0 0;
		padding:20px 0 10px 0;
		font-family:Georgia;
		font-size:20px;
		color:#7e8901;
	}
#leftnavheading h4
	{
		width:216px;
		float: left;
		margin:0px;
		padding:0 0 0 0;
		font-family:Georgia;
		font-size:20px;
		font-weight:normal;
		color:#A14343;
	}
#leftnav
	{
		width:200px;
		float: left;
		margin:0px;
		padding:0px;
	}
#leftnav ul
	{
		width:200px;
		float: left;
		margin:0px;
		padding:0px;
		display:block;
	}
#leftnav ul li
	{
		width:200px;
		height:21px;
		float: left;
		margin:0px;
		padding:0px;
		display:block;		
	}
#leftnav ul li a.leftnav
	{
		width:200px;
		height:18px;
		float: left;
		margin:0px;
		padding:3px 0 0 0px;
		font-family:Arial;
		font-size:12px;
		font-weight: normal;
		color:#464646;
		text-decoration:none;
		background-image:url(images/leftnavactive.jpg);
		background-repeat:no-repeat;
	}
#leftnav ul li a.leftnav:hover
	{
		width:200px;
		height:18px;
		float: left;
		margin:0px;
		padding:3px 0 0 0px;
		font-family:Arial;
		font-size:12px;
		font-weight: bold;
		color:#b22d00;
		text-decoration:none;		
		background-image:url(images/leftnavactive.jpg);
		background-repeat:no-repeat;
	}
#leftnav ul li a.leftnavbot
	{
		width:200px;
		height:18px;
		float: left;
		margin:0px;
		padding:3px 0 0 0px;
		font-family:Arial;
		font-size:12px;
		font-weight: normal;
		color:#464646;
		text-decoration:none;		
		background-image:url(images/leftnavbot.jpg);
		background-repeat:no-repeat;
	}
#leftnav ul li a.leftnavbot:hover
	{
		width:200px;
		height:18px;
		float: left;
		margin:0px;
		padding:3px 0 0 0px;
		font-family:Arial;
		font-size:12px;
		font-weight: bold;
		color:#b22d00;
		text-decoration:none;		
		background-image:url(images/leftnavbot.jpg);
		background-repeat:no-repeat;
	}
/*-------------------------------------------------------------------------------------LEFTRPART----------------------------------------------------------------END--*/	
#contentmid
	{
		width:680px;
		float:left;
		margin:0px;
		padding:20px 0 0px 0px;
		background-image:url(images/contentmidbg.jpg);
		background-repeat:repeat-y;
		text-align:left;
	}
.midheading
	{
		width:640px;
		float: left;
		margin:0 0 0 10px;
		padding:0px;
		font-family:Georgia;
		font-size:20px;
		color:#A14343;
	}
.midheading h2
	{
		width:640px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Georgia;
		font-size:20px;
		font-weight:normal;
		color:#A14343;
	}
.midtxt
	{
		width:640px;
		float: left;
		margin:20px 0 0 10px;
		padding:0px;
		font-family: Arial;
		font-size:12px;
		color:#464646;
	}
.midboldtxt
	{
		font-family: Arial;
		font-size:12px;
		font-weight:bold;
		color:#b22d00;
	}
#comments
	{
		width:400px;
		height:25px;
		float: left;
		margin:22px 0 44px 0;
		padding:0px;
		background-image:url(images/commentsbg.jpg);
		background-repeat:no-repeat;
	}
#addcomments
	{
		width:82px;
		height:17px;
		float: left;
		margin:0px;
		padding:7px 0 0 34px;
		font-family: Arial;
		font-size:11px;
		color:#8b2c00;
	}
.addcomments
	{
		font-family: Arial;
		font-size:11px;
		color:#8b2c00;
		text-decoration:none;
	}
.addcomments:hover
	{
		font-family: Arial;
		font-size:11px;
		color:#8b2c00;
		text-decoration: underline;
	}
#morecomments
	{
		width:72px;
		height:17px;
		float: left;
		margin:0px;
		padding:7px 0 0 28px;
		font-family: Arial;
		font-size:11px;
		color:#8b2c00;
	}
.morecomments
	{
		font-family: Arial;
		font-size:11px;
		color:#8b2c00;
		text-decoration:none;
	}
.morecomments:hover
	{
		font-family: Arial;
		font-size:11px;
		color:#8b2c00;
		text-decoration: underline;
	}
.projectheading
	{
		font-family:Georgia;
		font-size:12px;
		color:#c0943c;
		padding:0 0 0 14px;
	}
	
#totresult
	{
		width:640px;
		height:20px;
		float:left;
		margin:0 0 10px 0;
		padding:3px;
		font-family:Georgia;
		font-size:13px;
		color:#666666;
		text-align:right;
	}
#paginacion
	{
		width:640px;
		height:20px;
		float:left;
		margin:0 0 10px 0;
		padding:0;
		font-family:Georgia;
		font-size:13px;
		color:#666666;
		text-align:center;
	}
	
#ubicacion
	{
		width:640px;
		height:20px;
		float:left;
		margin:10px 0 10px 10px;
		padding:0;
		font-family:Georgia;
		font-size:13px;
		color:#666666;
		text-align:left;
	}
.ubicacionvinculo
	{
		font-family:Georgia;
		font-size:13px;
		color:#6C9B01;
		text-decoration:none;
		text-align:left;
	}
.ubicacionvinculo:hover
	{
		font-family:Georgia;
		font-size:13px;
		color:#6C9B01;
		text-decoration: underline;
		text-align:left;
	}

#projectbg
	{
		width:200px;
		float:left;
		margin:10px 0 10px 10px;
		padding:0px;
		background-image:url(images/projectbg.jpg);
		background-repeat:no-repeat;
	}
	
#separadorbg
	{
		width:640px;
		float:left;
		margin:0 0 0 20px;
		padding:0px;
		background-image:url(images/separadorbg.jpg);
		background-repeat:no-repeat;
	}
	
#projectthumnail
	{
		width:200px;
		float:left;
		margin:0px 0 0 0px;
		padding:0px;
		border:solid 2px #ABBCB2;
		background-image: url(images/projectthumnail.jpg);
		background-repeat:no-repeat;
	}
	
.projectthumnail
	{
		width:200px;
		float:left;
		margin:0px 0 0 0px;
		padding:0px;
		border:solid 2px #ABBCB2;
		background-image: url(images/projectthumnail.jpg);
		background-repeat:no-repeat;
	}
.projectthumnail:hover
	{
		width:200px;
		float:left;
		margin:0px 0 0 0px;
		padding:0px;
		border:solid 2px #C27070;
		background-image: url(images/projectthumnail.jpg);
		background-repeat:no-repeat;
	}
#projecttxtblank
	{
		width:202px;
		float:left;
		margin:0 0 0 0px;
		padding:0 5px 0 5px;
		border:solid 1px #E2E9E4;
	}
#projecttxt
	{
		width:190px;
		height:75px;
		float:left;
		margin:0 0 0 0;
		padding:5px 0 0 0px;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#titulotxt
	{
		width:190px;
		height:35px;
		float:left;
		margin:0 0 0 0;
		padding:3px 0 0 0px;
		font-family:Arial;
		font-size:9px;
		color:#666666;
		font-weight:bold;
	}
	
#preciotxt
{
	width:202px;
	height:20px;
	float:left;
	margin:5px 0 0 0;
	padding:3px 0 0 0px;
	font-family:Arial;
	font-size:14px;
	color:#A14343;
	font-weight:bold;
	text-align:center;
	background-color:#E2E9E4;
}

#secciontxt
	{
		width:190px;
		float:left;
		margin:0 0 0 0;
		padding:3px 0 0 0px;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
		font-weight:bold;
		font-style: italic;
	}

.projectboldtxt
	{
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color:#853008;
	}
.tituloboldtxt
	{
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color:#333333;
	}
#moreproject
	{
		width:190px;
		height:20px;
		float:left;
		margin:0px;
		padding:3px 0 0 0;
		text-align:right;
	}
.moreproject
	{
		font-family:Arial;
		font-size:10px;
		color:#A14343;
		text-decoration:none;
		text-align:right;
	}
.moreproject:hover
	{
		font-family:Arial;
		font-size:10px;
		color:#A14343;
		text-decoration: underline;
		text-align:right;
	}
	
#detallesbg
	{
		width:640px;
		float:left;
		margin:10px 0 10px 10px;
		padding:0px;
		background-image:url(images/projectbg.jpg);
		background-repeat:no-repeat;
	}
#detallesthumnail
	{
		width:300px;
		float:left;
		margin:0px 0 0 0px;
		padding:0px;
	}
.detallesthumnail
	{
		width:300px;
		float:left;
		margin:0px 0 0 0px;
		padding:0px;
		border:solid 3px #cccccc;
	}
.detallesthumnail:hover
	{
		width:300px;
		float:left;
		margin:0px 0 0 0px;
		padding:0px;
		border:solid 3px #ebd693;
	}
#detallestxtblank
	{
		width:320px;
		float:left;
		margin:0 0 0 10px;
		padding:0 0 0 0;
	}
#detallestxt
	{
		width:320px;
		float:left;
		margin:0 0 0 0;
		padding:10px 0 0 0px;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
	
	
#titulodetallestxt
	{
		width:320px;
		float:left;
		margin:0 0 0 0;
		padding:0 0 0 0px;
		font-family:Arial;
		font-size:12px;
		color:#333333;
	}
	
#precio
	{
		width:100px;
		height:20px;
		float: left;
		margin:10px 5px 0 0;
		padding:0px 0 0 0;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
		text-align:right;
	}
#valorprecio
	{
		width:200px;
		height:20px;
		float: left;
		margin:10px 0 0 0;
		padding:0px 0 0 0;
		font-family:Arial;
		font-size:14px;
		color:#b81f18;
		font-weight:bold;
		text-align:left;
	}
#inmobiliaria
	{
		width:100px;
		height:20px;
		float: left;
		margin:0px 5px 0 0;
		padding:0px 0 0 0;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
		text-align:right;
	}
#valorinmobiliaria
	{
		width:200px;
		height:20px;
		float: left;
		margin:0px 0 0 0;
		padding:0px 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#telefonos
	{
		width:100px;
		height:20px;
		float: left;
		margin:0px 5px 0 0;
		padding:0px 0 0 0;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
		text-align:right;
	}
#valortelefonos
	{
		width:200px;
		height:20px;
		float: left;
		margin:0px 0 0 0;
		padding:0px 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#telefono2
	{
		width:100px;
		height:20px;
		float: left;
		margin:0px 5px 0 0;
		padding:0px 0 0 0;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
		text-align:right;
	}
#valortelefono2
	{
		width:200px;
		height:20px;
		float: left;
		margin:0px 0 0 0;
		padding:0px 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#idnextel
	{
		width:100px;
		height:20px;
		float: left;
		margin:0px 5px 0 0;
		padding:0px 0 0 0;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
		text-align:right;
	}
#valoridnextel
	{
		width:200px;
		height:20px;
		float: left;
		margin:0px 0 0 0;
		padding:0px 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#email
	{
		width:100px;
		height:20px;
		float: left;
		margin:0px 5px 10px 0;
		padding:0px 0 0 0;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
		text-align:right;
	}
#valoremail
	{
		width:200px;
		height:20px;
		float: left;
		margin:0px 0 10px 0;
		padding:0px 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#emailvinculo
	{
		width:100px;
		height:20px;
		float:left;
		margin:0px;
		padding:3px 0 0 0;
		text-align:left;
	}
.emailvinculo
	{
		font-family:Arial;
		font-size:10px;
		color:#A14343;
		text-decoration:none;
		text-align:left;
	}
.emailvinculo:hover
	{
		font-family:Arial;
		font-size:10px;
		color:#A14343;
		text-decoration: underline;
		text-align:left;
	}	

#secciondetallestxt
	{
		width:320px;
		float:left;
		margin:0 0 0 0;
		padding:10px 0 0 0px;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
		font-weight:bold;
		font-style: italic;
	}

.titulodetallesboldtxt
	{
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color:#333333;
	}
	
#fichabg
	{
		width:640px;
		float:left;
		margin:0 0 0 0;
		padding:10px 10px 10px 10px;
		background-color:#ffffff;
		background-repeat:no-repeat;
	}
#fichatxtblank
	{
		width:640px;
		float:left;
		margin:0 0 0 10px;
		padding:0 0 0 0;
	}
#fichatxt
	{
		width:640px;
		float:left;
		margin:0 0 0 0;
		padding:10px 0 0 0px;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#terreno
	{
		width:120px;
		height:20px;
		float: left;
		margin:0px;
		padding:0px 0 0 0;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
	}
#valorterreno
	{
		width:80px;
		height:20px;
		float: left;
		margin:0 0 0 0;
		padding:0px 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#construccion
	{
		width:120px;
		height:20px;
		float: left;
		margin:0px 0 0 0;
		padding:0px 0 0 0;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
	}
#valorconstruccion
	{
		width:80px;
		height:20px;
		float: left;
		margin:0px 0 0 0;
		padding:0px 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#jardin
	{
		width:120px;
		height:20px;
		float: left;
		margin:0px 0 0 0;
		padding:0px 0 0 0;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
	}
#valorjardin
	{
		width:80px;
		height:20px;
		float: left;
		margin:0px 0 0 0;
		padding:0px 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#niveles
	{
		width:120px;
		height:20px;
		float: left;
		margin:0px 0 0 0px;
		padding:0px 0 0 0;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
	}
#valorniveles
	{
		width:80px;
		height:20px;
		float: left;
		margin:0 0 0 0px;
		padding:0px 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#recamaras
	{
		width:120px;
		height:20px;
		float: left;
		margin:0px 0 0 0px;
		padding:0px 0 0 0;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
	}
#valorrecamaras
	{
		width:80px;
		height:20px;
		float: left;
		margin:0px 0 0 0px;
		padding:0px 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#banos
	{
		width:120px;
		height:20px;
		float: left;
		margin:0px 0 0 0px;
		padding:0px 0 0 0;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
	}
#valorbanos
	{
		width:80px;
		height:20px;
		float: left;
		margin:0px 0 0 0px;
		padding:0px 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#sintechar
	{
		width:150px;
		height:20px;
		float: left;
		margin:0px;
		padding:0px 0 0 0;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
	}
#valorsintechar
	{
		width:70px;
		height:20px;
		float: left;
		margin:0 0 0 0;
		padding:0px 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#techada
	{
		width:150px;
		height:20px;
		float: left;
		margin:0px;
		padding:0px 0 0 0;
		font-family:Georgia;
		font-size:12px;
		color:#7282AF;
	}
#valortechada
	{
		width:70px;
		height:20px;
		float: left;
		margin:0 0 0 0;
		padding:0px 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#textoelemento
	{
		width:620px;
		height:20px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
	
#adicionalbg
	{
		width:640px;
		float:left;
		margin:0 0 0 0;
		padding:0 0 0 0;
		background-color:#ffffff;
		background-repeat:no-repeat;
	}
#adicionaltxtblank
	{
		width:640px;
		float:left;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
#adicionaltxt
	{
		width:640px;
		float:left;
		margin:0 0 0 0;
		padding:10px 10px 10px 10px;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}

#tarjetabg
	{
		width:420px;
		height:230px;
		float:left;
		margin:10px 0 20px 10px;
		padding:0 0 0 0;
		background-image:url(images/tarjeta.jpg);
		background-repeat:no-repeat;
	}
#tarjetatxtblank
	{
		width:420px;
		height:230px;
		float:left;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
#tarjetatxt
	{
		width:420px;
		height:230px;
		float:left;
		margin:0 0 0 0;
		padding:10px 10px 10px 10px;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#fotoasesor
	{
		width:90px;
		float:left;
		margin:10px 10px 0 160px;
		padding:0 0 0 0;
	}
#logo
	{
		width:125px;
		float:left;
		margin:10px 0 0 0;
		padding:0 0 0 0;
	}
#asesortxt
	{
		width:245px;
		height:15px;
		float:left;
		margin:0 0 0 160px;
		padding:0 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
		font-weight:bold;
	}
#especialidadtxt
	{
		width:245px;
		height:15px;
		float:left;
		margin:0 0 0 160px;
		padding:0 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#A14343;
	}
#telefonostxt
	{
		width:245px;
		height:15px;
		float:left;
		margin:20px 0 0 160px;
		padding:0 0 0 0;
		font-family:Arial;
		font-size:12px;
		color:#464646;
		font-weight:bold;
	}
#emailtarjeta
	{
		width:245px;
		height:15px;
		float:left;
		margin:0 0 0 160px;
		padding:0 0 0 0;
		text-align:left;
	}
.emailtarjeta
	{
		font-family:Arial;
		font-size:10px;
		color:#A14343;
		text-decoration:none;
		text-align:left;
	}
.emailtarjeta:hover
	{
		font-family:Arial;
		font-size:10px;
		color:#A14343;
		text-decoration:none;
		text-align:left;
	}
#webtarjeta
	{
		width:245px;
		height:15px;
		float:left;
		margin:0 0 0 160px;
		padding:0 0 0 0;
		text-align:left;
	}
.webtarjeta
	{
		font-family:Arial;
		font-size:10px;
		color:#A14343;
		text-decoration:none;
		text-align:left;
	}
.webtarjeta:hover
	{
		font-family:Arial;
		font-size:10px;
		color:#A14343;
		text-decoration:none;
		text-align:left;
	}


#purposetxt
	{
		width:399px;
		float:left;
		margin:20px 0 0 0;
		padding:0px;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
#purposenav
	{
		width:435px;
		float:left;
		margin:0px;
		padding:14px 0 0 0;
	}
#purposenav ul
	{
		width:188px;
		float:left;
		margin:0 24px 0 0;
		padding:0px;
		display:block;		
	}
	
#galeriabg
	{
		width:100px;
		float:left;
		margin:10px 0 10px 10px;
		padding:0px;
		background-image:url(images/projectbg.jpg);
		background-repeat:no-repeat;
	}
#galeriathumnail
	{
		width:100px;
		float:left;
		margin:0px 0 0 0px;
		padding:0px;
	}
.galeriathumnail
	{
		width:100px;
		float:left;
		margin:0px 0 0 0px;
		padding:0px;
		border:solid 3px #cccccc;
	}
.galeriathumnail:hover
	{
		width:100px;
		float:left;
		margin:0px 0 0 0px;
		padding:0px;
		border:solid 3px #ebd693;
	}

#purposenav ul li
	{
		width:188px;
		height:21px;
		float:left;
		margin:8px 0 0 0;
		padding:0px;
		display:block;
	}
#purposenav ul li a.purposenav
	{
		width:168px;
		height:18px;
		float:left;
		margin:0px;
		padding:3px 0 0 20px;
		font-family:Arial;
		font-size:11px;
		color:#c17305;
		text-decoration:none;
		background-image:url(images/purposeactive.jpg);
		background-repeat:no-repeat;
	}
#purposenav ul li a.purposenav:hover
	{
		width:168px;
		height:18px;
		float:left;
		margin:0px;
		padding:3px 0 0 20px;
		font-family:Arial;
		font-size:11px;
		color:#c17305;
		text-decoration:none;
		background-image: url(images/purposeover.jpg);
		background-repeat:no-repeat;
	}
/*-------------------------------------------------------------------------------------MIDPART------------------------------------------------------------END---------*/		
#contentright
	{
		width:180px;
		float: left;
		margin:0px;
		padding:34px 0 40px 34px;
		background-image:url(images/vline.jpg);
		background-repeat:repeat-y;
	}
.rightheading
	{
		width:180px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Georgia;
		font-size:22px;
		color:#7e8901;
	}
.rightheading h4
	{
		width:180px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Georgia;
		font-size:22px;
		font-weight:normal;
		color:#7e8901;
	}
#galleryblank
	{
		width:640px;
		float:left;
		margin:21px 0 0 0;
		padding:0px;
	}
#rightpic
	{
		width:100px;
		float:left;
		margin:0px;
		padding:0px;
	}
.rightpic
	{
		width:100px;
		float:left;
		margin:0px;
		padding:0px;
	}
.rightpic:hover
	{
		width:100px;
		float:left;
		margin:0px;
		padding:0px;
		border:solid 2px #000000;
	}
.viewbutton
	{
		width:68px;
		height:19px;
		float:left;
		margin:16px 0 36px 0;
		padding:0px;
	}
.viewbuttonbot
	{
		width:68px;
		height:19px;
		float:left;
		margin:16px 0 0 0;
		padding:0px;
	}	
.view
	{
		width:68px;
		height:16px;
		float:left;
		margin:0px;
		padding:3px 0 0 0;
		font-family: Arial;
		font-size:9px;
		color:#000;
		text-align:center;
		text-decoration:none;
		background-image:url(images/viewmore.jpg);
		background-repeat:no-repeat;
	}
.view:hover
	{
		width:68px;
		height:16px;
		float:left;
		margin:0px;
		padding:3px 0 0 0;
		font-family: Arial;
		font-size:9px;
		color:#000;
		text-align:center;
		text-decoration:none;
		background-image: url(images/viewmoreover.jpg);
		background-repeat:no-repeat;
	}
.righttxt
	{
		width:177px;
		float:left;
		margin:21px 0 0 0;
		padding:0px;
		font-family:Arial;
		font-size:12px;
		color:#464646;
	}
.rightboldtxt
	{
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color:#b22d00;
	}
/*--------------------------------------------------------------CONTENTPART-------------------------------------------------END--------------------------------------------------------------*/	
#footerbg
	{
		width:100%;
		height:70px;
		float:left;
		margin:0px;
		padding:0px;
	}
#footerblank
	{
		width:920px;
		height:70px;
		float:none;
		margin:0 auto;
		padding:0px;
	}
#footer
	{
		width:920px;
		height:70px;
		float:left;
		margin:0px;
		padding:0 0 0 0px;
		background-image:url(images/footerbg.jpg);
		background-repeat:no-repeat;
	}
#footerbox
	{
		width:215px;
		height:168px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/footerbox.jpg);
		background-repeat:no-repeat;
	}
#footermid
	{
		width:215px;
		height:168px;
		float:left;
		margin:0 35px 0 35px;
		padding:0px;
		background-image:url(images/footerbox.jpg);
		background-repeat:no-repeat;
	}
#footerlast
	{
		width:215px;
		height:168px;
		float:left;
		margin:0px;
		padding:0px;
		background-image:url(images/footerbox.jpg);
		background-repeat:no-repeat;
	}
.footerheading
	{
		width:215px;
		height:21px;
		float: left;
		margin:28px 0 0 0;
		padding:0px;
		font-family: Arial;
		font-size:24px;
		color:#f4e7bd;
	}
.footerheading h4
	{
		width:215px;
		height:21px;
		float: left;
		margin:0px;
		padding:0px;
		font-family: Arial;
		font-size:24px;
		font-weight:normal;
		color:#f4e7bd;
		text-align:center;
	}
.footertxt
	{
		width:184px;
		float: left;
		margin:17px 0 0 16px;
		padding:0px;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
	}
.footerbutton
	{
		width:68px;
		height:19px;
		float: left;
		margin:15px 0 0 73px;
		padding:0px;
	}
.button
	{
		width:68px;
		height:15px;
		float: left;
		margin:0px;
		padding:4px 0 0 0;
		font-family:Arial;
		font-size:9px;
		color:#000;
		text-align:center;
		text-decoration:none;
		background-image:url(images/footerbutton.jpg);
		background-repeat:no-repeat;
	}
.button:hover
	{
		width:68px;
		height:15px;
		float: left;
		margin:0px;
		padding:4px 0 0 0;
		font-family:Arial;
		font-size:9px;
		color:#000;
		text-align:center;
		text-decoration:none;
		background-image: url(images/footerover.jpg);
		background-repeat:no-repeat;
	}
#footerlinks
	{
		width:900px;
		float:left;
		margin:10px 0 0 0;
		padding:0px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
		text-decoration:none;
	}
.footerlinks
	{
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
		text-decoration:none;
		padding:0 3px 0 3px;
	}
.footerlinks:hover
	{
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
		text-decoration: underline;
		padding:0 3px 0 3px;		
	}
#copyrights
	{
		width:900px;
		float:left;
		margin:5px 0 0 0;
		padding:0px;
		font-family:Arial;
		font-size:11px;
		color:#401400;
		text-align:center;
	}
#designedby
	{
		width:900px;
		float:left;
		margin:5px 0 0 0;
		padding:0px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#401400;
		text-align:center;
	}
.designedby
	{
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#ee7e1f;
		text-align:center;
		text-decoration:none;
	}
.designedby:hover
	{
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#ee7e1f;
		text-align:center;
		text-decoration:underline;
		}

#validation
	{
		width:422px;
		float:left;
		margin:5px 0 0 0;
		padding:0 0 0 293px;
	}
.xhtml
	{
		width:66px;
		height:17px;
		float: left;
		margin:0px;
		padding:1px 0 0 0;
		font-family:Arial;
		font-size:11px;
		color:#000;
		text-align:center;
		text-decoration:none;
		background-image:url(images/xhtml.jpg);
		background-repeat:no-repeat;
	}
.xhtml:hover
	{
		width:66px;
		height:17px;
		float: left;
		margin:0px;
		padding:1px 0 0 0;
		font-family:Arial;
		font-size:11px;
		color:#000;
		text-align:center;
		text-decoration:none;
		background-image:url(images/xhtml.jpg);
		background-repeat:no-repeat;
	}
.css
	{
		width:66px;
		height:18px;
		float: left;
		margin:0 0 0 5px;
		padding:0px;
		font-family:Arial;
		font-size:11px;
		color:#000;
		text-align:center;
		text-decoration:none;
		background-image:url(images/xhtml.jpg);
		background-repeat:no-repeat;
	}
.css:hover
	{
		width:66px;
		height:18px;
		float: left;
		margin:0 0 0 5px;
		padding:0px;
		font-family:Arial;
		font-size:11px;
		color:#000;
		text-align:center;
		text-decoration:none;
		background-image:url(images/xhtml.jpg);
		background-repeat:no-repeat;
	}
