/*
Theme Name: NanaEquis
Theme URI: http://cronicadelananaequis.com/
Description: Tema de la NanaEquis
Author: TI Consultores Asociados, S.C.
Author URI: http://ticonsultores.com
Tags: simple, Light, Pink, Three Columns
version: 1.00


*/

/* Body, etc. */

body {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:10pt;
  color:#000000;
  background: url(images/img04.jpg) repeat left top;
}

.title {
  font-size:32px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#FFFFFF;
}

.black_title {
  font-size:18px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
}

.post_title {
  width:290px;
}

ul {
  list-style-type:none;
}

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

a:hover {
	text-decoration: none;
	color:#FF00FF;
}

a img {
  text-decoration:none;
}

/* Wrapper */

#wrapper {
	width: 800px;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color:#FFFFFF;	
}

/* Header */
#header {
	width: 800px;
	margin: 0 auto;
}

.center {
	width: 800px;
	margin: 0 auto;
}

/*Menu Principal*/

ul#menu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg2.gif) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a {
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover {	
	color:#FFFFFF;
	height:22px;
	background:transparent url(images/nav_bg2.gif) 0px -30px no-repeat;		
}
	

ul#menu li a.current {
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg2.gif) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

/*end menu principal*/

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
	border-top: none;
}

h1, h2, h3 {
	margin-bottom: 10px;
	font-weight: normal;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:10px;
}

/* Content */

#content {
	width: 418px;
	padding: 20px 15px 0px 15px;
	float:left;
}

.post {
	/*margin-bottom: 20px;*/
	padding-bottom: 20px;
}

.post .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
}

.post .title {
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom: 2px solid #FFCCFF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

.post .entry {
	padding: 0 15px 0 15px;
	line-height: 20px;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 10px;
	text-align: right;
	font-size: x-small;
}

/* Side 1 */

#side_1 {
	width: 175px;
	float:left;
}

#menuside_1{
	margin: 0;
	padding: 0;
}

ul#menuside  li {
	list-style-type:none;
}

ul#menuside {
	list-style-type:none;
}

ul#menuside_1 li a {
	border: none;
	color: #000000;
	border-bottom: 2px solid #FFCCFF;
	width: 150px;
	display: block;
	margin: 0;
	padding: 5px 0 5px 25px;
	text-decoration: none;
	list-style-type:none;

}

ul#menuside_1  li a:hover {
	border: none;
	background-color:#000000;
	margin: 0;
	width: 150px;
	padding: 5px 0 5px 25px;
	border-bottom: 2px solid #FFCCFF;
	color: #FFCCFF;
}

/* Sidebar */

#side_2 {
	width: 175px;
	background-color:#F3F3F3;
	float:left;
/*	padding-left: 5px; */
	line-height: 20px;
}

#side_2 ul {
  margin:0;
  padding-left: 5px;
	list-style: none;
}

#side_2 li {
	margin: 0;
	padding-left: 5px;
/*	margin-bottom: 20px; */
}

#side_2 h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 2px solid #FFCCFF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#side_2 a {
	text-decoration: none;
}

#side_2 a:hover {
	text-decoration: none;
}

/* Search */

#search {}

/* twitter */

#twitter{}

/* Categories */

#categories {}

/* Blogroll */

#blogroll {}

/* Meta */

#meta {}

/* Side 2 */

.post_bottom {
  float:left;
  width:220px;
  margin:10px;
  padding:12px;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	background:#FFCCFF;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: smaller;
	line-height: normal;
}

/* Estilos gral */

.envelope {
  width:100%;
  float:left;
}

.center_box {
  margin:0 auto;
}

.left {
  float:left;
}

.right {
  float:right;
}

.txt_center {
  text-align:center;
}

.txt_right {
  text-align:right;
}

txt_left  {
  text-align:left;
}

.spacer {
  margin:15px 0;
}

.space_1  {
  margin:5px;
  padding:5px;
}

.space_2  {
  /* margin:10px; */
  padding:13px;
}

.space_3  {
  margin:10px 0;
}

.space_4  {
  padding:5px;
}

.space_5 {
  margin:30px 0 20px 0;
}

.bg_01  {
  background-color:#FF00CC; /* rosa */
}

.bg_02  {
  background-color:#000000; /* negro */
}

.bg_03 {
  background-color:#CCCCCC; /* gris */
}

.bg_04 {
  background-color:#FFCCFF; /* rosita */
}

.italic {
  font-style:italic;
}

.w_150 {
  width:150px;
}

.w_200 {
  width:200px;
}

.w_250 {
  width:250px;
}

.w_300 {
  width:300px;
}

.w_350 {
  width:350px;
}

.w_400 {
  width:400px;
}

/*colors*/

.white {
  color:#FFFFFF;
}

.black {
  color:#000000;
}

.pink {
  color:#FFCCFF; /* rosita */
}

.brd_comment {
  border-top:2px solid #FFCCFF;
  padding:0 0 5px 0;
}

.comments {
  font-size:10px;
  color:#FF99FF;
}

#suscribete_top {
	float: right;
	width: 300px;
	margin: 5px;
	text-align: right;
}

#suscribete_top form {
	margin: 0;
	padding: 0;
	float: right;
}

#ctrl_top {
	background-color:#ffffff;
}

/* Twitter Plugin */

ul.twitter {
	font-size: 8pt;
	overflow: visible;
	word-wrap: break-word;
}

li.twitter-item {
	list-style: circle inside;
}

/* Visitor Map */

#visitormapcontainer {
	width: 425px;
	margin: 5px auto 0 auto;
}

