/* CSS Document */
body  {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	background: #E4E5EA url(imagenes/background.jpg) repeat-y center top;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
table{
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
a:link, a:visited{
	color:#c33333;
	text-decoration: none;
	font: 9pt Arial, sans-serif;
}
a:hover, a:active{
	color:#666666
}
/*----------------------------------CUERPO-------------------------------------------*/
a.mailP{
	color: #C33333;
	text-decoration: none;
}
a.mailP:hover {
	text-decoration: underline;
}
/*------------------------------MENU------------------------------*/
.buttonscontainer {
	width: 120px;
}
a.menu:link, a.menu:visited {
	width: 120px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 8px;
	display: block;
	border-bottom: 1px solid #C33333;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
a.menu:hover, a.menu:active {
	background-color: #EEEEEF;
	color: #C33333;
	text-decoration: none;
}
/*------------------------------FIN MENU-----------------------------------*/
/*---------------------------------- Productos ---------------------------------*/
img.link_productos {
	border: 0px;
	margin: 0px;
}
/*---------------------- Formularios -----------------------*/
td.casilla{
	width: auto;
	display: block;
	padding-left: 5px;
	background-color: #FFFFFF;
	border: 1px solid #C33333;
	font-size: 9pt;	
	font-weight: bold;
	color: #000000;
}
input { 
	height: 15px;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	border: 1px solid #999999;
	background: #EEEEEF; 
	color: #000000; 
}
textarea { 
	width: 200px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	border: 1px solid #999999;
	background: #EEEEEF; 
	color: #000000; 
}
input.arch { 
	height: 20px;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	border: 1px solid #999999;
	background: #EEEEEF; 
	color: #000000; 
} 
.button {
	color: #000000;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	width: auto;
	background-color: #94A8B1;
	padding: 0px 5px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 20px;
	margin: 1px;
}

