	
body {
	margin:0;
	padding:0;
	
	
	background:url(../img/header/layout.jpg);
    background-color: #560000;
        background-repeat: repeat-x;
	
        
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:80%;
	font-family:Verdana;
	color: #663300;
}

.color2{
	color:#FFFFCC;
}

.color3{
	color:green;
}
a {
	color:#369;
	text-decoration:none;
	font-size:11px;
        
}
a:hover {
	color:black;
	font-size:11px;
	text-decoration:overline;
	text-decoration:underline;
      
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #000;
	background-image:url('../img/header/layout.jpg');
}
#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}

h2{
	font-size:80%;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:right;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* 	overflow:hidden; This chops off any overhanging divs */
			/* Left column background colour */
        border:solid 0px red;
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:0px;
	background:white;  	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#FFFFCC;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:right;
	width:170px;
	position:relative;
	margin-left:0;
	/*left:-740px;*/
         left:-580px;
	overflow:hidden;
       background:#FFFFCC;z-index:999;
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #000;
	}

.title{
	background-color:green;
	text-align:center;
}
#footer p {
	padding:.5em 15px;
}

.fecha{
	font-weight:bolder;
	font-size:11px;
}

h1{

	color:green;
	font-size:15px;
}

.unit{
	clear:both;

}

.column{
	float:left;
}

a img,iconSocial{
	border:0px;


}


hr{
	color:green;
	background-color:green;
	height: 3px;
}

.rate{
	cursor:pointer;
}

#btnCmt ,#btnSearch,#btnPoll,#btnVisitor{
background-image: url(../img/header/search.png); width:40px; height:20px;
}


.pagnull {
  width:20px;
  height:20px;
  border : solid 1px green;
  background-color:white;
  list-style:none;
  display:inline-table;
  float:left;
   text-align:center;

color:white;
 }
.pagblogs {
  width:20px;
  height:20px;
  border : solid 1px green;
  background-color:white;
  list-style:none;
  display:inline;
   text-align:center;
   cursor:pointer;
color:green;
 float:left;
 }

 .pagblogsselect{
  width:20px;
  height:20px;
  border : solid 1px white;
  background-color:black;
  list-style:none;
  display:inline;
   text-align:center;
 float:left;
   color:#FFFFFF;
 }


ul{
list-style:none;
}
 .pagcoments {
  width:20px;
  height:20px;
  border : solid 1px green;
  background-color:white;
  list-style:none;
  display:inline;
   text-align:center;
   cursor:pointer;
color:green;
 float:left;
 }

 .pagcomentsselect{
  width:20px;
  height:20px;
  border : solid 1px white;
  background-color:black;
  list-style:none;
  display:inline;
   text-align:center;
 float:left;
   color:#FFFFFF;
 }

  .quote{

  border : solid 1px white;
  background-color:green;
 padding: 5px;
   text-align:center;

   color:white;
     font-style: oblique;
}


