@CHARSET "UTF-8";

html, body
{
	width:100%;
	height:100%;
	position:relative;
	min-width:100%;
	min-height:100%;
	
}

/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 120%;
	font-family:Georgia,"Nimbus Roman No9 L",serif;
	}

h1, h2, h3, form legend
{
	margin:0;
	padding:0;
	font-size:120%;
}

img 
{
	border: 0px none;
}

a, a:visited
{
	color:#0048FF;
	text-decoration:underline;			
}

a:hover
{
	color:red;
	text-decoration:underline;
}



.box
{
	position:relative;
	background-color: #fff;
	padding:1em 0;
	margin:0 4em;
}


#box
	{
	position: absolute;
	padding: 0;
	margin-left:-384px;
	margin-top:-210px;
	top:50%;
	left:50%;
	text-align: left;
	
	width: 40em;				/* <-- use this for a set width */
	
	background-color: #fff;
	}
 	





.box *
{
	position: relative;
}

.box .top, .box .top *
{
	height:24px;
}

.box .bottom, .box .bottom *
{
	height:23px;
}


.box .top, .box .top *, .box .bottom, .box .bottom *  
{
	font-size:1px;
}

.box .top , .box .middle, .box .bottom
{
	padding:0 0 0 26px;
}

.box .top div , .box .middle div, .box .bottom div
{
	padding:0 24px 0 0;
}

.box .top div div, .box .bottom div div  
{
	padding:0;
}

.box .top
{
	background: url(../images/tl.png) top left no-repeat;
}

.box .top div
{
	background: url(../images/tr.png) top right no-repeat;
}

.box .top div div
{
	background: url(../images/t.png) top repeat-x;
}

.box .bottom
{
	background: url(../images/bl.png) top left no-repeat;
}

.box .bottom div
{
	background: url(../images/br.png) top right no-repeat;
}

.box .bottom div div
{
	background: url(../images/b.png) top repeat-x;
}


.box .middle
{
	background: white url(../images/l.png) left repeat-y;
}

.box .middle div
{
	background: url(../images/r.png) right repeat-y;
}

.box .middle div .content, .box .middle div .content *
{
	background:none;
} 
	
.box .middle div .content
	{
		padding:3em 2em;
		position:relative;
		background:none;
	}



#box.box .middle div .content
{
		padding:1em 2em;
}
		
		
#photo
{
	
	margin:0;
	padding:0;
	width:300px;
	height:350px;
	position:absolute;
	left:0px;
	
	background-image:url(../images/me.jpg);
	background-position: 4em center ;	
	background-repeat:no-repeat;
	
}

#right_content
{
	position:relative;
	height:100%;
	min-height:100%;
	margin-left:300px;
}




#list
{
	list-style-image: url(../images/bullet.png);
	line-height:170%;
	margin:1em 0 1em 0;
	padding:0;
}




#cloud_container
{
	position:absolute;
	z-index:10000;
	
	left:180px;
	top:10em;
	
	background:red;		
}

#cloud_inner
{
	position:absolute;
	bottom:0px;
	
}


#photo #cloud_container
{
	display:none;
}



#cloud_top, #cloud_bottom, cloud_middle
{
	background-position:top left;
	background-repeat:no-repeat;
	width:284px;
}

#cloud_top
{
	background:url(../images/cloud_t.png);
	height:21px;
	font-size:1px;
}

#cloud_middle
{
	background:url(../images/cloud_m.png);
	background-repeat:repeat-y;
	padding:0 30px 0 45px;
	width:209px;
		
}

 .time
{
	font-size:80%;
	color:#A9A9A9;
	text-align:right;
}

#cloud_middle .time a
{
	position:relative;
	top:5px;
}

#cloud_middle .time img
{
	border:none;
}



#cloud_bottom
{
	background:url(../images/cloud_b.png) no-repeat;
	height:49px;
}

#projects_link
{
	position:absolute;
	right:1em;
	bottom:1em;
	/* margin-top:-1em; */		
	text-decoration:none;
	font-size:120%;
}



#outer[id] {
	
	display:table;
	position:relative;
}

#outer {
	height:100%;
	width:100%;
	
	min-height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	bottom:0;
	
}


#middle[id]
{
	display:table-cell;
	position:static;
	vertical-align:middle;
}

#middle
{
	position:absolute;
	top:50%;
}

#inner
{
	position:relative;
	top:-50%;
}



/*
 *         CLASES
 * */


.center
{
	text-align:center;	
}

.right
{
	text-align:right;
}

.invisible 
{
	display:none;
}


.wide
{
	width:100%;	
}


.msg, .error
{
	padding:1em;
	border-left:1em solid;
}

.msg
{
	border-left-color:blue;
}

.error
{
	border-left-color:red;
}

.del
{
	color:red;
}

.clearer
{
	clear:left;	
}

.post_image
{
	float:left;
	margin:0 1em 0.5em 0;
}

.upspace
{
	margin-top:1em;
}

.downspace
{
	margin-bottom:1em;
}


.hr
{
	background:url(../images/hr.png);
	background-repeat:repeat-x;
	height:12px;
}


