@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: "Century Gothic", "Trebuchet MS", Tahoma;
	color: #9D7ABC;
	font-size:12px;
	margin:0;
}
body {
	background: #3D1E5B url(../images/bg.jpg) top center no-repeat;
	background-attachment:fixed;
}
a:link, a:visited{
	text-decoration:none;
	color:#fff;
}
a:hover{
	text-decoration:underline;
	color:#9D7ABC;
}
h1{
	letter-spacing:-2px; margin:0 0 20px 0; padding:0;
	text-transform:lowercase; 
	font-size:34px; 
	font-weight:bold;}
h1#slogan{
	text-align:justify;
	font-size:28px;
	letter-spacing:-1px;
	text-transform:none;
	border-top:4px solid #9D7ABC;
	 margin:0 0 0px 0; 
}
form{ margin:0; padding:0;}
input, textarea{
	width:490px;
	font-family:"Century Gothic", "Trebuchet MS", Tahoma;
	font-size:14px;
	padding:11px;
	border:2px solid #B434CF;
}
input[type="submit"]{
	width:186px; height:49px;
	color:#fff;
	text-indent:-1000px;
	background:url(../images/btnEnviar.jpg) top left no-repeat;
	border:none;
	cursor:pointer;
	margin:10px 0;
}

#global{
	width:960px;
	margin:0 auto;
	position:relative;
}
#topping{
	height:44px;
	clear:both;
}
#top{
	float:left;
	width:240px;
	margin:0 0px 0 0;
	height:100px;
	position:fixed;
}
#content{
	float:right;
	width:666px;
}
#footer{
	clear:both;
	height:80px;
}
.box{
	clear:both;
	border-bottom:1px dotted #9D7ABC;
	margin:10px 0 30px;
	padding:20px 0 10px 0;
}

/* ------------------------------------
	NAVEGACION
   ------------------------------------
*/
#menu{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
}
#menu li{
	padding:4px 0;
}
#menu a{
	display:block;
	font-weight:bold;
	color:#9D7ABC;
	text-transform:lowercase;
}

#tweets{
	clear:both;
	background:url(../images/carita.jpg) top left no-repeat;
	padding:0 0 0 44px;
	font-size:11px;
	color:#9D7ABC;
}
#tweets span{
	color:#08BBFE;
}
#tweets ul{
	margin:0; padding:0;
	list-style:none;
}

/* ------------------------------------
	PORTAFOLIO
   ------------------------------------
*/
.portafolio{
	width:214px;
	float:left;
	height:217px;
	margin:0 10px 22px 0;
}
.portafolio .imagen{
	width:214px;
	height:170px;
	overflow:hidden;
	background:#2E1645;
}
.portafolio .textos{
	clear:both;
	height:44px;
	background:#150B20;
	text-transform:uppercase;
	position:relative;
	padding:8px 4px 4px 42px;
}
.portafolio .textos .fecha{
	color:#999999;
	text-transform:uppercase;	
}
.portafolio .tipo{
	position:absolute;
	left:4px;
	top:4px;
	width:33px;
	height:34px;
}
#ultimo{
	margin:0 0px 22px 0;
}
#show{
	padding:0px;
	overflow:hidden;
	position:relative;
}
#show img{
	width:636px;
	border:15px solid #331A4A;
}
#moreinfo{
	visibility:collapse;
	position:absolute;
	top:100px;
	right:-50px;
	width:420px;
	height:150px;
	border:6px solid #08BBFE;
	background:#fff;
	padding:14px;
	z-index:120px;
}
#textos{
	border-top:4px solid #9D7ABC;
	clear:both;
	padding:10px 0;
	margin:0 0 16px 0;
}
#url a:link,#url a:visited{
	font-size:10px;
	color:#ddd;
}
#textos h1, #textos p{margin:0;}
#otras{
	margin:10px 0;
}
#navPortafolio{
	clear:both;
	border-top:3px solid #C72D63;
	color:#fff;
	height:26px; margin:0 0 10px 0;
	padding:7px 0 0 0;
	text-align:right;
}
#navPortafolio a:link, #navPortafolio a:visited{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
#navPortafolio a:hover{
	color:#FFFF00;
}
#navPortafolio #info{
	float:left;
	width:250px;
	text-align:left;
	padding:0 0 0 6px;
}
#navPortafolio #nav{
	float:left;
	width:350px;
}



/* ------------------------------------
	PAGINAS DE CONTENIDOS
   ------------------------------------
*/
#showText{
	width:400px;
	float:left;
	padding:0 20px 100px 20px;
	border-left:1px dotted #9D7ABC;
	color:#fff;
	line-height:1.6em;
}
#showTextWider{
	padding:0 24px 100px 24px;
	border-left:1px dotted #9D7ABC;
	color:#fff;
}
#showText a, #showTextWider a{
	text-decoration:underline;
}
#sidebar{
	width:200px;
	float:left;
}
#sidebar #submenu{
	margin:0; padding:0; list-style:none;}
#sidebar #submenu li{
	border-bottom:1px dotted #666699;
	padding:7px 0;}
	
	
	
