/*********************************************
Nombre: Portrait.cl - v0.1
Autor: Gabriel Araya Rocha
Mail: gabo.araya@gmail.com 
URL: http://portrait.cl/
Fecha: 10/2008
**********************************************/
body{
	margin: 0px;
	padding: 0px;
	background: #000000 url(../img/body.png);
	font: 0.8em/1em "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}
#wrapper{
	width: 760px;
	margin: 20px auto;
	padding: 0px;
	background: #E4E4E4;
	border: 1px solid #FFF;
}
#skip{
	display: none;
	font-size: 0em;
	text-decoration: none;
}
#header{
	height: 200px;
	margin: 0px;
	background: #000000 url(../img/header.jpg);
}
#header a, #header a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#header h1{
	color: #FFFFFF;
	margin: 0em 0;
	text-indent: 1em;
	padding-top: 45px;
	font: bold 36px Verdana, Arial, Helvetica, sans-serif;
}
#header .imagen_titulo{
	padding: 5px;
	margin-top: 45px;	
	margin-left: 25px;	
}
#header p{
	text-indent: 25px;
	color: #FFF;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}

#navigation{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 1.2em "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	background: black url(../img/blockdefault.png)  repeat-x center center;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#navigation li{
	display: inline;
	text-transform: capitalize;
}

#navigation li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

#navigation li a:visited{
	color: white;
}

#navigation li a:hover, #navigation li .current{
	color: white;
	background-color: #CC0000;
	background-image: url(../img/blockactive.png);
}
#content{
	float: left;
	width: 68%;	
}
#content .title {
	font-size: 1.4em;
	border-bottom: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	margin-bottom: 10px;
	font-weight: bold;
	text-indent: 5px;
	padding: 5px;
}
#content .title a{
	color: #006699;
	text-decoration: none;
}
#content .title a:hover{
	color: #0099FF;
	text-decoration: underline;
}
.article{
	margin: 0px 15px 15px;
	padding: 0px 15px 15px;
	background: #FFFFFF;
}
.article h1{
	font-size: 1.2em;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	font-weight: bold;
}
.article h1 a:hover, .article h2 a:hover, .article h3 a:hover, .article h4 a:hover{
	color: #0099FF;
	text-decoration: none;
}
.article h2{
	border-bottom: 1px solid #CCCCCC;
	margin-top: 1em;
	margin-bottom: 1.5em;
	padding-bottom: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
}
.article h3,.article h4,.article h5{
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}
.article h3{
	font-size: 1.1em;
	text-indent: 1em;
}
.article h4{
	font-size: 1em;
	text-indent: 2em;
}
.article h5{
	font-size: 1em;
	text-indent: 3em;
}
.article p{
	text-align: justify;
	text-indent: 2em;
	line-height: 1.8em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.article .img, #side .img{
	background: #FFFFFF;
	margin: 10px auto;
	padding: 10px 10px 30px;
	border: 1px solid #000000;
	text-align: center;
	float: none;
}
.article .img_der, #side .img_der{
	background: #FFFFFF;
	margin: 10px;
	padding: 10px 10px 30px;
	border: 1px solid #000000;
	float: right;
}
.article .img_izq, #side .img_izq{
	background: #FFFFFF;
	margin: 10px;
	padding: 10px 10px 30px;
	border: 1px solid #000000;
	float: left;
}
.imagen{
	background: #FFFFFF;
	margin: 10px;
	padding: 10px;
	border: 1px solid #000000;
	text-align: center;
}

.article .imagen_der, #side .imagen_der{
	background: #FFFFFF;
	margin: 10px;
	padding: 10px;
	border: 1px solid #000000;
	float: right;
}
.article .imagen_izq, #side .imagen_izq{
	background: #FFFFFF;
	margin: 10px;
	padding: 10px;
	border: 1px solid #000000;
	float: left;
}
.article a, #side a{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.article a:visited, #side a:visited{
	color: #000066;
	text-decoration: underline;
}
.article a:hover, #side a:hover{
	color: #0099FF;
	text-decoration: underline;
}

