/*  
Theme Name: Kabytes V.2
Theme URI: http://kabytes.com
Description: Version 2, nuevo theme para Kabytes.
Version: 2.0
Author: Pablo / Tamara
Author URI: http://www.kabytes.com

	Kabytes 2.0
	http://www.kabytes.com

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	}

#contenedor {
	background: none;
	width: 592px;
	margin: 0 auto;
	}

#header {
	background: #fff url(img/header.gif) no-repeat;
	text-align:center;
	width: 100%;
	margin-bottom: 20px;
	}
	
#header img{
	border:none;
	}

#footer {
	background: #fff url(img/footer.gif) no-repeat;
	text-align:center;
	width: 100%;
	padding-top: 30px;
	height:79px;
	}
	
#contenido{
text-align:center;
}

table{margin: 0 auto;}
captio{text-align:center}
table td{border-bottom: 1px solid #ccc;}

.red{color: red; font-weight:bold;}
.green{color:green; font-weight:bold;}
