/******************************/
/* Product:       artedim.com */
/* Designer:      Juan Gotti  */
/* Developer:     Juan Gotti  */
/* Platform:      CSS/XHTML   */
/******************************/

/******************************/
/*         Typography         */
/******************************/

body{
	background: #000000 url(../images/bg2.jpg) no-repeat top center;
	text-align: center;
	font: 12px/15px Helvetica, sans-serif;
	color: #EFEFEF;
}

/******************************/
/*          Tool-Box          */
/******************************/

.block{
	display: block;
}

.hidden{
	overflow: hidden;
}

.clearLeft{
	clear: left;
}

.clearRight{
	clear:right;
}

.clear{
	clear: both;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.center{
	text-align: center;
}

.justify{
	text-align: justify;
}

.italic{
	font-style: italic;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.bold{
	font-weight: bold;
}

/******************************/
/*      Globar Selectors      */
/******************************/

h1{
	color: #EFEFEF;
	font-size: 22px;
	margin: 0 0 15px;
}

p{
	margin: 0 0 10px;
}

/******************************/
/*       Menu Navigation      */
/******************************/

#menu a{
		text-transform: uppercase;
		padding: 3px 4px;
		color: #ED8E33;
}

#menu a:hover{
	color: #FFFFFF;
	background: #D9381D;
}

#inicio #inicio1 a,
#diseno #diseno2 a,
#construccion #construccion3 a,
#visualizacion #visualizacion4 a,
#animacion #animacion5 a,
#impresiones #impresiones6 a,
#contactenos #contactenos7 a{
	color: #FFFFFF;
	background: #D9381D;
}

/******************************/
/*    Standard Navigation     */
/******************************/

a:link,
a:visited{
	color: #ED1C24;
}

a:active,
a:hover{
	color: #E55555;
}

/******************************/
/*           Modules          */
/******************************/

#wrap{
	width: 720px;
	height: 700px;
	margin: 40px auto 20px;
}

#header{
	width: 720px;
	height: 180px;
}

#mainContent{
	width: 720px;
}

#footer{
	height: 50px;
	font-size: 11px;
}

/******************************/
/*           Header           */
/******************************/

#logo10{
	margin: 29px 0 0;
}

#menu{
	margin: 75px 0 0 10px;
}

#menu li{
	display: inline;
	margin: 0 8px 0;
}

.spacer{
	margin: 17px 0;
}

/******************************/
/*       Image Carousel       */
/******************************/

#carousel{
	position: relative;
	margin: 31px 0 40px;
	width: 714px;
	height: 323px;
	overflow: hidden;
	border: 3px solid #D9381D;
}

#images{
	position:absolute;
}

#images li{
	display:block;
	float:left;
}

/******************************/
/*            Home            */
/******************************/

#inicio h1{
	margin: 0 0 15px;
}

.column{
	width: 350px;
	text-align: justify;
	line-height: 19px;
}

/******************************/
/*           Diseņo           */
/******************************/

#diseno h1{
	margin: 27px 0 15px;
}

#gallery{
	margin: 25px 0 10px;
	width: 714px;
	height: 323px;
}

#gallery a{
	margin: 0 2px;
}

.galleryRow{
	margin: 4px 0 0 5px;
}

/******************************/
/*        Construccion        */
/******************************/

#construccion h1{
	margin: 27px 0 15px;
}

#construccion #gallery{
	height: 210px;
}

/******************************/
/*       visualizacion        */
/******************************/

#visualizacion h1{
	margin: 27px 0 15px;
}

/******************************/
/*          Animacion         */
/******************************/

#video{
	margin: 31px 0 25px 135px;
	width: 450px;
	height: 304px;
	border: solid #D9381D;
}

#animacion h1{
	margin: 27px 0 15px;
}

/******************************/
/*        Impresiones         */
/******************************/

#impresiones h1{
	margin: 27px 0 15px;
}

#impresiones h2{
	margin: 0 0 10px;
	font-size: 17px;
}

#impresiones h3{
	font-size: 13px;
	margin: 3px 0 6px;
}

#impresiones #mainContent a{
	color: #FFFFFF;
	text-decoration: underline;
}

#impresiones #mainContent a:hover{
	color: #ED8E33;
}

.tamanos{
	width: 350px;
	text-align: center;
	line-height: 19px;
	margin: 20px 0 15px 0;
}

.tamanos p{
	margin: 5px 0 -5px;
}

table, td{
	border: solid 1px #FFFFFF;
}

td{
	width: 116px;
	background: #333333;
}

/******************************/
/*        Contactenos         */
/******************************/

#contactenos h1{
	margin: 27px 0 15px;
}

#contactenos h2{
	margin: 0 0 10px;
	font-size: 17px;
}

#contactenos h3{
	font-size: 13px;
	margin: 3px 0 6px;
}

#contactenos #mainContent p{
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 25px 15px;
}

#contactenos #mainContent img{
	margin: 0 0 5px;
}

#contactenos #mainContent a{
	color: #FFFFFF;
	text-decoration: underline;
}

#contactenos #mainContent a:hover{
	color: #ED8E33;
}

/******************************/
/*           Footer           */
/******************************/

.author{
	color: #151515;
}

#footer a{
	color: #151515;
}

#footer a:hover{
	color: #FFFFFF;
}