@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #FFF;
	clear: both;
}
body {
	background-color: #af0c04;
	clear: both;
	
}
.nav {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	clip: rect(auto,auto,auto,auto);
	width: 210px;
	padding-top: 0px;
	height: 400px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
}
.nav .banner_izq {
	height: 250px;
	width: 210px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.main {
	float: left;
	height: 400px;
	width: 490px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.banner {
	height: 160px;
	width: 755px;
	margin-top: 440px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
}
.iframe {
	height: 400px;
	width: 450px;
	position: static;
	margin: 0px;
	clear: both;
	padding: 0px;
}
.box {
	width:98%;
	padding-left: 5px;
	height: 98%;
}
.iframe .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333;
	text-align: justify;
	width: 440px;
	padding-left: 0px;
}
.iframe .border-top {
	background:url(images/border.gif) repeat-x top;
	width: 480px;
}
.iframe .border-bot {
	background-image: url(images/border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 480px;
}
.iframe .border-left {
	background:url(images/border.gif) repeat-y left;
	height: 400px;
}
.iframe .border-right {
	background:url(images/border.gif) repeat-y right;
	height: 400px;
}
.box .inner {
	padding:20px 18px 20px 26px;
}

.iframe form .text {
	font-size: 12px;
	color: #333;
}
.iframe form #comentario {
	margin-left: 130px;
}
.iframe form {
	margin-left: 10px;
}
.iframe table {
	border: thin double #FFF;
}
.iframe .text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	margin-left: 20px;
	margin-right: 40px;
}
