/* pique para sacarle el bordecito molesto en Firefox */
:focus {
	-moz-outline-style: none;
}

/**********  FOLIO DE ANDREA AROBBA  *************************************/
body {
	margin: 0; 
	padding: 0;
	background-color: #999; 
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
	text-align: center;
}
#content {
	width: 835px;
	height:600;
	margin: 20;	
	
	margin: 50px auto 0px auto ;
	background-color: #fff;
}

/* left */
#ltCol {
	width: 195px;
	height: 600px;
 	margin: 0;	
	float: left ;
	background-color:#fff;
}

#ltCol_imagen{
	width: 195px;
	height: 100px;
	background-image:url(../../imagenes/ltCol_bg.gif);
	background-repeat: no-repeat ;
}
/*************************/

/* center */
#centerCol{
    width: 260px;
	height: 600px;
	background-color:#fff;
	float: left ;
	background-repeat: no-repeat ;
	
}
#centerCol_imagen{
  	width: 270px;
	height: 600px;
	background-image: url(../../imagenes/centerCol.gif);
	background-repeat: no-repeat ;
	
}
/**************************/

/* right */
#rtCol {
	width: 380px;  
	height: 600px;   
	background-color:#fff;
	float: left ;
}


#info{
	width: 292px;  
	height: 230px;   
	background-color:#fff;
	border: 2px solid #777;
	overflow:auto;	/*visible, hidden, scroll , auto */ 
	margin:18px auto 2px 10px ;
	padding: 10px 10px;
	text-align: left;
}


#footer {
	width: 458px;
	height: 20px;
	background-color:#101099;
	clear: both;
}

/* trabajos */
#trabajos{
	width: 380px;  
	height: 300px;   
	background-color:#fff;
	overflow:visible ;	
	margin:22px auto 2px 0px ;
}

/** comment **/

#comment {
	clear: right;
	width: 180px;
	height: 420px;
	margin: 10px auto 8px 7px;
	font-size: 10px;
	color: white;
	text-align: left;
	line-height: 21px;
	background-color:#fff;
}
#comment h1 {
	width: 163px;
	padding: 0px 8px;
	_padding-bottom: 3px; /* guion adelante exclusivamente para IE */
	margin: 0 0 10px 0;
	background-color: #696969;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#comment #title {
	width: 163px;
	float: left;
	margin: 1px 0 0 0;
	padding: 0px 8px;
	_padding-bottom: 3px; /* guion adelante exclusivamente para IE */
	background-color: #696969;  
	text-transform: uppercase;
}
#comment #title input {
	width: 121px;
	padding: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #b3a5a5;
	border: none;
	background-color: #696969;
}
#comment #title textarea {
        width:162px;	
        height: 317px;  /* 320 */
        
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #b3a5a5;
	border: none;
	background-color: #696969;
	overflow: auto;
}
#comment #submit {
	width: 163px;
	float: left;
	margin: 0;
	padding: 0px 8px;
	_padding-bottom: 3px; /* guion adelante exclusivamente para IE */
	background-color: #696969;
	text-align: right;
	text-transform: uppercase;
}
#comment #submit a {
	width: 55px;
	height: 24px;
	display: block;
	margin: 0 -8px -2px auto;
	_margin-bottom: -4px; /* guion adelante exclusivamente para IE */
	padding: 0;
	display: block;
	border-top: 1px solid #b3a5a5;
	border-left: 1px solid #b3a5a5;
	color: white;
	text-decoration: none;
	text-align: center;
}
#comment #submit a:hover {
	color: #b3a5a5;
}
#comment #Mensaje {
	float: left;
	display: block;
	padding: 3px 5px 0 0;
	color: #ff0010;
	line-height: 13px;
}
/*************************/

/** rows **/
#row {
	width: 380px;
	float: left;
	text-align: left;
	margin: 0 0 10px 10px;
}
#row #rowHeader {
	height: 30px;
	width: 180px;
	font-family: Arial, Helvetica;
	font-size: 20px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 10px;
	color: #eee;
	background-color: #696969;
	line-height: 24px;
	letter-spacing: 0px;
    overflow:hidden
}
#row #item {
	width: 100px;
	height: 70px;
	float: left;
	margin: 0 10px 7px 0;
	background-color: #fff;
    overflow:hidden
}
/*
#item a img {
	 border: none;
}*/
#row #item img {
	 border: none;
	 margin: 0 0 1px 0;
	_margin-bottom: px;
}
#row #name {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #222;
}
