
/* basics */

*{margin:0; padding:0; border: none;}

body {
	background:#dedede;
	background-image:url(images/fondo.jpg) ;
	font-family: arial, tahoma, sans-serif;
	font-size: 8pt;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {color: white;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:12pt ;
	font-weight:normal ;}
h4 {font-size: 9pt;}


img.left{
	float: left;
	padding-top: 6px;
	}
img.right{
	float: right;
	padding-left: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}



/* links */

a{
	color:#f7f7f7;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */

#container {
	width: 1003px;
	margin: 0 auto;
	color:#333;
	overflow: hidden;
	background:url(images/fondoCont.png) 4px 0 ;
	}
	
/* header */

#header {
	background-image:url(images/fondoCab.jpg) ;
  	width: 959px; 
  	height: 160px;
	color: white;
	position:relative ;
	left: 23px ;
	
	}

#header h1{
	font:normal 20pt Arial;
	position:relative ;
	top: 20px ;
	left: -23px ;
	}
	
#header h1 a{
	width: 286px ;
	height: 119px ;
	display:block ;
	background-image: url(images/LABtrazos.png) ;
	color: black ;
	}
#header h1 a:hover{color: white; text-decoration:none ;}

#header h1 a span{display:none}

#header h2{
	display:none ;
	}

/* main menu */


#menu {
/*	background-image:url(images/fondoMenu.png) ;
*/	font-family: arial, times, serif;
	font-size: 8pt;
	width:1003px;
	height: 78px ;
	overflow:hidden;
	padding-left: 23px ;
}

#menu ul	{
	list-style-type: none;
}


#menu ul li {
	float:left;
}

#menu ul li a	{
	display:block ;
	height: 78px ;
	background-color:#000 ;
}

#menu ul li a#proyectos {
	width: 186px ;
	background-image:url(images/botonProy.jpg)
}
#menu ul li a#proyectos:hover {
	background:url(images/botonProy.jpg) no-repeat 0 -79px ;
}

#menu ul li a#tutoriales {
	width: 173px ;
	background-image:url(images/botonTut.jpg)
}
#menu ul li a#tutoriales:hover {
	background:url(images/botonTut.jpg) no-repeat 0 -79px ;
}

#menu ul li a#recursos {
	width: 194px ;
	background-image:url(images/botonRecur.jpg)
}
#menu ul li a#recursos:hover {
	background:url(images/botonRecur.jpg) no-repeat 0 -79px ;
}

#menu ul li a#wip {
	width: 216px ;
	background-image:url(images/botonWorkInP.jpg)
}
#menu ul li a#wip:hover {
	background:url(images/botonWorkInP.jpg) no-repeat 0 -79px ;
}

#menu ul li a#escuelatrazos {
	width: 189px ;
	background-image:url(images/botonEscTrazos.jpg)
}
#menu ul li a#escuelatrazos:hover {
	background:url(images/botonEscTrazos.jpg) no-repeat 0 -79px ;
}


#menu ul li a:hover {
	background: white;
	color:black;
	text-decoration:none ;
}



/* content */


#content {
	float:left;
	width:730px;
	min-height: 635px ;
	overflow: hidden;
	margin:14px;
	padding-left: 9px ;
	padding-top: 10px ;
	}

small	{
color:#acacac ;
font-size:9pt ;

}
.entry	{
	margin-bottom: 15px ;
}

.post {
	line-height: 14pt;
	background-image:url(images/fondoPost.gif) ;
	width: 727px ;
	padding: 25px 0 0 13px ;
	}

h2.pagetitle {
		color: #353535;
		font-size: 38px ;
		margin-bottom: -9px;
		margin-left: 10px ;
		text-transform:uppercase ;
}
	
.post h2{
	color: white;
	font:normal 16pt Arial, Helvetica, sans-serif ;
	}
	
.post h2 a , .post h3 a{
	color: white;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:16pt
	}
	
.post h2 a:hover , .post h3 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{
	color: #acacac ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 700px ;
	margin: 25px 0 ;
	}

.entry object	{
	margin: 30px auto ;
	width: 560px ;
	height: 340px ;
	display:block ;
}

