@charset "utf-8";

body{
	background-color:#F9F9F9;
}
td{
	border-color:transparent;
	text-align:right;	
}
td.check{
	text-align:center;
}
table
{
	background-color:#eaeaea;
	text-align:center;
	border-radius: 8px 8px 8px 8px; 
	-moz-border-radius: 8px 8px 8px 8px; 
	-webkit-border-radius: 8px 8px 8px 8px;
}
.boton
{
	font-size:14px;
	text-transform:uppercase;
	width:100px;
	height:40px;
  	float:left;
	color:#FFF;
	background-color:#090;
	border-radius: 8px 8px 8px 8px; 
	-moz-border-radius: 8px 8px 8px 8px; 
	-webkit-border-radius: 8px 8px 8px 8px;
}
.boton:hover{
	background-color:#060;
	cursor:pointer; 
}
input[type=text][name=titulo],[type=text][name=url] {
	height:25px;
	width:500px;
	border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px;
	text-align:justify;
	padding: 1px 6px;
	
}
input[type=text], [type=tel],[type=password], [type=email] {
	height:25px;
	width:160px;
	border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px;
	text-align:justify;
	padding: 1px 6px;
	
}
input[type=checkbox]{
	text-align:center;
}
.tablanoticias{
	margin-top:50px;
	background-color:#eaeaea;
	text-align:left;
	border-radius: 8px 8px 8px 8px; 
	-moz-border-radius: 8px 8px 8px 8px; 
	-webkit-border-radius: 8px 8px 8px 8px;
}
.tdnoticias{
	border-color:transparent;
	text-align:left;
}
.tdid{
	visibility:hidden;	
}


