@charset "utf-8";
.sus_todo {
	width: 800px;
	padding: 0px;
	clear: both;
	height: 350px;
	position: relative;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.sus_todo img {
	float: left;
	position: relative;
}
#mensaje {
	font-family: Tahoma;
	color: #333333;
	float: right;
	width: 300px;
	height: 300px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: small;
	position: relative;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FEFEFE;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #FEFEFE;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sus_todo      #mensaje    #logo {
	text-align: center;
	width: 150px;
	padding: 0px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.sus_todo #mensaje h1 {
	color: #FFFFFF;
	background-color: #ED4300;
	display: block;
	margin-top: 0px;
	margin-right: -20px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.sus_todo  #mensaje  h2 {
	color: #FFFFFF;
	background-color: #ED4300;
	display: block;
	margin-top: 0px;
	margin-right: -20px;
	margin-bottom: 5px;
	margin-left: -20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: small;
	font-weight: normal;
}
.sus_todo #mensaje a {
	color: #ED4300;
	text-decoration: none;
}
.sus_todo #mensaje a:hover {
	color: #FF6633;
	text-decoration: underline;
}
