body {
	background-color: #333333;
	background-repeat: repeat;
	background-image: url(../img/bg.gif);
	font-family: Tahoma;
	font-size: medium;
	text-decoration: none;
	color: #000000;
}
a:link, a:visited{
	text-decoration: underline;
	color: #000000;
}
p {
	padding-left: 10px;
}
p .pimg{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.footer {
	font-family: Tahoma;
	font-size: x-small;
	color: #CCCCCC;
	padding-left: 5px;
}

.lineas {
	font-family: Tahoma;
	font-size: x-small;
	color: #000000;
	padding-left: 5px;
}
.home {

}
#homeimg {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.floatimg {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.home .welcome {
	font-family: Tahoma;
	font-size: large;
	padding-left: 10px;
}
.home .text {
	font-family: Tahoma;
	font-size: small;
	text-decoration: none;
	padding-left: 10px;
	float: left;
}
.home .textgrey {
	font-family: Tahoma;
	font-size: x-small;
	text-decoration: none;
	padding-left: 10px;
	float: left;
	color: #666666;
}
.textgrey {
	font-family: Tahoma;
	font-size: x-small;
	text-decoration: none;
	color: #666666;
}
.textblack {
	font-family: Tahoma;
	font-size: small;
	color: #000000;
	font-weight: bolder;
}
.home .textsm {
	font-family: Tahoma;
	font-size: x-small;
	text-decoration: none;
	color: #666666;
}
.home #contactos input {
	border: 1px solid #666666;
}
.home #contactos textarea {
	border: 1px solid #666666;
	font-family: Tahoma;
	font-size: small;
	text-decoration: none;
}

.smalltext{
	font-size:smaller;
}

