body {
	background-image:url(trama1.gif);
	margin:0px auto;
}

#BodyDiv  {
	background:transparent url('sombraIzDe.gif') repeat-y;
	margin:auto;
	width:778px;
}

#header {
	text-align:center;
	margin:0px auto;
	width:778px;
}

#left  {
	display:none;
	margin:0px 0px 20px 18px;
	padding:0px;
}

#info {
	margin:15px 10px 20px 5px;
	padding:0px;
}

body.ms #info,
body.sm #info {
	width:550px;
}

body.ms div#left,
body.sm div#left {
	display:block;
	width:160px;
}

body.ms #info,
body.sm #left {
	float:left;
}

body.sm #info,
body.ms #left {
	float:right;
}

#footer {
	border-top:solid 2px #444;
	clear:both;
	margin:20px auto;
	width:700px;
}

#post, .post {
	display:block;
	width:530px;
	margin:0px 0px 20px 0px;
}

#subNav, #subNav2 {
	display:block;
	float:right;
	margin:0px 20px 10px 0px;
	padding:0px;
}

.foot {
	clear:both;
	display:block;
	margin:10px 0px;
	border-bottom: dotted 1px #4097ab;
	text-align:right;
}

/*/////////////////////////////////////////////////////////////////*/
/*//// Formatos ///////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#header h1 {
	margin:0px auto;
}

h2{	margin:0px; }

h4 {
	font:bold 12pt Georgia;
	color:#333;
	margin:0px 0px 15px 0px;
}

p, ul, h5, .video {
	font: garamond;
	text-align:justify;
	color:#a2a2a2;
	font-size: 0.8em;
	margin:0px 25px 5px 0px;
}

h5 {
	text-align:right;
	font-size:1.2em;
	color:#333;
	margin:0px 30px 10px 0px;
}

.ImageDiv, #post img, .post img {
	border: solid 2px #DDD;
	float:left;
	margin:5px 10px 5px 0px;
	padding:5px;
}

#post p, .post p, .post .video{
	display:block;
	width:355px;
	float:right;
	margin:0px 0px 15px 0px;
}

.post .video{
	width:500px;
	margin:0px;
}

#post a, .post a {
	font: bold 7pt Verdana;
	color:#4097ab;
}

#post a, .post a {
	text-decoration:none;
}
#post a:hover, .post a:hover {
	color:#333;
}

#footer p {
	padding:5px 3px 3px 3px;
	text-align:center;
	font: bold 9pt garamond;
	color: #444;
}

#menuLink h3{
	font: bold 11pt georgia;
	text-align:justify;
	color:#333;
	font-size: .9em;
	margin:10px auto;
}

#menuLink a{
	font: bold 11pt garamond;
	color:#a2a2a2;
	font-size: 1em;
	margin:10px auto;
}

dl#menuExa dt {
	width:450px;
	color:#333;
	border:solid 1px #ddd;
	padding:3px;
	margin:5px;
	font:normal 12pt garamond;
}

dl#menuExa dd {
	color:#a2a2a2;
	font:normal 11pt georgia;

}

#css-badge, #css-xhtml {
	display:block;
	width: 100px;
	height: 20px;
	background: url('css-badge.jpg') 0 0 no-repeat;
	position: relative;
	margin:10px;
	border: 0;
	float:right;
}

#css-xhtml {
	background: url('xhtml-badge.jpg') 0 0 no-repeat;
}

/*/////////////////////////////////////////////////////////////////////////*/
/*/////// Menu ////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
dl, dl#menuExa {
	margin:0px;
}

dt a, dd a {
	display:block;
	text-decoration:none;
}

dt a{
	background: transparent url('MenuButton.jpg') no-repeat top left;
	font:bold 11pt georgia;
	color:#FFF;
	height:45px;
	padding:10px 0px 0px 10px;
	margin:10px 0px 0px 0px;
}

dd a{
	background: #fff url('SubMenuFdo.jpg') repeat-x bottom left;
	width:110px;
	color:#777;
	border:solid 1px #ddd;
	padding:3px;
	font:normal 11pt georgia;
}

dd a:hover, #subNav2 li a:hover, #subNav2 li a.sel {
	background: #fff url('SubMenuFdoOver.jpg') repeat-x top left;
	text-decoration:underline;
	text-align:center;
}

#subNav2 li a.sel {
	color:#333;
}

dt a:hover{
	text-decoration:underline;
}

#subNav ul, #subNav li, #subNav2 ul, #subNav2 li {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}

#subNav li a, #subNav2 li a {
	border-color:#a2a2a2;
	border-width:0px 1px 0px 0px;
	border-style:solid;
	text-decoration:none;
	font:bold 8pt georgia;
	color:#a2a2a2;
	display:block;
	padding:0px 3px;
}

#subNav2 li a {
	background: #fff url('SubMenuFdo.jpg') repeat-x bottom left;
	width:95px;
	color:#777;
	border:solid 1px #ddd;
	padding:3px;
	font:normal 11pt georgia;
}

#subNav ul li.ult a, ul#subNav li.ult a {
	border-width:0px;
}

#subNav2 ul li.pri a {
	border-width:1px;
}

#subNav li a:hover {
	text-decoration:underline;
}

#subNav li a.act {
	color:#333;
}

/*formulario*/
form{
	width:400px;
	margin:30px auto;
	display:block;
}

input,textarea{
	background-color:#fff;
	border:1px solid #c3c3c3;
	font-family:Tahoma;
	color:#464646; 
	font-size:12px;
}

.input, .inputComment{
	width:300px;
	height:20px;
	font-size:12px; 
	margin:2px 0px 0px 50px;
	background-color:#fff !important;
}
	
.inputComment{
	height: 85px;
	overflow:auto;
}
	
.submitButton{
	height:25px;
	width:100px;
	border:solid 1px #B3B2B2;
	margin:2px 0px 0px 0px;
	float:right;
}

#subNav2 ul, #subNav2 li {
	float:none;
	margin-left:10px;
}