.article blockquote, .article .code{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 10px auto;
	width: 70%;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.article blockquote{
	padding: 15px 20px 15px 35px;
	background: #F0F0F0 url(../img/blockquote.gif) no-repeat left top;
}
.article .code{
	padding: 15px;
	background: #FFFFFF url(../img/code.gif) no-repeat left top;
	font: 12px "Courier New", Courier, mono;
	overflow: auto;
	white-space: nowrap;
}
.article .code ol{
	padding-left: 10px;
	list-style-type: decimal;
	margin: 0px;
	text-indent: 15px;
}
.article .code li{
	margin-top: 5px;
	margin-bottom: 5px;
}
.code .verde, .code .azul, .code .navy, .code .rojo, .code .burdeo, .code .nar, .code .ciel{
	margin-left: 1em;
}
.article .code .verde {
	color: #006600;
}
.article .code .azul {
	color: #0033FF;
}
.article .code .navy {
	color: #000099;
}
.article .code .rojo {
	color: #FF0000;
}
.article .code .burdeo {
	color: #990000;
}
.article .code .nar{
	color: #FF9900;
}
.article .code .ciel{
	color: #0099FF;
}
.article ul{
	padding-left: 5em;
	list-style-type: disc;
	margin: 1em;
	text-indent: 0.5em;
}
.article ol{
	padding-left: 50px;
	list-style-type: decimal;
	margin: 10px;
	text-indent: 2em;
}
.article li{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;	
}
.article-data{
	font-size: 0.9em;
	text-align: right;
}
.article acronym {
	border-bottom: 1px dotted #000;
}
#side{
	width: 230px;
	float: left;
	border-left: 1px solid #666666;
	background: #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
	line-height: 1.5em;
}
#side h1 {
	background: #000000 url(../img/blockdefault.png);
	color: #FFF;
	font-size: 1.2em;
	line-height: 40px;
	padding-left: 12px;
	text-transform: capitalize;
	margin: 0px;
	padding-top: 0px;
}
#side p{
	text-indent: 10px;
	margin: 10px;
}
#side ul {margin: 0; padding: 0;}
#side li {
	border-bottom: 1px solid #666666;
	list-style: none;
}
#side li a {
	background: #FFFFFF;	
	color: #666666;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
#side li a:hover {
	background: #F0F0F0;
	color: #000000;
}
a{
	color: #CCC;
	text-decoration: none;
}
a:hover{
	color: #0099FF;
	text-decoration: underline;
}
acronym {
	border-bottom: 1px dotted #FFFFFF;
}
#footer{
	background: #000000;
	color: #FFFFFF;
	font-size: 0.9em;
	clear: both;
	text-align: center;
	padding: 5px;
	text-transform: capitalize;
}
#credits{
	background: #000000;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	line-height: 1.8em;
}

.fecha {
	font-size: 0.9em;
	line-height: normal;
	margin-right: 15px;
	margin-bottom: 10px;
}
.leermas {
	font-size: 0.9em;
	text-align: right;
	line-height: normal;
	margin-right: 15px;
	margin-bottom: 10px;
}
.paginar {
	padding: 10px;
	font-size: 0.9em;
	text-align: center;
	margin: 10px auto;
}

.paginar em{
	padding: 8px 4px;
	font-weight: bold;
	border: 1px solid #000000;
	text-decoration: none;
	margin: 2px;
	color: #000000;
	font-style: normal;
	background: #FFFFFF;
}

.paginar a{
	padding: 3px 4px 4px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #666;	
	margin: 2px;
	color:#666;
}

.paginar a:hover{
	border: 1px solid #006699;
	color: #006699;
	background: #FFFFFF;
	text-decoration: none;
}
hr {
	margin: 10px;
}
.hidden{
	display: none;
	font-size: 0em;
	text-decoration: none;
}
