/*
Theme Name: boykot.cl
Theme URI: http://wordpress.org/
Description: Wordpress Theme desarrollado para boykot.cl
Author: Daniel Signorelli
Version: 1.0b
*/

body{
	margin:0;
	padding:0;
	background-image: url(http://boykot.cl/wp-content/themes/boykot/img/fondo.png);

}
#cabeza {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ACD5EC;
}
#cabeza #barra {
	background-image: url(http://boykot.cl/wp-content/themes/boykot/img/barra.png);
	background-repeat: repeat-x;
	min-height: 36px;
	min-width: 960px;
}
#cuerpo {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://boykot.cl/wp-content/themes/boykot/img/fondo2.png);
	height:1072px;
	max-height:1072px;
}
#cuerpo #col1 {
        position:relative;
        float:left;
	width: 240px;
      

}
#cuerpo #col2 {        
        position:relative;
        float:left;
	width:460px;
	padding:20;
	height:1072px;
	max-height:1072px;	
        overflow-y:auto;

}
#cuerpo #col2 #post p {
        margin:10px;

	
}
#cuerpo #col2 #post img {
        margin:10px;

	
}
#cuerpo #col2 #contacto {

        background-image: url(http://boykot.cl/wp-content/themes/boykot/img/fondomail.png);
        height:200px;     
        padding:30px;

}
#cuerpo #col2 #form1 input, textarea {
	font-family: "Lucida Grande", "Arial", "Verdana", "Trebuchet MS";
	font-size: 13px;
        border:0px;
        background-color:#068AC9;
	color: #fff;
        margin-bottom:5px;

}
#Galleria  {
    width:300px;
		margin-left:auto;
	margin-right:auto;
}

#Galleria img {
	margin-left:8px;
	margin-bottom:8px;

}

#cuerpo #col3 {
        position:relative;
        float:left;;
	width:250px;

}


#pie #pie_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 268px;
	background-image: url(http://boykot.cl/wp-content/themes/boykot/img/footer.png);
	background-color: #666;	

}
.barrafooter {
	background-image: url(http://boykot.cl/wp-content/themes/boykot/img/barrafooter.png);
        background-repeat:repeat-x;
        height:18px;
        width:960px;
		margin-left:auto;
		margin-right:auto;
}      

img {
	border:0;
}
.menu {
	list-style-type: none;
        width: 195px;

}
.menuf {
	list-style-type: none;
    width: 195px;
	margin-top:-20px;
}
h1 {
	font-family: "Lucida Grande", "Arial", "Verdana", "Trebuchet MS";
	font-size: 18px;
	color: #000;
	text-transform: capitalize;
	font-weight: lighter;
	font-variant: small-caps;
	letter-spacing: 7px;
	line-height: 40px;
}
h2 {
	font-family: "Lucida Grande", "Arial", "Verdana", "Trebuchet MS";
	font-size: 16px;
	color: #OOO;
	text-transform: capitalize;
	font-weight: lighter;
	font-variant: small-caps;
	letter-spacing: 7px;
	line-height: 30px;

}
h2 a:hover {
       color:#fff;
}
h3 {
	font-family: "Lucida Grande", "Arial", "Verdana", "Trebuchet MS";
	font-size: 16px;
	color: #OOO;
	text-transform: capitalize;
	font-weight: lighter;
	font-variant: small-caps;
	letter-spacing: 7px;
	line-height:2;

}
p {
	font-family: "Lucida Grande", "Arial", "Verdana", "Trebuchet MS";
	font-size: 13px;
	color: #000;
        padding:0;
        margin:0;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
text-shadow:3px 1px 3px #19E097;
color:#fff;

}
a:visited {
}
a:active {
	color: #F30;
}
