/*  ver tabla de estilos en el gestor de contenidos */
/* esto solo está para el propio gestor de contenidos */
* {
	margin:0;
	padding:0;
}
body {
	margin:5 5 auto;
	padding:0;
	font-family:Verdana, Arial, sans;
	position: center;
	color: #666;
	font-size: 14px;
}
table {
	font-size: 14px;
}
a {
	color: #258AD5;
}
a:hover {
	color: #0B083D;
}
a:hover:visited {
	color: #0B083D;
}
a:visited {
	color: #258AD5;
}

/* formularios */
input {
			  color: #0B083D; 
				font-weight: bold;
				font-size: 14px;
}
button {
    		color: #fff; 
				font-size: 14px;

			  background-color: #258AD5;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;	
				width: 120px;
				height: 30px;
}

#InfoPie td {
			  color: #fff; 
				font-size: 14px;

			  background-color: #258AD5;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;	
				width: 120px;
				height: 30px;
}

#Marco {
				width: 1024px;
				height: auto;
				float: center;
}


#Work {
			  color: #666; 
				font-size: 14px;
				text-align: left;

			  background-color: #eef;
				border-color: #dae0ff;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;	
				width: 800px;
				height: 500px;
				float: left;
}
#MenuR {
			  color: #0B083D; 
				font-size: 14px;

			  background-color: #eef;
				border-color: #dae0ff;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;	
				width: 220px;
				height: 500px;
				float: right;
}