/**
 * Sito evento, for Prince
 * Elier Delgado
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */

p {
	margin: 4px 0px;
	padding: 0px;
	}

body {
  margin-top: 30px;
  padding: 0;
  /*background: #6db5c3;*/
  background: #84bbc3;
  /*background: #002a42;*/	
  font: 12px/170% Verdana, sans-serif;
  color: #FFFFFF;
}

#page {
  padding: 0px;
  background: #84bbc3;
  width: 1000px;
  height: 800px;
}

.casilla {
  /*width: 125px;*/
  /*height: 119px;*/
  width: 208px;
  height: 218px;
  overflow: hidden;
}

.casilla-gallery {
  width: 146px;
  height: 139px;
  overflow: hidden;
}

.casilla-grande {
  width: 294px;

  overflow: hidden;
}

.casilla-promocion {
  width: 260px;

  overflow: hidden;
}

.casilla-newsletter{
  width: 168px;
  height: 175px;
  overflow: hidden;
}

#menu {
  /*background: url(../images/menu_line.gif) repeat-y;*/
  width: 920px;
  height: 40px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  clear:both;
}

#menu .option {
  margin: 10px;
  margin-left: 65px;
  text-transform:capitalize;
  float: left;
}


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

a:hover {
  color: #EEEEEE;
}

#comment {
  position: absolute;
  color: white;
  visibility: hidden;
  background: url(../images/coment.gif) no-repeat;
  width: 123px;
  height: 117px;
  cursor: pointer;
  cursor: hand; 
}

#comment #title
{
	margin: 16px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 120px;
	overflow: hidden;
}

#comment #date
{
	margin: 10px 0px 0px 14px;
	font-size: 16px;
	font-weight:bold;
}

#comment #locale
{
	margin: 10px 0px 0px 10px;
	font-size: 12px;
	text-transform: uppercase;	
}

.column_header
{
	width: 125px;
    height: 35px;	
    font-size: 15px;
    overflow: hidden;
	text-transform: uppercase;	
  	font-family: Arial, Helvetica, sans-serif;	
}

.commento {
	border-bottom: 1px solid #e0e0e0;
	margin: 4px 20px;
	overflow: hidden;
	padding: 7px 10px;
	}

.commento.last {
	border-bottom: 0px;
	margin-bottom: 15px;
	}

.commento.unread {
	border-right: 5px solid #dddddd;
	padding: 7px 5px 7px 10px;
	}

.commento.self {
	border-right: 5px solid black;
	padding: 7px 5px 7px 10px;
	}

.commento div.avatar {
	float: left;
	height: 52px;
	padding: 0px 10px 0px 4px;
	width: 48px;
	}

.commento div.content {
	float: left;
	margin-top: -8px;
	width: 665px;
	}

.commento div.content h4 {
	margin: 0px 0px 7px;
	}

.commento div.content .online {
	font-size: 0.9em;
	}

.commento div.content h4 span {
	font-weight: normal;
	}


.gray {
	color: #999999;
	}


.clearer {
	clear: both;
	display: block;
	float: none;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
	}

