/* CSS Document */
@import url('../css/style.css');

#contenidoAvisos {
	background-color: #FFFFFF;
	display: table;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	position: relative;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	-webkit-box-shadow: 1px 1px 1px 1px #339966;
-moz-box-shadow: 1px 1px 1px 1px #339966;
	box-shadow: 1px 1px 1px 1px #339966;
	padding: 10px;
}
#contenidoAvisos p {
	font-family: Verdana;
	font-size: 12px;
	color: #003575;
	text-align: justify;
	display: block;
}
#contenidoAvisos span {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #003575;
}


#contenidoAvisos .liavis {
	font-family: Verdana;
	font-size: 12px;
	color: #003366;
	list-style-type: square;
	text-align: left;
	padding-left: 20px;
}


#contenidoAvisos .tituloavis {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	text-align: center;
	text-decoration: underline;
}
#contenidoAvisos .lidatos{
	font-family: Verdana;
	font-size: 12px;
	color: #003366;
	list-style-type: decimal;
	text-align: left;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contenidoAvisos td {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding: 5px;
}
