/* CSS Document */
/* - Cuerpo - */
body
{
	margin:0;
	padding:0;
	background:#FFFFFF;
	font-family: "Arial Narrow";	
}

body a
{
	color:#333333;
	text-decoration:none;
}

/*body a:hover{ text-decoration:underline; }*/
/*.bodybg{ position:absolute; width:100%; z-index:-1010; top:-2px; }*/

/* - Parte Superior - */
.outercontainer
{
	width:100%;
	text-align:center;
}

.innercontainer
{
	width:1200px;
	margin:auto;
}

.header
{
	width:840px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.innerheader
{
	width:840px;
}

.upperheader
{
	width:840px;
	margin-left:auto;
	margin-right:auto;
	height:100px;
	background:#FFFFFF;
	text-align:left;
}

.logoheader
{
	float:left;
	text-align:left;
	width:280px;
	height:100px;
	background:url(../images/logo.jpg) left center no-repeat;
}

.logoheaderright
{
	float:right;
	text-align:right;
	width:280px;
	height:100px;
	background:url(../images/amimi.jpg) right bottom no-repeat;
}

/* - Menu Superior - */
.middleheadermenu
{
	width:840px;
	height:32px;
	border-top:none;
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

#uppermenu
 {
 	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}

#uppermenu li
{
	margin: 0;
	padding: 0;
	float:left;
}

#uppermenu a
{
	float: left;
	text-align: left;
	text-decoration: none;
	line-height: 2.1em;
	font-size: 15px;
	color: #B2B2B2;
	margin-right:20px;
}

#uppermenu a:hover
{
	color:#333333;
}

#uppermenu #selectedinterior
{
	color:#FF9A02;
}


#aboutus #uppermenu #aboutusli a 
{
	float: left;
	text-align: left;
	text-decoration: none;
	line-height: 2.1em;
	font-size: 15px;
	color: #FE9900;
}

#services #uppermenu #servicesli a 
{
	float: left;
	text-align: left;
	text-decoration: none;
	line-height: 2.1em;
	font-size: 15px;
	color: #FE9900;
}

#home #uppermenu #homeli a 
{
	float: left;
	text-align: left;
	text-decoration: none;
	line-height: 2.1em;
	font-size: 15px;
	color: #FE9900;
}

#contactus #uppermenu #contactusli a 
{
	float: left;
	text-align: left;
	text-decoration: none;
	line-height: 2.1em;
	font-size: 15px;
	color: #FE9900;
}

#clients #uppermenu #clientsli a 
{
	float: left;
	text-align: left;
	text-decoration: none;
	line-height: 2.1em;
	font-size: 15px;
	color: #FE9900;
}

#gallery #uppermenu #galleryli a 
{
	float: left;
	text-align: left;
	text-decoration: none;
	line-height: 2.1em;
	font-size: 15px;
	color: #FE9900;
}

#viewnews #uppermenu #newsli a
{
	float: left;
	text-align: left;
	text-decoration: none;
	line-height: 2.1em;
	font-size: 15px;
	color: #FE9900;
}

/* - Administracion - */
.adminlayoutmenu
{
	margin-top:60px;
	float:right;
	margin-right:10px;
}

#adminuppermenu
 {
 	float:left;
	margin:0;
	list-style-type:none;
	padding:0;
}

#adminuppermenu li
{
	margin: 0;
	padding: 0;
	float:left;
}

#adminuppermenu a 
{
	float: left;
	text-align: center;
	text-decoration: none;
	line-height: 2.1em;
	font-size: 15px;
	color: #B2B2B2;
	margin-left:5px;
	margin-right:5px;
}

#adminuppermenu a:hover
{
	color:#333333;
}

.adminrightcolumn
{
	width:840px;
	text-align:center;
	color: #B2B2B2;
}

/* - Menu Interior - */
.lowerheader
{
	width:840px;
	height:64px;
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #B2B2B2;
	border-right: 0px;
	border-bottom: 1px solid #B2B2B2;
	border-left: 0px;
}

.lefttextcolumn
{
	float:left;
	width:160px;
	height:64px;
}

.innerlefttextcolumn
{
	font-size:48px;
	color:#666666;
	text-align:left;
	margin-top:5px;
}

.termstextcolumn
{
	float:left;
	width:840px;
	height:30px;
}

.termsinnertextcolumn
{
	font-size:32px;
	color:#666666;
	text-align:left;
	margin-top:10px;
}


.actuallefttext
{
	float:left;
	margin-right:0px;
}

.rightarrow
{
	float:left;
	width:25px;
	height:55px;
	background:url(../images/arrow.jpg);
}

.rightcategories
{
	width:670px;
	float:right;
	height:100%;
}

#gallerymenu
 {
 	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-top:15px;

}

#gallerymenu li
{
	margin:0px;
	padding:0px;
	float:left;
	height:80%;
	text-align:center;
	background:url(../images/line.jpg) right top no-repeat;
}

#gallerymenu a 
{
	float: left;
	text-align: center;
	/*font-size: 14px;*/
	color:#B2B2B2;
	margin-left:13px;
	margin-right:13px;
	max-width:250px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
}

#gallerymenu #selectedinterior
{
	color:#333333;
}

#gallerymenu a:hover
{
	color:#333333;
	text-decoration:none;
}

/*******/

#gallerygallerymenu
 {
 	float:right;
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-top:15px;
	width:100%;
}

#gallerygallerymenu li
{
	margin:0px;
	padding:0px;
	float:left;
	height:80%;
	text-align:center;
	/*background:url(../images/line.jpg) right top no-repeat;*/
}

#gallerygallerymenu a 
{
	float: left;
	text-align: left;
	font-size: 16px;
	color:#B2B2B2;
	margin-left:8px;
	margin-right:8px;
	max-width:250px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;	
}

#gallerygallerymenu #selectedinterior
{
	color:#333333;
}

#gallerygallerymenu a:hover
{
	color:#333333;
	text-decoration:none;
}

/*******/

.selectedfocus
{
	color: #333333;
}

.nonselectedlink
{
	color: #B2B2B2;
}

.innergallerytext
{
	float:left;
	color:#666666;
	font-size:21px;
	font-style:italic;
	margin-top:15px;
}

.innergallerycat
{
	float:right;
	text-align:right;
}

.serviceslefttextcolumn
{
	float:left;
	width:220px;
	height:64px;
}

.servicesrightcategories
{
	height:100%;
	float:left;
}

.gallerylefttextcolumn
{
	float:left;
	width:200px;
	height:64px;
	
}

.galleryrightcategories
{
	height:100%;
	float:right;
	max-height:630px;
}

/* - Contenido - */
/*** Contenedores Generales ***/
.contentwrapper
{
	width:840px;
	margin-left:auto;
	margin-right:auto;
}

.innercontentwrapper
{
	margin-top:20px;
	width:840px;
	color: #666666;
	position:relative;
}

/*** Contenedores Galeria ***/
.gallerycontentwrapper
{
	width:840px;
	height:430px;
	margin-left:auto;
	margin-right:auto;
}

.galleryinnercontentwrapper
{
	margin-top:20px;
	color: #B2B2B2;
	position:relative;
}

/*** Contenido General ***/
.column
{
	width:840px;
	color: #666666;
}

.innercolumn
{
	font-size:18px;
	text-align:justify;
	font-weight:normal;
	margin-left:2px;
	margin-right:2px;
	border:2px solid #FFFFFF;
}

.leftcolumn
{
	float:left;
	width:530px;
	color: #666666;
}

.innerleftcolumn
{
	font-size:18px;
	text-align:justify;
	font-weight:normal;
}

.rightcolumn
{
	float:right;
	text-align:center;
	width:300px;
}

.innerrightcolumn
{
	border:0px;
}

.termsinnercolumn
{
	font-size:14px;
	text-align:justify;
	font-weight:normal;
	margin-left:2px;
	margin-right:2px;
	border:2px solid #FFFFFF;
}

/*** Contenido Home ***/
.homeleftcolumn
{
	float:left;
	width:320px;
	color: #666666;
}

.homeinnerleftcolumn
{
	font-size:18px;
	text-align:justify;
	font-weight:normal;
}

.homerightcolumn
{
	float:right;
	text-align:right;
	width:460px;
}

.homeinnerrightcolumn
{
	border:0px;
}

/*** Contenido About ***/
.aboutinnerrightcolumnup
{
	text-align:center;
	margin:10px;
	margin-left:20px;
	width:280px;
	border:0px;
}

.aboutinnerrightcolumndown
{
	text-align:center;
	margin:10px;
	margin-left:20px;
	width:280px;
	border:0px;
}

/*** Contenido Galeria **/
.galleryleftcolumn
{
	float:left;
	width:230px;
	text-align:center;
	
}

.galleryrightcolumn
{
	float:right;
	width:600px;
	text-align:center;
}

.galleryinnerleftcolumn
{
	width:230px;
}

.galleryinnerrightcolumn
{
	width:600px;
}

.uppergallerysmallimages
{
	width:600px;
	background:url(../images/mask.png);
	text-align:center;
}

.inneruppergallerysmallimages
{
	float:right;
	width:600px;
	text-align:center;
}
/*** ***/
.lowergallerybigimage
{
	width:600px;
	text-align:left;
}

.innerlowergallerybigimage
{
	/*text-align:left;
	background:url(../images/mask.png);
	width:520px;*/
}

.middlebigimagediv
{
	float:left;
	position:relative;
}

/*** Mascaras Galeria***/
.maskdiv
{
	display:none;
}
.hovermaskdiv
{
	position:absolute;
	left:0;
	width:900px;
	height:600px;
	z-index:1000;
	background:url(../images/loadingmask.png);
}

.loadingmaskdiv
{
	display:none;
}
.loadinghovermaskdiv
{
	position:absolute;
	left:450px;
	top:250px;
	z-index:1010;
}

.elastic
{
	clear:left;
	width:100px;
}

/* - Pie de Pagina - */
.aboutfooter{
	width:70%;
	margin-top:450px;
	margin-left:auto;	
	margin-right:auto;
	border-top:1px solid #B2B2B2;
}

.galleryfooter{
	width:70%;
	margin-top:10px;
	margin-left:auto;	
	margin-right:auto;
	border-top:1px solid #B2B2B2;
}

.servicesfooter{
	width:70%;
	margin-top:580px;
	margin-left:auto;	
	margin-right:auto;
	border-top:1px solid #B2B2B2;
}

.newsfooter{
	width:70%;
	margin-top:410px;
	margin-left:auto;	
	margin-right:auto;
	border-top:1px solid #B2B2B2;
}

.clientsfooter{
	width:70%;
	margin-top:800px;
	margin-left:auto;	
	margin-right:auto;
	border-top:1px solid #B2B2B2;
}

.otherfooter{
	width:70%;
	margin-top:520px;
	margin-left:auto;	
	margin-right:auto;
	border-top:1px solid #B2B2B2;
}

.anotherfooter{
	width:70%;
	margin-top:720px;
	margin-left:auto;	
	margin-right:auto;
	border-top:1px solid #B2B2B2;
}

.innerfooter{
	width:100%;
	height:100%;
	max-width:840px;
	margin-top:5px;
	text-align:right;
	font-weight:bold;
	font-size:10px;
	color: #B2B2B2;
}

.innerinnerfooter{
	width:100%;
	height:100%;
	max-width:840px;
	margin-top:5px;
	text-align:right;
	font-weight:bold;
	font-size:10px;
	color: #B2B2B2;
}

/************************************/
.registerform
{
	width:500px;
	text-align:left;
	margin:auto;
	background:url(../images/mask.png);
	color: #666666;
}

.bigregisterform
{
	width:870px;
	text-align:left;
	margin:auto;
	color: #666666;
}

#formstyle
{
	
	font-size: 14px;
	color: #666666;
	list-style: none;
	padding: 8px;
	margin:0;
}
#formstyle li 
{
	padding-bottom: 1em;
	clear: left;
	width: 100%;
	list-style: none;
}

#formstyle label 
{
	float: left;
	width:16em;
	margin-right:1em;
}

.innercontactus
{
	float:left;
	width:820px;
	background:url(../images/contactusmask.png);
	font-size:14px;
	font-family: "Arial Narrow";
	font-weight:bold;
	line-height:150%;
	text-align:center;
}

.innerinnercontactus
{
	width:800px;
}

*html .innercontactus
{
	float:left;
	width:740px;
	height:450px;
	background:url(../images/contactusmask.png);
	font-family: "Arial Narrow";
}

.thickfont
{
	color: #333333;
}

.contactleft
{
	float:left;
	width:200px;
	height:350px;
	margin-top:40px;
	text-align:left;
}

.contactmiddle
{
	float:left;
	width:240px;
	margin-left:20px;
	height:350px;
	margin-top:40px;
	text-align:left;
	border-right:1px dotted #000000;
}

.contactright
{
	float:left;
	width:220px;
	margin-left:20px;
	height:350px;
	margin-top:40px;
	text-align:left;
}

.resetimage
{
	background:url(../images/erase.jpg) no-repeat;
	border:0;
	width:64px;
	height:26px;
	color:#FFFFFF;
	cursor:pointer;
}

.submitimage
{
	background:url(../images/send.jpg) no-repeat;
	border:0;
	width:64px;
	height:26px;
	color:#FFFFFF;
	cursor:pointer;
}

.pagingnumbers
{
	border: 1px solid #999999;
	float:left;
	margin-left:5px;
	margin-bottom:10px;
	margin-top:10px;
}

.pagingnumbers a
{
	padding-left:6px;
	padding-right:6px;
	padding-bottom:3px;
	padding-top:3px;
	display:block;
	text-decoration:none;
}

.selectedpage
{
	padding-left:6px;
	padding-right:6px;
	padding-bottom:3px;
	padding-top:3px;
	background: #FE9900;
	display:block;
	color:#B2B2B2;
	text-decoration:none;
}

.pagingnumbers a:hover
{
	background: #FE9900;
	color:#FFFFFF;
	text-decoration:none;
}

.prevclass
{
	border:1px solid #333333;
	background:none;
	color:#333333;
}

.nextclass
{
	border:1px solid #333333;
	background:none;
	color:#333333;
}

.leftblog
{
	float:left;
	width:520px;
	margin-top:10px;
}

.innerleftblog
{
	width:500px;	
}

.singleblog
{
	text-align:left;
	margin-bottom:10px;
	border-bottom:1px dashed #999999;
}

.innersingleblog
{
	margin-left:10px;
}

.fullstory
{
	font-size:12px;
}

.singletitle
{
	border-bottom:1px dashed #000000;
	margin-bottom:5px;
}

.singletitle a
{
	color:#FFFFFF;
	font-weight:bold;
}

.innersingletitle
{
	margin:5px;
}

.rightallarticles
{
	float:left;
	width:260px;
	margin-top:10px;
	border:2px solid #F8470C;
	background:#FB5F37;
}

.rightallarticles a:hover
{
	color:#666666;
	text-decoration:underline;
}

.dateclass
{
	color:#000000;
	font-size:14px;
	margin-top:5px;
	margin-bottom:2px;
}

.newstitle
{
	color:#B2B2B2;
	font-size:22px;
	margin-top:5px;
	margin-bottom:5px;
}

.newstitle a
{
	color:#B2B2B2;
	font-size:22px;
}

.articleshead
{
	border-bottom:1px solid #000000;
	padding-bottom:4px;
}

.articleshead a
{
	color:#000000;
	font-size:18px;
}

.authorname
{
	padding:2px;
	background:#333333;
	color:#FFFFFF;
	border:1px solid #000000;
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
}

.authorwebsite
{
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
}

.newssummary
{
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
}

.singlenews
{
	text-align:left;
}

.innersinglenews
{
	margin-left:5px;
}

.newstitleclass
{
	width:400px;
}

.searchdiv
{
	width:900px;
	background:url(../images/mask.png);
	height:40px;
	text-align:left;
}

.innersearchdiv
{
	margin-left:10px;
	padding-top:10px;
}

.searchclass
{
	font-size:12px;
	background:#666666;
	border:2px solid #999999;
	padding-bottom:0px;
}

.searchdiv label
{
	font-size:12px;
	color:#999999;
	font-weight:bold;
}

.linkbg
{
	margin:5px;
	margin-right:10px;
	padding:5px;
	background:#FFFFFF;
}

.smalllinks
{
	width:80px;
	float:left;
	padding:3px;
	background:#999999;
	color:#FFFFFF;
	margin-right:10px;
}

.smalllinks a
{
	color:#FFFFFF;
}

.smallbiglinks
{
	width:140px;
	float:left;
	padding:3px;
	background:#999999;
	color:#FFFFFF;
	margin-right:10px;
}

.smallbiglinks a
{
	color:#FFFFFF;
}

.singlepagetitle
{
	text-align:left;
	font-size:14px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:15px;
	border-bottom:1px dashed #666666;
}

.singlepagetitle a
{
	font-size:16px;
	font-weight:bold;
}

.buttondiv
{
	text-align:left;
	margin-left:10px;
}

.pagetextclass
{
	font-size:12px;
	background:#999999;
	height:20px;
}
/************************************/

.prevarrowdiv
{
	float:left;
	width:29px;
	margin-top:140px;
}

.nextarrowdiv
{
	float:left;
	width:29px;
	margin-top:140px;
}

.singlecategory
{
	margin-bottom:5px;
}

.lefttextcategory
{
	text-align:left;
	float:left;
	width:90px;
	height:30px;
	font-size:16px;
	margin-right:0px;
}

.activelefttextcategory
{
	text-align:left;
	float:left;
	width:90px;
	height:30px;
	font-size:16px;
	margin-right:0px;
	color:#333333;
}

.middlecategoryimage
{
	float:left;
/*	width:84px;
	height:56px; */
	margin-right:5px;
	cursor:pointer;
}

.activemiddlecategoryimage{
	float:left;
/*	width:84px;
	height:56px; */
	margin-right:5px;
	cursor:pointer;
}

#linkLateral{
	color: #B2B2B2;
	cursor:pointer;
}

/*
.rightsubcategories{
	float:left;
	margin-left:80px;
}

#subcategorymenu{
	margin:0;
	list-style-type:none;
	padding:0;
	width:100px;
}

#subcategorymenu li{
	margin: 0;
	padding: 0;
	text-align:left;
}

#subcategorymenu a{
	text-align:left;
	text-decoration: none;
	font-size: 15px;
	color: #666666;
	float:left;
	width:85px;
	margin-left:5px;
}

#subcategorymenu #activesubname
{
	text-align:left;
	text-decoration: none;
	font-size: 15px;
	color: #333333;
	margin-left:5px;
	float:left;
	width:85px;
}

#subcategorymenu a .activesub
{
	background:url(../images/orangepointer.png) no-repeat;
	width:15px;
	height:25px;
	float:left;
}

#subcategorymenu a em
{
	width:15px;
	height:29px;
	float:left;
}

#subcategorymenu a:hover
{
	color:#333333;
}
*/
/************************************/
