/* CSS Document */

body, table, tr, td, a
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
	color:#666666;
	text-decoration:none;
	}

a:hover
	{
	text-decoration:underline;
	}

h1 
	{
	font-size: 14px;
	text-align:center;
	margin-top:5px;
	}

input, textarea, select
	{
	border:1px solid #666666;
	margin-top:3px;
	}

input.btn
	{
	border:1px solid #666666;
	margin-top:3px;
	padding:2 10 2 10px;
	background-color:#eeeeee;
	cursor: pointer;
	cursor: hand;
	}
	
#header
	{
	font-size:11px;
	line-height:20px;
	float:right;
	text-align:right;
	padding-right:10px;
	padding-top:10px;
	}
	
.header
	{
	font-size:11px;
	line-height:20px;
	}

.ok
	{
	color:#009900;
	font-size:14px;
	font-weight:bold;
	}

.requerido
	{
	border:1px solid #FF0000;
	}

.header_listados
	{
	background-color:#dedede;
	font-weight:bold;
	}

.header_listados a
	{
	color:#333399;
	}
	
table.texto 
	{
	padding-top:10px;
	padding-bottom:10px;
	}

.td_listados
	{
	font-size:11px;
	border-bottom:1px #666666 dotted;
	}

.bordes 
	{
	border: 1px solid #cccccc;
	}

div.bordes , table.bordes
	{
	border: 1px solid #cccccc;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	background-color:#FFFFFF;
	}	

.contenido
	{
	padding:0px 10px 0px 0px;
	}
	
#menu 
	{
	border: 2px solid #F1F1F1;
	background-color: #F9F9F9;
	padding:10 5 10 5px;
	width:190px;
	}

#menu a 
	{
	font-size:11px;
	color: #333399;
	text-decoration: none;
	}

#menu a:hover 
	{
	text-decoration: underline;
	}

.menu1 
	{
	font-size: 11px;
	color: #333399;
	cursor:pointer;
	font-weight: bold;
	line-height:25px;
	_margin-top:8px;
	_margin-bottom:8px;	
	}

.menu2
	{
	font-size: 11px;
	display:none;
	padding-left:11px;
	line-height:25px;
	}