﻿
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color:  #666666;
	border:none;
}

a, a:link, a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	white-space: normal;
}

a:hover, a:active {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

input {
	border: 1px solid #999;
	font-size: 11px;
	}

select {
	border: 1px solid #999;
	font-size: 11px;
}

textarea {
	border: 1px solid #999;
}

.Date {
	font-size: 10px;
	font-weight: bold;
	_color: #000;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	_border-right-width: 0px;
	_border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #484746;
	border-left-color: #484746;
	background-image: url(../imagenes/fondo_fecha.jpg);
	height: 23px;
	list-style-type: square;
	text-transform: capitalize;
}

.content {
	font-size: 11px;
	color: #666666;
	text-align: justify;
}

.no-display {
    display: none;   
}

/*Modal Popup*/
.modalBackground {
	background-color: White;
	filter:alpha(opacity=70);
	opacity:0.7;
	margin: 0px auto 0px auto;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	padding-top: 80px;
	width:480px;
}