.entry embed	{
	display:block ;
	width: 560px ;
	height: 340px ;
}

.entry img	{
	display:block ;
	margin: 0 auto ;
}

.postmetadata{
	width: 728px ;
	clear: both;
	background:#1e1e1e ;
	padding:6px;
	padding-bottom: 15px ;
	margin: 30px 0 ;
	color:#acacac ;
	position: relative ;
	left: -13px ;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

.more-link	{
	margin-left: 630px ;	
}

/* sidebar */

#sidebar {
	font-family: arial, tahoma;
	font-size:8pt;
	width:209px;
	height: 413px ;
	float:right;
	/*background-color:#3CF ;
	background-image: url(images/side.png) ;
	background-repeat:no-repeat ;*/
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: white;	
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: black;	
}

/*#sidebar p {padding: 0 6px 0 12px;}
*/
/*#sidebar ul {
	margin:12px;
	}

#sidebar ul li {
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul li{
	padding-left: 15px;
	list-style-type: square;
	color: #898989;
}
*/
#sidebar ul	{
	list-style-type:none ;
}

#sidebar a	{
		color:#acacac ;

}

#sidebar div#enlaces	{
	width: 200px ;
	height: 141px ;
	background-image:url(images/fondoEnlaces.png) ;
/*	float:left ;
*/	padding-top: 13px ;
}

#sidebar h2	{
	margin-bottom:10px ;
}

#sidebar div#enlaces li , 	#sidebar div#historico li{
	margin-bottom: 7px ;
	margin-left: 15px ;
}

#sidebar div#topHistorico	{
	width: 184px ;
	height: 20px ;
	background-image:url(images/topFondoArchivos.png) ;
}

#sidebar div#historico	{
	width: 184px ;
	background-image:url(images/FondoArchivos.png) ;
	background-repeat:repeat-y ;
/*	float:left ;
	clear:left ;
*/	padding-left: 16px ;
	margin-bottom: 0 ;
}

#sidebar div#dwnHistorico	{
	margin-top: -7px ;
	width: 184px ;
	height: 20px ;
	background-image:url(images/dwnFondoArchivos.png) ;
}

#sidebar ul#comunidades li a#vimeo 	{
	width: 209px ;
	height: 53px ;
	display:block ;
	background-image:url(images/vimeo.png) ;
	background-repeat:no-repeat ;
}
#sidebar ul#comunidades li a#flickr 	{
	width: 209px ;
	height: 44px ;
	display:block ;
	background-image:url(images/flickr.png) ;
	background-repeat:no-repeat ;
}
#sidebar ul#comunidades li a#deviantart 	{
	width: 209px ;
	height: 46px ;
	display:block ;
	background-image:url(images/devart.png) ;
	background-repeat:no-repeat ;
}


/* comments */

#respond	{
	
	margin-left: 20px ;
}


#commentform{
/*	background:white;
*/	}
	
#commentform p{
	color: black;
	}
	
#commentform a{color: black; text-decoration: none;
border-bottom: 1px dotted #465D71;
line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: white;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
/*	background: white;
*/	font-family: arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: 1px solid #666;
	}
	
#submit{
	margin:5px 5px 0 0;}

ol.commentlist {list-style-type: none;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #ACACAC;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:black;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: black; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search 
*/
#searchform{
	width: 213px ;
	height: 64px ;
/*	margin-bottom:44px;
margin-left: 3px ;
*/	background-image:url(images/fondoBuscar.png) ;
	
	}

#searchform input#s{
	position:relative ;
	top : 7px ;
	left: 18px ;
	color: #acacac ;}

#searchform input#searchsubmit{
	background:#black;
	color:white;
	text-transform:lowercase;
	}
/*
.linkcat	{
margin-top: 100px ;
margin-bottom: 30px ;
}
	
 misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
}

.navigation	{
	width: 700px ;
	padding: 25px 13px 0 13px ;
}

.navigation a	{
	font-size: 14px ;
}

/* footer */

#footer {
	background:#111111;
	clear: both;
	width: 960px;
	margin-left: 23px ;
/*	border-right: 2px solid #111111;
*/	}
	
#footer p{padding:14px 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: white;text-decoration: underline;}

