/* Made by kula @ deathly-flower.net  */

body {
	background-color: #000;
	background-image: url(imagenes/bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding-top:100px;
}

div#content{
	width:910px;
	margin:0 auto;
}

div#header{
	background-image:url(imagenes/header01.jpg);
	background-repeat:no-repeat;
	width:559px;
	height:255px;
	padding-top:50px;
	padding-left:43px;
	float:left;
}

div#texto1{
	float:right;
	width:308px;
	padding-top:40px;
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	text-align:justify;
}

#texto1 img{
	opacity:0.5;
	margin:3px;
}

#texto1 img:hover{
	opacity:1.0;
}

#texto1 a:link {
	color: #B45B7B;
	text-decoration: none;
	border-bottom:1px solid #e9e9e9;	
}

#texto1 a:visited {
	text-decoration: none;
	color: #B45B7B;
	border-bottom:1px solid #e9e9e9;
}

#texto1 a:hover {
	text-decoration: none;
	color: #D3A4B6;
	border-bottom:1px solid #e9e9e9;
}

#texto1 a:active {
	text-decoration: none;
	color: #D3A4B6;
	border-bottom:1px solid #e9e9e9;
}


a:link {
	cursor:help;
}

a:visited {
	cursor:help;
}

input, textarea {
	font-family: "Trebuchet MS";
	font-size: 10px;
	border-left: 2px solid #B45B7B;
	border-right: 1px solid #D3A4B6;
	border-top: 1px solid #D3A4B6;
	border-bottom: 1px solid #D3A4B6;
	color: #999;
	background-color: #FFFFFF;
}