/**
 * Tema 3 columnas Colores divertidos
 */

@import url(http://fonts.googleapis.com/css?family=Oswald|Open+Sans:300,400,700);

body {
	background: #292929;
	color: #222222;
}
#header {
	border-bottom: 1px solid #5C5C5C;
}
#content a,
#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
	color: #0b5677;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px solid #ffffff;
}
h1 {
	text-shadow: 0 2px 2px rgba(0,0,0,.2);
}
h1,
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #fff;
}
h2, h3 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
.column {
	padding: 15px;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#bodytext {
	background: #ff9a04 url(../images/orangebg.jpg) repeat-x 0 0;
}
#twitter {
	background: #5bc3f1 url(../images/bluebg.jpg) repeat-x 0 0;
}
#contact {
	background: #bad93e url(../images/greenbg.jpg) repeat-x 0 0;
}
