body {
  background-color: #e5edef;
  margin: 0px;
  padding: 0px;
}

#root {
  width: 100%;
  background-color: #ffffff;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 12px; 
  margin: 0px;
  padding: 0px;
}

#head {
  width: 100%;
  height: 24px;
  padding: 8px;
  background-image: url('../img/head.jpg');
}

#foot {
  width: 100%;
  padding: 10px;
  background-image: url('../img/foot.jpg');
  text-align: center;
}

/***********************************
	NEWS
***********************************/

.news {
  margin: 10px;
  border: 1px solid #4aa9d0;
  padding: 5px;
  background-color: #ffffff;
}

.news a {
  text-decoration: none;
  color: #4aa9d0;
}

.news .title {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 12px; 
}

.news .title_news {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 13px; 
  color: #4aa9d0;
  font-weight: bold;
}

.news .info {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 10px; 
  margin-top: 6px;
  color: #666666;
}

.news .text {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 12px; 
  margin-left: 20px;
  text-align: justify;
}

/***********************************
	PAGINACION
***********************************/

div.pagination { 
  padding: 20px;
}

div.pagination span.active { 
  font-size:12px; 
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid navy;
  font-weight: bold;
  background-color: #72aac1;
  color: #FFF;
}

div.pagination a { 
  font-size:12px; 
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #9aafe5;
  text-decoration: none; 
  color: #2e6ab1;
}

/***********************************
	NAVIGATOR
***********************************/


.navigator {
  margin: 0px 15px 30px 15px;
} 

.navigator a { 
  font-size:11px; 
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  text-decoration: none; 
  color: #2e6ab1;
}


/***********************************
	relation-news
***********************************/

.relation-news {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	font-size:11px; 
    margin: 20px;
}

.relation-news .relation-news-title {
	font-size:14px; 
	color: #53ADCF;
	padding-bottom: 3px;
	margin-bottom: 5px;
    border-bottom: 1px dotted #d1d1d1;
}

.relation-news .relation-news-item {
	padding: 10px 0px 10px 20px;
}

.relation-news .relation-news-item a {
	text-decoration: none;
}

.relation-news .relation-news-item a:hover {
	text-decoration: underline;
}



/***********************************
	COMMENTS
***********************************/

.comment { 
  margin: 20px;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  clear: both;
}

.comment .comment-title {
	font-size:14px; 
	color: #53ADCF;
	padding-bottom: 3px;
	margin-bottom: 5px;
    border-bottom: 1px dotted #d1d1d1;
}

.comment div.info { 
  padding: 10px 5px 5px 40px; 
  font-size: 10px; 
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
} 

.comment div.info .date { 
  padding-left: 30px; 
  color: #999999;
  float: right;
  font-size: 10px; 
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
} 

.comment .name { 
  color: #000000;
  font-weight: bold; 
  padding: 5px;
  font-size: 11px; 
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
} 

.comment div.info .name a { 
  background-color: #53ADCF;
  color: #fffc00;
  font-weight: bold; 
  font-size: 10px; 
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.comment div.text { 
  width: 460px;
  font-size:11px; 
  margin: 0px 0px 0px 20px;
  line-height: 20px; 
  text-align: justify; 
  padding:5px; 
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
}


/***********************************
	OTROS
***********************************/

.msg { 
  padding: 10px; 
  text-align: center;
  margin: 40px 0px;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 12px; 
  line-height: 20px; 
  color: #555555;
}
