body{
	/*background-color:#F9F9F9;*/
	background-color:#C1E4F1;
	min-height: 100%; /* alto minimo FF y Safari */
	width: 100%;
	height: 100%; /* alto minimo para IE Windows */
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*border-top:#3F3F3F solid 10px;*/
}

a:link, a:hover, a:visited {
	color:#3C8FA7; 
	text-decoration:none;
	border:0px;
}

img{
	text-decoration:none;
	border:0px;
}

textarea {
	border:#000000 solid 2px;
	background-color:#F3F3F3;
	overflow: auto;
	font-size:13px;
	text-align:left;
}

textarea:hover {
}

.button {
	margin: 1px;
	padding: 2px;
}

.button:hover {
	cursor:pointer;
}


.editzone {
	padding:0px 0px 0px 0px;
	text-align:center;
	margin:0 auto;
}


.previsualizacion {
	line-height:20px;
	width:675px;
	color:#404040;
	font-family: Cambria, Georgia, sans-serif;
	font-size: 14px;
	margin:0 auto;
	text-align:left;
	/*background-color: #FFFFFF;*/
} 

.barravisitors {
	width: 720px;
	margin: 0px auto;
}

input [type=text] {
	height:20px;
}



.blueClass{
	color:#fff;
	background-image:url('../images/smileybutton.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 147px;
	padding: 5px 15px;
	height: 25px;
	font-weight:bold;
	cursor:pointer;
	margin: 0px 5px 0px 0px !important;
	text-align: center;
}
.blueClass:hover{
	background-image:url('../images/smileybutton.png');
	background-position: 0 -25px;
}

.blueClass:active{
	background-image:url('../images/smileybutton.png');
	background-position: 0 -50px;
}

#smileyButton {
	background-image:url('../images/iconsmileys_off.png');
	background-repeat: no-repeat;
	padding: 6px 8px;
	height: 8px;
	width: 8px;
	margin-left: 5px;
}

#smileyButton:hover {
	background-image:url('../images/iconsmileys_on.png');
	background-repeat: no-repeat;
	padding: 6px 8px;
	height: 8px;
	width: 8px;
	margin-left: 5px;
}

#smileyBox {
	width: 70%;
	margin: 0px auto;
	text-align: center;
}

.titulo{
	 text-align:center;
	 background-color: #F3F3F3;
	 /*background:url('images/cell1.gif') repeat-x;*/
	 color: #000000;
	 font-size: 11px;
	 font-weight: bold;
	 font-family: Arial, Helvetica, sans-serif;
	 padding: 2px;
	 white-space: nowrap;
	 height:15px;
	 margin: 0px 100px;
	 /*width:500px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius:4px; 
	border-radius: 4px;
}

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 168px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -168px; /* negative value of footer height */
	height: 165px;
	font-family:'Tahoma', Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background:url('images/footersanti_small.png') no-repeat;
	background-position:center; 
	padding-top:3px;
	text-align:center;
	clear:both;
} 

#header {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	/*background-image:url('images/headersanti.png');
	background-position:center; */
	/*margin-left:10px;
	height:45px;*/
}



/*
================== TOOLBAR
*/

.toolbar{
	margin-left:10px;
	height:45px;
	width: 70%;
	margin: 0px auto;
	text-align: center;
}

.toolbar ul{
	list-style:none;
}

.toolbar ul li {
	display:inline-block;
	height: auto;
	width: auto;
}

.url_link {
	height: 16px;
	width: 16px;
}

.url_link a {
	background:url('images/link.png') no-repeat;
	height: 16px;
	width: 16px;
}








