
body {
	margin: 10px; 
	padding: 0px; 
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000033;
	width:100%;
	height:100%;
}
td {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#000033;
}
.validar {
	font-size:9px;
	color:Red
}
.mensaje {
	font-size:10px;
	color:Red;
}
a, a:link, a:visited{	
	text-decoration:none;
	color:#000033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;}
a:hover {
	color:#666666;
	text-decoration:underline;
}
form {
	margin:0px;
	padding:0px;
}
label {
	display:block;
	margin:0px;
	padding:0px;
	font-size:10px;
	width:170px;
}
.input {
	font-size:10px;
	background-color: Transparent;
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none; 
	background-image: url(imagenes/fondo_control_degradado.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.memo {
	font-size:10px;
	background-color: Transparent;
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none; 
	background-image: url(imagenes/fondo_memo_degradado.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input.file{
	height:17px;
}
select{
	width:125px;
	height:17px;
	margin-bottom:6px;
	font-size:10px;	
	color:#000033;
	border:1px solid #666666;
}
.tituloArticulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:Black;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#DDDDDD;
}
.tituloPrensa{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:Black;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#DDDDDD;
}
.tituloNoticia{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color:Black;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#DDDDDD;
}
.detalleArticulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:lighter;
}
.seccionArticulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:Red;
	font-weight:bold;
}
.tituloArticuloDetalle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:Black;
	font-weight:bold;
}
.seccionArticuloDetalle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#E67310;
}
.titulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:White;
	font-weight:bold;
}
.fechaArticulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#993333;
	font-weight:lighter;
}
.boton {
	font-size:12px;
	font-weight:bold;
	color: White;
	background-color: #408E50;
	border-top-style: solid; 
	border-right-style: solid; 
	border-left-style: solid; 
	border-bottom-style: solid; 
}